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.



6398
6399
6400
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 6398

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

Instance Attribute Details

#maximum_thread_countFixnum

Maximum thread count limit; Corresponds to the JSON property maximumThreadCount

Returns:

  • (Fixnum)


6396
6397
6398
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 6396

def maximum_thread_count
  @maximum_thread_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6403
6404
6405
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 6403

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