Interface AssignNotebookRuntimeRequestOrBuilder (3.44.0)

public interface AssignNotebookRuntimeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNotebookRuntime()

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

The notebookRuntime.

getNotebookRuntimeId()

public abstract String getNotebookRuntimeId()

Optional. User specified ID for the notebook runtime.

string notebook_runtime_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The notebookRuntimeId.

getNotebookRuntimeIdBytes()

public abstract ByteString getNotebookRuntimeIdBytes()

Optional. User specified ID for the notebook runtime.

string notebook_runtime_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for notebookRuntimeId.

getNotebookRuntimeOrBuilder()

public abstract 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];

Returns
Type Description
NotebookRuntimeOrBuilder

getNotebookRuntimeTemplate()

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

The notebookRuntimeTemplate.

getNotebookRuntimeTemplateBytes()

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

The bytes for notebookRuntimeTemplate.

getParent()

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

The parent.

getParentBytes()

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

The bytes for parent.

hasNotebookRuntime()

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

Whether the notebookRuntime field is set.