Interface UpdateNotebookRuntimeTemplateRequestOrBuilder (3.46.0)

public interface UpdateNotebookRuntimeTemplateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNotebookRuntimeTemplate()

public abstract NotebookRuntimeTemplate getNotebookRuntimeTemplate()

Required. The NotebookRuntimeTemplate to update.

.google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_template = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
NotebookRuntimeTemplate

The notebookRuntimeTemplate.

getNotebookRuntimeTemplateOrBuilder()

public abstract NotebookRuntimeTemplateOrBuilder getNotebookRuntimeTemplateOrBuilder()

Required. The NotebookRuntimeTemplate to update.

.google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_template = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
NotebookRuntimeTemplateOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. The update mask applies to the resource. For the FieldMask definition, see 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
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The update mask applies to the resource. For the FieldMask definition, see 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
Type Description
FieldMaskOrBuilder

hasNotebookRuntimeTemplate()

public abstract boolean hasNotebookRuntimeTemplate()

Required. The NotebookRuntimeTemplate to update.

.google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_template = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the notebookRuntimeTemplate field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. The update mask applies to the resource. For the FieldMask definition, see 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
Type Description
boolean

Whether the updateMask field is set.