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.



6793
6794
6795
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 6793

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

Instance Attribute Details

#maximum_thread_countFixnum

Maximum thread count limit; Corresponds to the JSON property maximumThreadCount

Returns:

  • (Fixnum)


6791
6792
6793
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 6791

def maximum_thread_count
  @maximum_thread_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6798
6799
6800
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 6798

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