Class: Google::Apis::DataflowV1b3::StreamingScalingReportResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataflowV1b3::StreamingScalingReportResponse
- 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
-
#maximum_thread_count ⇒ Fixnum
Maximum thread count limit; Corresponds to the JSON property
maximumThreadCount
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StreamingScalingReportResponse
constructor
A new instance of StreamingScalingReportResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StreamingScalingReportResponse
Returns a new instance of StreamingScalingReportResponse.
6347 6348 6349 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 6347 def initialize(**args) update!(**args) end |
Instance Attribute Details
#maximum_thread_count ⇒ Fixnum
Maximum thread count limit;
Corresponds to the JSON property maximumThreadCount
6345 6346 6347 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 6345 def maximum_thread_count @maximum_thread_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6352 6353 6354 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 6352 def update!(**args) @maximum_thread_count = args[:maximum_thread_count] if args.key?(:maximum_thread_count) end |