Class: Google::Cloud::Dataflow::V1beta3::DebugOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::DebugOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/environment.rb
Overview
Describes any options that have an effect on the debugging of pipelines.
Instance Attribute Summary collapse
-
#data_sampling ⇒ ::Google::Cloud::Dataflow::V1beta3::DataSamplingConfig
Configuration options for sampling elements from a running pipeline.
-
#enable_hot_key_logging ⇒ ::Boolean
Optional.
Instance Attribute Details
#data_sampling ⇒ ::Google::Cloud::Dataflow::V1beta3::DataSamplingConfig
Returns Configuration options for sampling elements from a running pipeline.
529 530 531 532 |
# File 'proto_docs/google/dataflow/v1beta3/environment.rb', line 529 class DebugOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_hot_key_logging ⇒ ::Boolean
Returns Optional. When true, enables the logging of the literal hot key to the user's Cloud Logging.
529 530 531 532 |
# File 'proto_docs/google/dataflow/v1beta3/environment.rb', line 529 class DebugOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |