Interface UpdateNotebookRuntimeTemplateRequestOrBuilder

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

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

    • hasNotebookRuntimeTemplate

      boolean hasNotebookRuntimeTemplate()
       Required. The NotebookRuntimeTemplate to update.
       
      .google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_template = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the notebookRuntimeTemplate field is set.
    • getNotebookRuntimeTemplate

      NotebookRuntimeTemplate getNotebookRuntimeTemplate()
       Required. The NotebookRuntimeTemplate to update.
       
      .google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_template = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The notebookRuntimeTemplate.
    • getNotebookRuntimeTemplateOrBuilder

      NotebookRuntimeTemplateOrBuilder getNotebookRuntimeTemplateOrBuilder()
       Required. The NotebookRuntimeTemplate to update.
       
      .google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_template = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasUpdateMask

      boolean hasUpdateMask()
       Required. The update mask applies to the resource.
       For the `FieldMask` definition, see
       [google.protobuf.FieldMask][google.protobuf.FieldMask]. Input format:
       `{paths: "${updated_filed}"}` Updatable fields:
      
       * `encryption_spec.kms_key_name`
       
      .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 update mask applies to the resource.
       For the `FieldMask` definition, see
       [google.protobuf.FieldMask][google.protobuf.FieldMask]. Input format:
       `{paths: "${updated_filed}"}` Updatable fields:
      
       * `encryption_spec.kms_key_name`
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       Required. The update mask applies to the resource.
       For the `FieldMask` definition, see
       [google.protobuf.FieldMask][google.protobuf.FieldMask]. Input format:
       `{paths: "${updated_filed}"}` Updatable fields:
      
       * `encryption_spec.kms_key_name`
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];