lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.46.0 vs lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.47.0

- old
+ new

@@ -890,10 +890,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class StreamingScalingReport + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class StreamingSetupTask class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -2198,10 +2204,11 @@ class RuntimeUpdatableParams # @private class Representation < Google::Apis::Core::JsonRepresentation property :max_num_workers, as: 'maxNumWorkers' property :min_num_workers, as: 'minNumWorkers' + property :worker_utilization_hint, as: 'workerUtilizationHint' end end class SdkInfo # @private @@ -2645,10 +2652,22 @@ property :windmill_service_endpoint, as: 'windmillServiceEndpoint' property :windmill_service_port, :numeric_string => true, as: 'windmillServicePort' end end + class StreamingScalingReport + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :active_bundle_count, as: 'activeBundleCount' + property :active_thread_count, as: 'activeThreadCount' + property :maximum_bundle_count, as: 'maximumBundleCount' + property :maximum_bytes_count, as: 'maximumBytesCount' + property :maximum_thread_count, as: 'maximumThreadCount' + property :outstanding_bytes_count, as: 'outstandingBytesCount' + end + end + class StreamingSetupTask # @private class Representation < Google::Apis::Core::JsonRepresentation property :drain, as: 'drain' property :receive_work_port, as: 'receiveWorkPort' @@ -2904,9 +2923,11 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation property :data_sampling_report, as: 'dataSamplingReport', class: Google::Apis::DataflowV1b3::DataSamplingReport, decorator: Google::Apis::DataflowV1b3::DataSamplingReport::Representation hash :labels, as: 'labels' + property :streaming_scaling_report, as: 'streamingScalingReport', class: Google::Apis::DataflowV1b3::StreamingScalingReport, decorator: Google::Apis::DataflowV1b3::StreamingScalingReport::Representation + property :time, as: 'time' property :worker_health_report, as: 'workerHealthReport', class: Google::Apis::DataflowV1b3::WorkerHealthReport, decorator: Google::Apis::DataflowV1b3::WorkerHealthReport::Representation property :worker_lifecycle_event, as: 'workerLifecycleEvent', class: Google::Apis::DataflowV1b3::WorkerLifecycleEvent, decorator: Google::Apis::DataflowV1b3::WorkerLifecycleEvent::Representation