public interface ListCloudControlsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCloudControls(int index)
public abstract CloudControl getCloudControls(int index)
The list of CloudControl resources.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_controls = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CloudControl |
getCloudControlsCount()
public abstract int getCloudControlsCount()
The list of CloudControl resources.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_controls = 1;
Returns | |
---|---|
Type | Description |
int |
getCloudControlsList()
public abstract List<CloudControl> getCloudControlsList()
The list of CloudControl resources.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_controls = 1;
Returns | |
---|---|
Type | Description |
List<CloudControl> |
getCloudControlsOrBuilder(int index)
public abstract CloudControlOrBuilder getCloudControlsOrBuilder(int index)
The list of CloudControl resources.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_controls = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CloudControlOrBuilder |
getCloudControlsOrBuilderList()
public abstract List<? extends CloudControlOrBuilder> getCloudControlsOrBuilderList()
The list of CloudControl resources.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_controls = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.cloudsecuritycompliance.v1.CloudControlOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A pagination token. To retrieve the next page of results, call the method again with this token.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A pagination token. To retrieve the next page of results, call the method again with this token.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |