Class: Google::Cloud::Dataproc::V1::RuntimeConfig

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

Overview

Runtime configuration for a workload.

Defined Under Namespace

Classes: PropertiesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#container_image::String

Returns Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.

Returns:

  • (::String)

    Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.



39
40
41
42
43
44
45
46
47
48
49
50
51
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 39

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

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

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

Returns Optional. A mapping of property names to values, which are used to configure workload execution.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Optional. A mapping of property names to values, which are used to configure workload execution.



39
40
41
42
43
44
45
46
47
48
49
50
51
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 39

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

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

#repository_config::Google::Cloud::Dataproc::V1::RepositoryConfig

Returns Optional. Dependency repository configuration.

Returns:



39
40
41
42
43
44
45
46
47
48
49
50
51
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 39

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

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

#version::String

Returns Optional. Version of the batch runtime.

Returns:

  • (::String)

    Optional. Version of the batch runtime.



39
40
41
42
43
44
45
46
47
48
49
50
51
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 39

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

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