public interface ListDeploymentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeployments(int index)
public abstract Deployment getDeployments(int index)The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
| Name | Description |
| index | int |
| Type | Description |
| Deployment |
getDeploymentsCount()
public abstract int getDeploymentsCount()The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
| Type | Description |
| int |
getDeploymentsList()
public abstract List<Deployment> getDeploymentsList()The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
| Type | Description |
| List<Deployment> |
getDeploymentsOrBuilder(int index)
public abstract DeploymentOrBuilder getDeploymentsOrBuilder(int index)The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
| Name | Description |
| index | int |
| Type | Description |
| DeploymentOrBuilder |
getDeploymentsOrBuilderList()
public abstract List<? extends DeploymentOrBuilder> getDeploymentsOrBuilderList()The list of deployments for the given project.
repeated .google.cloud.gsuiteaddons.v1.Deployment deployments = 1;
| Type | Description |
| List<? extends com.google.cloud.gsuiteaddons.v1.DeploymentOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |