Package com.google.cloud.aiplatform.v1
Interface ListDeploymentResourcePoolsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDeploymentResourcePoolsResponse,ListDeploymentResourcePoolsResponse.Builder
@Generated
public interface ListDeploymentResourcePoolsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDeploymentResourcePools(int index) The DeploymentResourcePools from the specified location.intThe DeploymentResourcePools from the specified location.The DeploymentResourcePools from the specified location.getDeploymentResourcePoolsOrBuilder(int index) The DeploymentResourcePools from the specified location.List<? extends DeploymentResourcePoolOrBuilder>The DeploymentResourcePools from the specified location.A token, which can be sent as `page_token` to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as `page_token` to retrieve the next page.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDeploymentResourcePoolsList
List<DeploymentResourcePool> getDeploymentResourcePoolsList()The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1.DeploymentResourcePool deployment_resource_pools = 1; -
getDeploymentResourcePools
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1.DeploymentResourcePool deployment_resource_pools = 1; -
getDeploymentResourcePoolsCount
int getDeploymentResourcePoolsCount()The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1.DeploymentResourcePool deployment_resource_pools = 1; -
getDeploymentResourcePoolsOrBuilderList
List<? extends DeploymentResourcePoolOrBuilder> getDeploymentResourcePoolsOrBuilderList()The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1.DeploymentResourcePool deployment_resource_pools = 1; -
getDeploymentResourcePoolsOrBuilder
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1.DeploymentResourcePool deployment_resource_pools = 1; -
getNextPageToken
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:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.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:
- The bytes for nextPageToken.
-