Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::JobPlacement (v0.15.0)

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

Dataproc job config.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cluster_labels

def cluster_labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Cluster labels to identify a cluster where the job will be submitted.

#cluster_labels=

def cluster_labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. Cluster labels to identify a cluster where the job will be submitted.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Cluster labels to identify a cluster where the job will be submitted.

#cluster_name

def cluster_name() -> ::String
Returns
  • (::String) — Required. The name of the cluster where the job will be submitted.

#cluster_name=

def cluster_name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the cluster where the job will be submitted.
Returns
  • (::String) — Required. The name of the cluster where the job will be submitted.

#cluster_uuid

def cluster_uuid() -> ::String
Returns
  • (::String) — Output only. A cluster UUID generated by the Dataproc service when the job is submitted.