Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::DiagnoseClusterRequest (v1.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
- (::Google::Type::Interval) — Optional. Time interval in which diagnosis should be carried out on the cluster.
#diagnosis_interval=
defdiagnosis_interval=(value)->::Google::Type::Interval
Parameter
- value (::Google::Type::Interval) — Optional. Time interval in which diagnosis should be carried out on the cluster.
Returns
- (::Google::Type::Interval) — Optional. Time interval in which diagnosis should be carried out on the cluster.
#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
- (::Google::Cloud::Dataproc::V1::DiagnoseClusterRequest::TarballAccess) — Optional. (Optional) The access type to the diagnostic tarball. If not specified, falls back to default access of the bucket
#tarball_access=
deftarball_access=(value)->::Google::Cloud::Dataproc::V1::DiagnoseClusterRequest::TarballAccess
Parameter
- value (::Google::Cloud::Dataproc::V1::DiagnoseClusterRequest::TarballAccess) — Optional. (Optional) The access type to the diagnostic tarball. If not specified, falls back to default access of the bucket
Returns
- (::Google::Cloud::Dataproc::V1::DiagnoseClusterRequest::TarballAccess) — Optional. (Optional) The access type to the diagnostic tarball. If not specified, falls back to default access of the bucket
#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.