Google Cloud Notebooks V1 Client - Class DataprocParameters (0.4.1)

Reference documentation and code samples for the Google Cloud Notebooks V1 Client class DataprocParameters.

Parameters used in Dataproc JobType executions.

Generated from protobuf message google.cloud.notebooks.v1.ExecutionTemplate.DataprocParameters

Namespace

Google \ Cloud \ Notebooks \ V1 \ ExecutionTemplate

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ cluster string

URI for cluster used to run Dataproc execution. Format: projects/{PROJECT_ID}/regions/{REGION}/clusters/{CLUSTER_NAME}

getCluster

URI for cluster used to run Dataproc execution.

Format: projects/{PROJECT_ID}/regions/{REGION}/clusters/{CLUSTER_NAME}

Returns
TypeDescription
string

setCluster

URI for cluster used to run Dataproc execution.

Format: projects/{PROJECT_ID}/regions/{REGION}/clusters/{CLUSTER_NAME}

Parameter
NameDescription
var string
Returns
TypeDescription
$this