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.



1840
1841
1842
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 1840

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:



1838
1839
1840
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 1838

def detected_hot_keys
  @detected_hot_keys
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1845
1846
1847
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 1845

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