lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.33.0 vs lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.34.0

- old
+ new

@@ -806,10 +806,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class Straggler + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class StragglerDebuggingInfo class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -878,10 +884,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class StreamingStragglerInfo + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class StringList class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -2454,10 +2466,20 @@ property :name, as: 'name' hash :properties, as: 'properties' end end + class Straggler + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :batch_straggler, as: 'batchStraggler', class: Google::Apis::DataflowV1b3::StragglerInfo, decorator: Google::Apis::DataflowV1b3::StragglerInfo::Representation + + property :streaming_straggler, as: 'streamingStraggler', class: Google::Apis::DataflowV1b3::StreamingStragglerInfo, decorator: Google::Apis::DataflowV1b3::StreamingStragglerInfo::Representation + + end + end + class StragglerDebuggingInfo # @private class Representation < Google::Apis::Core::JsonRepresentation property :hot_key, as: 'hotKey', class: Google::Apis::DataflowV1b3::HotKeyDebuggingInfo, decorator: Google::Apis::DataflowV1b3::HotKeyDebuggingInfo::Representation @@ -2474,10 +2496,12 @@ end class StragglerSummary # @private class Representation < Google::Apis::Core::JsonRepresentation + collection :recent_stragglers, as: 'recentStragglers', class: Google::Apis::DataflowV1b3::Straggler, decorator: Google::Apis::DataflowV1b3::Straggler::Representation + hash :straggler_cause_count, as: 'stragglerCauseCount' property :total_straggler_count, :numeric_string => true, as: 'totalStragglerCount' end end @@ -2572,9 +2596,20 @@ class StreamingStageLocation # @private class Representation < Google::Apis::Core::JsonRepresentation property :stream_id, as: 'streamId' + end + end + + class StreamingStragglerInfo + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :data_watermark_lag, as: 'dataWatermarkLag' + property :end_time, as: 'endTime' + property :start_time, as: 'startTime' + property :system_watermark_lag, as: 'systemWatermarkLag' + property :worker_name, as: 'workerName' end end class StringList # @private