Class: Google::Cloud::Dataproc::V1beta2::JobPlacement

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

Overview

Dataproc job config.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

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



513
514
515
516
# File 'proto_docs/google/cloud/dataproc/v1beta2/jobs.rb', line 513

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

#cluster_uuid::String (readonly)

Returns Output only. A cluster UUID generated by the Dataproc service when the job is submitted.

Returns:

  • (::String)

    Output only. A cluster UUID generated by the Dataproc service when the job is submitted.



513
514
515
516
# File 'proto_docs/google/cloud/dataproc/v1beta2/jobs.rb', line 513

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