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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb

Overview

A request to collect cluster diagnostic information.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

Returns Required. The cluster name.

Returns:

  • (String)

    Required. The cluster name.



540
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 540

class DiagnoseClusterRequest; end

#project_idString

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.



540
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 540

class DiagnoseClusterRequest; end

#regionString

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

Returns:

  • (String)

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



540
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 540

class DiagnoseClusterRequest; end