public interface ListHydratedDeploymentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHydratedDeployments(int index)
public abstract HydratedDeployment getHydratedDeployments(int index)The list of hydrated deployments.
 repeated .google.cloud.telcoautomation.v1.HydratedDeployment hydrated_deployments = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| HydratedDeployment | |
getHydratedDeploymentsCount()
public abstract int getHydratedDeploymentsCount()The list of hydrated deployments.
 repeated .google.cloud.telcoautomation.v1.HydratedDeployment hydrated_deployments = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getHydratedDeploymentsList()
public abstract List<HydratedDeployment> getHydratedDeploymentsList()The list of hydrated deployments.
 repeated .google.cloud.telcoautomation.v1.HydratedDeployment hydrated_deployments = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| List<HydratedDeployment> | |
getHydratedDeploymentsOrBuilder(int index)
public abstract HydratedDeploymentOrBuilder getHydratedDeploymentsOrBuilder(int index)The list of hydrated deployments.
 repeated .google.cloud.telcoautomation.v1.HydratedDeployment hydrated_deployments = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| HydratedDeploymentOrBuilder | |
getHydratedDeploymentsOrBuilderList()
public abstract List<? extends HydratedDeploymentOrBuilder> getHydratedDeploymentsOrBuilderList()The list of hydrated deployments.
 repeated .google.cloud.telcoautomation.v1.HydratedDeployment hydrated_deployments = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.telcoautomation.v1.HydratedDeploymentOrBuilder> | |
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. |