public interface ListDeploymentResourcePoolsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeploymentResourcePools(int index)
public abstract DeploymentResourcePool getDeploymentResourcePools(int index)
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1.DeploymentResourcePool deployment_resource_pools = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DeploymentResourcePool |
getDeploymentResourcePoolsCount()
public abstract int getDeploymentResourcePoolsCount()
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1.DeploymentResourcePool deployment_resource_pools = 1;
Returns | |
---|---|
Type | Description |
int |
getDeploymentResourcePoolsList()
public abstract List<DeploymentResourcePool> getDeploymentResourcePoolsList()
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1.DeploymentResourcePool deployment_resource_pools = 1;
Returns | |
---|---|
Type | Description |
List<DeploymentResourcePool> |
getDeploymentResourcePoolsOrBuilder(int index)
public abstract DeploymentResourcePoolOrBuilder getDeploymentResourcePoolsOrBuilder(int index)
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1.DeploymentResourcePool deployment_resource_pools = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DeploymentResourcePoolOrBuilder |
getDeploymentResourcePoolsOrBuilderList()
public abstract List<? extends DeploymentResourcePoolOrBuilder> getDeploymentResourcePoolsOrBuilderList()
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1.DeploymentResourcePool deployment_resource_pools = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.DeploymentResourcePoolOrBuilder> |
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |