class Google::Apis::DataflowV1b3::DebugOptions
Describes any options that have an effect on the debugging of pipelines.
Attributes
enable_hot_key_logging[RW]
When true, enables the logging of the literal hot key to the user's Cloud Logging. Corresponds to the JSON property `enableHotKeyLogging` @return [Boolean]
enable_hot_key_logging?[RW]
When true, enables the logging of the literal hot key to the user's Cloud Logging. Corresponds to the JSON property `enableHotKeyLogging` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 877 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dataflow_v1b3/classes.rb, line 882 def update!(**args) @enable_hot_key_logging = args[:enable_hot_key_logging] if args.key?(:enable_hot_key_logging) end