generated/google/apis/dataflow_v1b3/representations.rb in google-api-client-0.19.8 vs generated/google/apis/dataflow_v1b3/representations.rb in google-api-client-0.20.0

- old
+ new

@@ -230,10 +230,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class IntegerGauge + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class IntegerList class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -722,10 +728,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class WorkerLifecycleEvent + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class WorkerMessage class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -924,10 +936,12 @@ property :floating_point_mean, as: 'floatingPointMean', class: Google::Apis::DataflowV1b3::FloatingPointMean, decorator: Google::Apis::DataflowV1b3::FloatingPointMean::Representation property :integer, as: 'integer', class: Google::Apis::DataflowV1b3::SplitInt64, decorator: Google::Apis::DataflowV1b3::SplitInt64::Representation + property :integer_gauge, as: 'integerGauge', class: Google::Apis::DataflowV1b3::IntegerGauge, decorator: Google::Apis::DataflowV1b3::IntegerGauge::Representation + property :integer_list, as: 'integerList', class: Google::Apis::DataflowV1b3::IntegerList, decorator: Google::Apis::DataflowV1b3::IntegerList::Representation property :integer_mean, as: 'integerMean', class: Google::Apis::DataflowV1b3::IntegerMean, decorator: Google::Apis::DataflowV1b3::IntegerMean::Representation property :internal, as: 'internal' @@ -1157,10 +1171,19 @@ property :original_name, as: 'originalName' property :system_name, as: 'systemName' end end + class IntegerGauge + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :timestamp, as: 'timestamp' + property :value, as: 'value', class: Google::Apis::DataflowV1b3::SplitInt64, decorator: Google::Apis::DataflowV1b3::SplitInt64::Representation + + end + end + class IntegerList # @private class Representation < Google::Apis::Core::JsonRepresentation collection :elements, as: 'elements', class: Google::Apis::DataflowV1b3::SplitInt64, decorator: Google::Apis::DataflowV1b3::SplitInt64::Representation @@ -1556,11 +1579,13 @@ class Representation < Google::Apis::Core::JsonRepresentation collection :additional_experiments, as: 'additionalExperiments' property :bypass_temp_dir_validation, as: 'bypassTempDirValidation' property :machine_type, as: 'machineType' property :max_workers, as: 'maxWorkers' + property :network, as: 'network' property :service_account_email, as: 'serviceAccountEmail' + property :subnetwork, as: 'subnetwork' property :temp_location, as: 'tempLocation' property :zone, as: 'zone' end end @@ -2055,15 +2080,26 @@ class Representation < Google::Apis::Core::JsonRepresentation property :report_interval, as: 'reportInterval' end end + class WorkerLifecycleEvent + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :container_start_time, as: 'containerStartTime' + property :event, as: 'event' + hash :metadata, as: 'metadata' + end + end + class WorkerMessage # @private class Representation < Google::Apis::Core::JsonRepresentation hash :labels, as: 'labels' 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 property :worker_message_code, as: 'workerMessageCode', class: Google::Apis::DataflowV1b3::WorkerMessageCode, decorator: Google::Apis::DataflowV1b3::WorkerMessageCode::Representation property :worker_metrics, as: 'workerMetrics', class: Google::Apis::DataflowV1b3::ResourceUtilizationReport, decorator: Google::Apis::DataflowV1b3::ResourceUtilizationReport::Representation