Class: Google::Apis::DataflowV1b3::StreamingScalingReportResponse

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

Contains per-user-worker streaming scaling recommendation from the backend.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StreamingScalingReportResponse

Returns a new instance of StreamingScalingReportResponse.



6500
6501
6502
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 6500

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

Instance Attribute Details

#maximum_thread_countFixnum

Maximum thread count limit; Corresponds to the JSON property maximumThreadCount

Returns:

  • (Fixnum)


6498
6499
6500
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 6498

def maximum_thread_count
  @maximum_thread_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6505
6506
6507
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 6505

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