Class: Google::Cloud::Dataproc::V1::PeripheralsConfig

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

Overview

Auxiliary services configuration for a workload.

Instance Attribute Summary collapse

Instance Attribute Details

#metastore_service::String

Returns Optional. Resource name of an existing Dataproc Metastore service.

Example:

  • projects/[project_id]/locations/[region]/services/[service_id].

Returns:

  • (::String)

    Optional. Resource name of an existing Dataproc Metastore service.

    Example:

    • projects/[project_id]/locations/[region]/services/[service_id]


149
150
151
152
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 149

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

#spark_history_server_config::Google::Cloud::Dataproc::V1::SparkHistoryServerConfig

Returns Optional. The Spark History Server configuration for the workload.

Returns:



149
150
151
152
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 149

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