Class: Google::Cloud::Dataflow::V1beta3::WorkerSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::WorkerSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/environment.rb
Overview
Provides data to pass through to the worker harness.
Instance Attribute Summary collapse
-
#base_url ⇒ ::String
The base URL for accessing Google Cloud APIs.
-
#reporting_enabled ⇒ ::Boolean
Whether to send work progress updates to the service.
-
#service_path ⇒ ::String
The Cloud Dataflow service path relative to the root URL, for example, "dataflow/v1b3/projects".
-
#shuffle_service_path ⇒ ::String
The Shuffle service path relative to the root URL, for example, "shuffle/v1beta1".
-
#temp_storage_prefix ⇒ ::String
The prefix of the resources the system should use for temporary storage.
-
#worker_id ⇒ ::String
The ID of the worker running this pipeline.
Instance Attribute Details
#base_url ⇒ ::String
233 234 235 236 |
# File 'proto_docs/google/dataflow/v1beta3/environment.rb', line 233 class WorkerSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reporting_enabled ⇒ ::Boolean
233 234 235 236 |
# File 'proto_docs/google/dataflow/v1beta3/environment.rb', line 233 class WorkerSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_path ⇒ ::String
233 234 235 236 |
# File 'proto_docs/google/dataflow/v1beta3/environment.rb', line 233 class WorkerSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shuffle_service_path ⇒ ::String
233 234 235 236 |
# File 'proto_docs/google/dataflow/v1beta3/environment.rb', line 233 class WorkerSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#temp_storage_prefix ⇒ ::String
233 234 235 236 |
# File 'proto_docs/google/dataflow/v1beta3/environment.rb', line 233 class WorkerSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#worker_id ⇒ ::String
233 234 235 236 |
# File 'proto_docs/google/dataflow/v1beta3/environment.rb', line 233 class WorkerSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |