Google Cloud Ai Platform V1 Client - Class UpdateNotebookRuntimeTemplateRequest (1.0.0-RC1)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class UpdateNotebookRuntimeTemplateRequest.

Request message for NotebookService.UpdateNotebookRuntimeTemplate.

Generated from protobuf message google.cloud.aiplatform.v1.UpdateNotebookRuntimeTemplateRequest

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ notebook_runtime_template Google\Cloud\AIPlatform\V1\NotebookRuntimeTemplate

Required. The NotebookRuntimeTemplate to update.

↳ update_mask Google\Protobuf\FieldMask

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

getNotebookRuntimeTemplate

Required. The NotebookRuntimeTemplate to update.

Returns
Type Description
Google\Cloud\AIPlatform\V1\NotebookRuntimeTemplate|null

hasNotebookRuntimeTemplate

clearNotebookRuntimeTemplate

setNotebookRuntimeTemplate

Required. The NotebookRuntimeTemplate to update.

Parameter
Name Description
var Google\Cloud\AIPlatform\V1\NotebookRuntimeTemplate
Returns
Type Description
$this

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
Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

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
Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
notebookRuntimeTemplate Google\Cloud\AIPlatform\V1\NotebookRuntimeTemplate

Required. The NotebookRuntimeTemplate to update.

updateMask Google\Protobuf\FieldMask

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
Returns
Type Description
Google\Cloud\AIPlatform\V1\UpdateNotebookRuntimeTemplateRequest