Class: Google::Cloud::Dataproc::V1::PeripheralsConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::PeripheralsConfig
- 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
-
#metastore_service ⇒ ::String
Optional.
-
#spark_history_server_config ⇒ ::Google::Cloud::Dataproc::V1::SparkHistoryServerConfig
Optional.
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]
.
156 157 158 159 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 156 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.
156 157 158 159 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 156 class PeripheralsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |