Interface UpdateDeploymentResourcePoolRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateDeploymentResourcePoolRequest, UpdateDeploymentResourcePoolRequest.Builder

@Generated public interface UpdateDeploymentResourcePoolRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasDeploymentResourcePool

      boolean hasDeploymentResourcePool()
       Required. The DeploymentResourcePool to update.
      
       The DeploymentResourcePool's `name` field is used to identify the
       DeploymentResourcePool to update.
       Format:
       `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`
       
      .google.cloud.aiplatform.v1.DeploymentResourcePool deployment_resource_pool = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the deploymentResourcePool field is set.
    • getDeploymentResourcePool

      DeploymentResourcePool getDeploymentResourcePool()
       Required. The DeploymentResourcePool to update.
      
       The DeploymentResourcePool's `name` field is used to identify the
       DeploymentResourcePool to update.
       Format:
       `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`
       
      .google.cloud.aiplatform.v1.DeploymentResourcePool deployment_resource_pool = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The deploymentResourcePool.
    • getDeploymentResourcePoolOrBuilder

      DeploymentResourcePoolOrBuilder getDeploymentResourcePoolOrBuilder()
       Required. The DeploymentResourcePool to update.
      
       The DeploymentResourcePool's `name` field is used to identify the
       DeploymentResourcePool to update.
       Format:
       `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`
       
      .google.cloud.aiplatform.v1.DeploymentResourcePool deployment_resource_pool = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasUpdateMask

      boolean hasUpdateMask()
       Required. The list of fields to update.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      com.google.protobuf.FieldMask getUpdateMask()
       Required. The list of fields to update.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       Required. The list of fields to update.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];