Class: Google::Apis::DataflowV1b3::HotKeyDebuggingInfo

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ HotKeyDebuggingInfo

Returns a new instance of HotKeyDebuggingInfo.



2193
2194
2195
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2193

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#detected_hot_keysHash<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

Returns:



2191
2192
2193
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2191

def detected_hot_keys
  @detected_hot_keys
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2198
2199
2200
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2198

def update!(**args)
  @detected_hot_keys = args[:detected_hot_keys] if args.key?(:detected_hot_keys)
end