public static final class ListControlsResponse.Builder extends GeneratedMessage.Builder<ListControlsResponse.Builder> implements ListControlsResponseOrBuilderResponse message with all the controls for a compliance standard.
Protobuf type google.cloud.auditmanager.v1.ListControlsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListControlsResponse.BuilderImplements
ListControlsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllControls(Iterable<? extends Control> values)
public ListControlsResponse.Builder addAllControls(Iterable<? extends Control> values)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 |
values |
Iterable<? extends com.google.cloud.auditmanager.v1.Control> |
| Returns | |
|---|---|
| Type | Description |
ListControlsResponse.Builder |
|
addControls(Control value)
public ListControlsResponse.Builder addControls(Control value)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 |
value |
Control |
| Returns | |
|---|---|
| Type | Description |
ListControlsResponse.Builder |
|
addControls(Control.Builder builderForValue)
public ListControlsResponse.Builder addControls(Control.Builder builderForValue)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 |
builderForValue |
Control.Builder |
| Returns | |
|---|---|
| Type | Description |
ListControlsResponse.Builder |
|
addControls(int index, Control value)
public ListControlsResponse.Builder addControls(int index, Control value)Output only. The controls for the compliance standard.
repeated .google.cloud.auditmanager.v1.Control controls = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Control |
| Returns | |
|---|---|
| Type | Description |
ListControlsResponse.Builder |
|
addControls(int index, Control.Builder builderForValue)
public ListControlsResponse.Builder addControls(int index, Control.Builder builderForValue)Output only. The controls for the compliance standard.
repeated .google.cloud.auditmanager.v1.Control controls = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Control.Builder |
| Returns | |
|---|---|
| Type | Description |
ListControlsResponse.Builder |
|
addControlsBuilder()
public Control.Builder addControlsBuilder()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 |
Control.Builder |
|
addControlsBuilder(int index)
public Control.Builder addControlsBuilder(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.Builder |
|
build()
public ListControlsResponse build()| Returns | |
|---|---|
| Type | Description |
ListControlsResponse |
|
buildPartial()
public ListControlsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListControlsResponse |
|
clear()
public ListControlsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListControlsResponse.Builder |
|
clearControls()
public ListControlsResponse.Builder clearControls()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 |
ListControlsResponse.Builder |
|
clearNextPageToken()
public ListControlsResponse.Builder clearNextPageToken()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 |
ListControlsResponse.Builder |
This builder for chaining. |
getControls(int index)
public 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 |
|
getControlsBuilder(int index)
public Control.Builder getControlsBuilder(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.Builder |
|
getControlsBuilderList()
public List<Control.Builder> getControlsBuilderList()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<Builder> |
|
getControlsCount()
public 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 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 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 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> |
|
getDefaultInstanceForType()
public ListControlsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListControlsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListControlsResponse other)
public ListControlsResponse.Builder mergeFrom(ListControlsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListControlsResponse |
| Returns | |
|---|---|
| Type | Description |
ListControlsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListControlsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListControlsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListControlsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListControlsResponse.Builder |
|
removeControls(int index)
public ListControlsResponse.Builder removeControls(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 |
ListControlsResponse.Builder |
|
setControls(int index, Control value)
public ListControlsResponse.Builder setControls(int index, Control value)Output only. The controls for the compliance standard.
repeated .google.cloud.auditmanager.v1.Control controls = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Control |
| Returns | |
|---|---|
| Type | Description |
ListControlsResponse.Builder |
|
setControls(int index, Control.Builder builderForValue)
public ListControlsResponse.Builder setControls(int index, Control.Builder builderForValue)Output only. The controls for the compliance standard.
repeated .google.cloud.auditmanager.v1.Control controls = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Control.Builder |
| Returns | |
|---|---|
| Type | Description |
ListControlsResponse.Builder |
|
setNextPageToken(String value)
public ListControlsResponse.Builder setNextPageToken(String value)Output only. The token to retrieve the next page of results.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListControlsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListControlsResponse.Builder setNextPageTokenBytes(ByteString value)Output only. The token to retrieve the next page of results.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListControlsResponse.Builder |
This builder for chaining. |