public interface ListFrameworkDeploymentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFrameworkDeployments(int index)
public abstract FrameworkDeployment getFrameworkDeployments(int index)The list of framework deployments.
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 framework deployments.
repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkDeployment framework_deployments = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFrameworkDeploymentsList()
public abstract List<FrameworkDeployment> getFrameworkDeploymentsList()The list of framework deployments.
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 framework deployments.
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 framework deployments.
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 that identifies the next page of results that the server should return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token that identifies the next page of results that the server should return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |