Interface CreateNotebookRuntimeTemplateRequestOrBuilder (3.44.0)

public interface CreateNotebookRuntimeTemplateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNotebookRuntimeTemplate()

public abstract NotebookRuntimeTemplate getNotebookRuntimeTemplate()

Required. The NotebookRuntimeTemplate to create.

.google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_template = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
NotebookRuntimeTemplate

The notebookRuntimeTemplate.

getNotebookRuntimeTemplateId()

public abstract String getNotebookRuntimeTemplateId()

Optional. User specified ID for the notebook runtime template.

string notebook_runtime_template_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The notebookRuntimeTemplateId.

getNotebookRuntimeTemplateIdBytes()

public abstract ByteString getNotebookRuntimeTemplateIdBytes()

Optional. User specified ID for the notebook runtime template.

string notebook_runtime_template_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for notebookRuntimeTemplateId.

getNotebookRuntimeTemplateOrBuilder()

public abstract NotebookRuntimeTemplateOrBuilder getNotebookRuntimeTemplateOrBuilder()

Required. The NotebookRuntimeTemplate to create.

.google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_template = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
NotebookRuntimeTemplateOrBuilder

getParent()

public abstract 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
Type Description
String

The parent.

getParentBytes()

public abstract 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
Type Description
ByteString

The bytes for parent.

hasNotebookRuntimeTemplate()

public abstract boolean hasNotebookRuntimeTemplate()

Required. The NotebookRuntimeTemplate to create.

.google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_template = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the notebookRuntimeTemplate field is set.