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.
6398 6399 6400 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 6398 def initialize(**args) update!(**args) end |
Instance Attribute Details
#maximum_thread_count ⇒ Fixnum
Maximum thread count limit;
Corresponds to the JSON property maximumThreadCount
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 |