public interface ListFrameworkDeploymentsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFrameworkDeployments(int index)
public abstract FrameworkDeployment getFrameworkDeployments(int index)
The list of FrameworkDeployments.
repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkDeployment framework_deployments = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FrameworkDeployment |
getFrameworkDeploymentsCount()
public abstract int getFrameworkDeploymentsCount()
The list of FrameworkDeployments.
repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkDeployment framework_deployments = 1;
Returns | |
---|---|
Type | Description |
int |
getFrameworkDeploymentsList()
public abstract List<FrameworkDeployment> getFrameworkDeploymentsList()
The list of FrameworkDeployments.
repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkDeployment framework_deployments = 1;
Returns | |
---|---|
Type | Description |
List<FrameworkDeployment> |
getFrameworkDeploymentsOrBuilder(int index)
public abstract FrameworkDeploymentOrBuilder getFrameworkDeploymentsOrBuilder(int index)
The list of FrameworkDeployments.
repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkDeployment framework_deployments = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FrameworkDeploymentOrBuilder |
getFrameworkDeploymentsOrBuilderList()
public abstract List<? extends FrameworkDeploymentOrBuilder> getFrameworkDeploymentsOrBuilderList()
The list of FrameworkDeployments.
repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkDeployment framework_deployments = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.cloudsecuritycompliance.v1.FrameworkDeploymentOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token identifying a page of results the server should return.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token identifying a page of results the server should return.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |