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.



2253
2254
2255
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2253

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:



2251
2252
2253
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2251

def detected_hot_keys
  @detected_hot_keys
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2258
2259
2260
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2258

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