Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::DiagnoseClusterRequest (v1.4.0)

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

A request to collect cluster diagnostic information.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cluster_name

defcluster_name()->::String
Returns
  • (::String) — Required. The cluster name.

#cluster_name=

defcluster_name=(value)->::String
Parameter
  • value (::String) — Required. The cluster name.
Returns
  • (::String) — Required. The cluster name.

#diagnosis_interval

defdiagnosis_interval()->::Google::Type::Interval
Returns

#diagnosis_interval=

defdiagnosis_interval=(value)->::Google::Type::Interval
Parameter
Returns

#jobs

defjobs()->::Array<::String>
Returns
  • (::Array<::String>) — Optional. Specifies a list of jobs on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}

#jobs=

defjobs=(value)->::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. Specifies a list of jobs on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}
Returns
  • (::Array<::String>) — Optional. Specifies a list of jobs on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}

#project_id

defproject_id()->::String
Returns
  • (::String) — Required. The ID of the Google Cloud Platform project that the cluster belongs to.

#project_id=

defproject_id=(value)->::String
Parameter
  • value (::String) — Required. The ID of the Google Cloud Platform project that the cluster belongs to.
Returns
  • (::String) — Required. The ID of the Google Cloud Platform project that the cluster belongs to.

#region

defregion()->::String
Returns
  • (::String) — Required. The Dataproc region in which to handle the request.

#region=

defregion=(value)->::String
Parameter
  • value (::String) — Required. The Dataproc region in which to handle the request.
Returns
  • (::String) — Required. The Dataproc region in which to handle the request.

#tarball_access

deftarball_access()->::Google::Cloud::Dataproc::V1::DiagnoseClusterRequest::TarballAccess
Returns

#tarball_access=

deftarball_access=(value)->::Google::Cloud::Dataproc::V1::DiagnoseClusterRequest::TarballAccess
Parameter
Returns

#tarball_gcs_dir

deftarball_gcs_dir()->::String
Returns
  • (::String) — Optional. (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.

#tarball_gcs_dir=

deftarball_gcs_dir=(value)->::String
Parameter
  • value (::String) — Optional. (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
  • (::String) — Optional. (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.

#yarn_application_ids

defyarn_application_ids()->::Array<::String>
Returns
  • (::Array<::String>) — Optional. Specifies a list of yarn applications on which diagnosis is to be performed.

#yarn_application_ids=

defyarn_application_ids=(value)->::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. Specifies a list of yarn applications on which diagnosis is to be performed.
Returns
  • (::Array<::String>) — Optional. Specifies a list of yarn applications on which diagnosis is to be performed.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.