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

#enable_hot_key_logging::Boolean

Returns When true, enables the logging of the literal hot key to the user's Cloud Logging.

Returns:

  • (::Boolean)

    When true, enables the logging of the literal hot key to the user's Cloud Logging.



475
476
477
478
# File 'proto_docs/google/dataflow/v1beta3/environment.rb', line 475

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