Interface CreateNotebookRuntimeTemplateRequestOrBuilder

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

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

    • getParent

      String getParent()
       Required. The resource name of the Location to create the
       NotebookRuntimeTemplate. 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 create the
       NotebookRuntimeTemplate. Format: `projects/{project}/locations/{location}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for parent.
    • hasNotebookRuntimeTemplate

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

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

      NotebookRuntimeTemplateOrBuilder getNotebookRuntimeTemplateOrBuilder()
       Required. The NotebookRuntimeTemplate to create.
       
      .google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_template = 2 [(.google.api.field_behavior) = REQUIRED];
    • getNotebookRuntimeTemplateId

      String getNotebookRuntimeTemplateId()
       Optional. User specified ID for the notebook runtime template.
       
      string notebook_runtime_template_id = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The notebookRuntimeTemplateId.
    • getNotebookRuntimeTemplateIdBytes

      com.google.protobuf.ByteString getNotebookRuntimeTemplateIdBytes()
       Optional. User specified ID for the notebook runtime template.
       
      string notebook_runtime_template_id = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for notebookRuntimeTemplateId.