Google Cloud Dataproc V1 Client - Class DiagnoseClusterRequest (3.10.1)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class DiagnoseClusterRequest.

A request to collect cluster diagnostic information.

Generated from protobuf message google.cloud.dataproc.v1.DiagnoseClusterRequest

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project_id string

Required. The ID of the Google Cloud Platform project that the cluster belongs to.

↳ region string

Required. The Dataproc region in which to handle the request.

↳ cluster_name string

Required. The cluster name.

↳ tarball_gcs_dir string

Optional. The output Cloud Storage directory for the diagnostic tarball. If not specified, a task-specific directory in the cluster's staging bucket will be used.

↳ diagnosis_interval Google\Type\Interval

Optional. Time interval in which diagnosis should be carried out on the cluster.

↳ jobs array

Optional. Specifies a list of jobs on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}

↳ yarn_application_ids array

Optional. Specifies a list of yarn applications on which diagnosis is to be performed.

getProjectId

Required. The ID of the Google Cloud Platform project that the cluster belongs to.

Returns
TypeDescription
string

setProjectId

Required. The ID of the Google Cloud Platform project that the cluster belongs to.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRegion

Required. The Dataproc region in which to handle the request.

Returns
TypeDescription
string

setRegion

Required. The Dataproc region in which to handle the request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getClusterName

Required. The cluster name.

Returns
TypeDescription
string

setClusterName

Required. The cluster name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTarballGcsDir

Optional. The output Cloud Storage directory for the diagnostic tarball. If not specified, a task-specific directory in the cluster's staging bucket will be used.

Returns
TypeDescription
string

setTarballGcsDir

Optional. The output Cloud Storage directory for the diagnostic tarball. If not specified, a task-specific directory in the cluster's staging bucket will be used.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDiagnosisInterval

Optional. Time interval in which diagnosis should be carried out on the cluster.

Returns
TypeDescription
Google\Type\Interval|null

hasDiagnosisInterval

clearDiagnosisInterval

setDiagnosisInterval

Optional. Time interval in which diagnosis should be carried out on the cluster.

Parameter
NameDescription
var Google\Type\Interval
Returns
TypeDescription
$this

getJobs

Optional. Specifies a list of jobs on which diagnosis is to be performed.

Format: projects/{project}/regions/{region}/jobs/{job}

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setJobs

Optional. Specifies a list of jobs on which diagnosis is to be performed.

Format: projects/{project}/regions/{region}/jobs/{job}

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getYarnApplicationIds

Optional. Specifies a list of yarn applications on which diagnosis is to be performed.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setYarnApplicationIds

Optional. Specifies a list of yarn applications on which diagnosis is to be performed.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
projectId string

Required. The ID of the Google Cloud Platform project that the cluster belongs to.

region string

Required. The Dataproc region in which to handle the request.

clusterName string

Required. The cluster name.

Returns
TypeDescription
Google\Cloud\Dataproc\V1\DiagnoseClusterRequest