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
def cluster_name() -> ::String
Returns
- (::String) — Required. The cluster name.
#cluster_name=
def cluster_name=(value) -> ::String
Parameter
- value (::String) — Required. The cluster name.
Returns
- (::String) — Required. The cluster name.
#diagnosis_interval
def diagnosis_interval() -> ::Google::Type::Interval
Returns
- (::Google::Type::Interval) — Optional. Time interval in which diagnosis should be carried out on the cluster.
#diagnosis_interval=
def diagnosis_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
def jobs() -> ::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=
def jobs=(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
def project_id() -> ::String
Returns
- (::String) — Required. The ID of the Google Cloud Platform project that the cluster belongs to.
#project_id=
def project_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
def region() -> ::String
Returns
- (::String) — Required. The Dataproc region in which to handle the request.
#region=
def region=(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_gcs_dir
def tarball_gcs_dir() -> ::String
Returns
- (::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.
#tarball_gcs_dir=
def tarball_gcs_dir=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.
#yarn_application_ids
def yarn_application_ids() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. Specifies a list of yarn applications on which diagnosis is to be performed.
#yarn_application_ids=
def yarn_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.