Class: Google::Cloud::Dataproc::V1::DiagnoseClusterRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/clusters.rb

Overview

A request to collect cluster diagnostic information.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns Required. The cluster name.

Returns:

  • (::String)

    Required. The cluster name.



1561
1562
1563
1564
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1561

class DiagnoseClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#diagnosis_interval::Google::Type::Interval

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

Returns:



1561
1562
1563
1564
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1561

class DiagnoseClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#jobs::Array<::String>

Returns 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}



1561
1562
1563
1564
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1561

class DiagnoseClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project_id::String

Returns 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.



1561
1562
1563
1564
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1561

class DiagnoseClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#region::String

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

Returns:

  • (::String)

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



1561
1562
1563
1564
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1561

class DiagnoseClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tarball_gcs_dir::String

Returns 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.



1561
1562
1563
1564
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1561

class DiagnoseClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#yarn_application_ids::Array<::String>

Returns 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.



1561
1562
1563
1564
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1561

class DiagnoseClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end