Class: Google::Cloud::Dataproc::V1::JobPlacement

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

Overview

Dataproc job config.

Defined Under Namespace

Classes: ClusterLabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_labels::Google::Protobuf::Map{::String => ::String}

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



559
560
561
562
563
564
565
566
567
568
569
570
571
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 559

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ClusterLabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

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



559
560
561
562
563
564
565
566
567
568
569
570
571
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 559

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ClusterLabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
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.



559
560
561
562
563
564
565
566
567
568
569
570
571
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 559

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ClusterLabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end