Interface ListControlsResponseOrBuilder (0.3.0)

public interface ListControlsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getControls(int index)

public abstract Control getControls(int index)

Output only. The controls for the compliance standard.

repeated .google.cloud.auditmanager.v1.Control controls = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
Control

getControlsCount()

public abstract int getControlsCount()

Output only. The controls for the compliance standard.

repeated .google.cloud.auditmanager.v1.Control controls = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getControlsList()

public abstract List<Control> getControlsList()

Output only. The controls for the compliance standard.

repeated .google.cloud.auditmanager.v1.Control controls = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Control>

getControlsOrBuilder(int index)

public abstract ControlOrBuilder getControlsOrBuilder(int index)

Output only. The controls for the compliance standard.

repeated .google.cloud.auditmanager.v1.Control controls = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
ControlOrBuilder

getControlsOrBuilderList()

public abstract List<? extends ControlOrBuilder> getControlsOrBuilderList()

Output only. The controls for the compliance standard.

repeated .google.cloud.auditmanager.v1.Control controls = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.auditmanager.v1.ControlOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Output only. The token to retrieve the next page of results.

string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Output only. The token to retrieve the next page of results.

string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for nextPageToken.