Class: Google::Cloud::Dataflow::V1beta3::DebugOptions

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#data_sampling::Google::Cloud::Dataflow::V1beta3::DataSamplingConfig

Returns Configuration options for sampling elements from a running pipeline.

Returns:



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.

Returns:

  • (::Boolean)

    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