Google Cloud Dataplex V1 Client - Class Notebook (0.1.6)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Notebook.

Configuration for Notebook content.

Generated from protobuf message google.cloud.dataplex.v1.Content.Notebook

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ kernel_type int

Required. Kernel Type of the notebook.

getKernelType

Required. Kernel Type of the notebook.

Generated from protobuf field .google.cloud.dataplex.v1.Content.Notebook.KernelType kernel_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

setKernelType

Required. Kernel Type of the notebook.

Generated from protobuf field .google.cloud.dataplex.v1.Content.Notebook.KernelType kernel_type = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var int
Returns
TypeDescription
$this