Interface UpdatePersistentResourceRequestOrBuilder

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

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

    • hasPersistentResource

      boolean hasPersistentResource()
       Required. The PersistentResource to update.
      
       The PersistentResource's `name` field is used to identify the
       PersistentResource to update. Format:
       `projects/{project}/locations/{location}/persistentResources/{persistent_resource}`
       
      .google.cloud.aiplatform.v1.PersistentResource persistent_resource = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the persistentResource field is set.
    • getPersistentResource

      PersistentResource getPersistentResource()
       Required. The PersistentResource to update.
      
       The PersistentResource's `name` field is used to identify the
       PersistentResource to update. Format:
       `projects/{project}/locations/{location}/persistentResources/{persistent_resource}`
       
      .google.cloud.aiplatform.v1.PersistentResource persistent_resource = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The persistentResource.
    • getPersistentResourceOrBuilder

      PersistentResourceOrBuilder getPersistentResourceOrBuilder()
       Required. The PersistentResource to update.
      
       The PersistentResource's `name` field is used to identify the
       PersistentResource to update. Format:
       `projects/{project}/locations/{location}/persistentResources/{persistent_resource}`
       
      .google.cloud.aiplatform.v1.PersistentResource persistent_resource = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasUpdateMask

      boolean hasUpdateMask()
       Required. Specify the fields to be overwritten in the PersistentResource by
       the update method.
       
      .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. Specify the fields to be overwritten in the PersistentResource by
       the update method.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       Required. Specify the fields to be overwritten in the PersistentResource by
       the update method.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];