Class: Google::Apis::DataflowV1b3::HotKeyDebuggingInfo
- Inherits:
-
Object
- Object
- Google::Apis::DataflowV1b3::HotKeyDebuggingInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataflow_v1b3/classes.rb,
lib/google/apis/dataflow_v1b3/representations.rb,
lib/google/apis/dataflow_v1b3/representations.rb
Overview
Information useful for debugging a hot key detection.
Instance Attribute Summary collapse
-
#detected_hot_keys ⇒ Hash<String,Google::Apis::DataflowV1b3::HotKeyInfo>
Debugging information for each detected hot key.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HotKeyDebuggingInfo
constructor
A new instance of HotKeyDebuggingInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ HotKeyDebuggingInfo
Returns a new instance of HotKeyDebuggingInfo.
2059 2060 2061 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2059 def initialize(**args) update!(**args) end |
Instance Attribute Details
#detected_hot_keys ⇒ Hash<String,Google::Apis::DataflowV1b3::HotKeyInfo>
Debugging information for each detected hot key. Keyed by a hash of the key.
Corresponds to the JSON property detectedHotKeys
2057 2058 2059 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2057 def detected_hot_keys @detected_hot_keys end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2064 2065 2066 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2064 def update!(**args) @detected_hot_keys = args[:detected_hot_keys] if args.key?(:detected_hot_keys) end |