public interface SearchDeploymentRevisionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeployments(int index)
public abstract Deployment getDeployments(int index)The list of requested deployment revisions.
 repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Deployment | |
getDeploymentsCount()
public abstract int getDeploymentsCount()The list of requested deployment revisions.
 repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getDeploymentsList()
public abstract List<Deployment> getDeploymentsList()The list of requested deployment revisions.
 repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<Deployment> | |
getDeploymentsOrBuilder(int index)
public abstract DeploymentOrBuilder getDeploymentsOrBuilder(int index)The list of requested deployment revisions.
 repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| DeploymentOrBuilder | |
getDeploymentsOrBuilderList()
public abstract List<? extends DeploymentOrBuilder> getDeploymentsOrBuilderList()The list of requested deployment revisions.
 repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.telcoautomation.v1alpha1.DeploymentOrBuilder> | |
getNextPageToken()
public abstract String getNextPageToken() A token that 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;
| Returns | |
|---|---|
| Type | Description | 
| String | The nextPageToken. | 
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token that 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;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for nextPageToken. |