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 Details

    • getDeploymentResourcePoolsList

      List<DeploymentResourcePool> getDeploymentResourcePoolsList()
       The DeploymentResourcePools from the specified location.
       
      repeated .google.cloud.aiplatform.v1.DeploymentResourcePool deployment_resource_pools = 1;
    • getDeploymentResourcePools

      DeploymentResourcePool getDeploymentResourcePools(int index)
       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

      DeploymentResourcePoolOrBuilder getDeploymentResourcePoolsOrBuilder(int index)
       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.