Interface AssignNotebookRuntimeRequestOrBuilder

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

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

    • getParent

      String getParent()
       Required. The resource name of the Location to get the NotebookRuntime
       assignment. Format: `projects/{project}/locations/{location}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The parent.
    • getParentBytes

      com.google.protobuf.ByteString getParentBytes()
       Required. The resource name of the Location to get the NotebookRuntime
       assignment. Format: `projects/{project}/locations/{location}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for parent.
    • getNotebookRuntimeTemplate

      String getNotebookRuntimeTemplate()
       Required. The resource name of the NotebookRuntimeTemplate based on which a
       NotebookRuntime will be assigned (reuse or create a new one).
       
      string notebook_runtime_template = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The notebookRuntimeTemplate.
    • getNotebookRuntimeTemplateBytes

      com.google.protobuf.ByteString getNotebookRuntimeTemplateBytes()
       Required. The resource name of the NotebookRuntimeTemplate based on which a
       NotebookRuntime will be assigned (reuse or create a new one).
       
      string notebook_runtime_template = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for notebookRuntimeTemplate.
    • hasNotebookRuntime

      boolean hasNotebookRuntime()
       Required. Provide runtime specific information (e.g. runtime owner,
       notebook id) used for NotebookRuntime assignment.
       
      .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtime = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the notebookRuntime field is set.
    • getNotebookRuntime

      NotebookRuntime getNotebookRuntime()
       Required. Provide runtime specific information (e.g. runtime owner,
       notebook id) used for NotebookRuntime assignment.
       
      .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtime = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The notebookRuntime.
    • getNotebookRuntimeOrBuilder

      NotebookRuntimeOrBuilder getNotebookRuntimeOrBuilder()
       Required. Provide runtime specific information (e.g. runtime owner,
       notebook id) used for NotebookRuntime assignment.
       
      .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtime = 3 [(.google.api.field_behavior) = REQUIRED];
    • getNotebookRuntimeId

      String getNotebookRuntimeId()
       Optional. User specified ID for the notebook runtime.
       
      string notebook_runtime_id = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The notebookRuntimeId.
    • getNotebookRuntimeIdBytes

      com.google.protobuf.ByteString getNotebookRuntimeIdBytes()
       Optional. User specified ID for the notebook runtime.
       
      string notebook_runtime_id = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for notebookRuntimeId.