generated/google/apis/dataflow_v1b3/representations.rb in google-api-client-0.13.4 vs generated/google/apis/dataflow_v1b3/representations.rb in google-api-client-0.13.5

- old
+ new

@@ -500,10 +500,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class SideInputId + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class SideInputInfo class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -752,10 +758,22 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class WorkerShutdownNotice + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class WorkerShutdownNoticeResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class WriteInstruction class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -880,12 +898,15 @@ property :component_step_name, as: 'componentStepName' property :execution_step_name, as: 'executionStepName' property :name, as: 'name' property :origin, as: 'origin' property :origin_namespace, as: 'originNamespace' + property :original_shuffle_step_name, as: 'originalShuffleStepName' property :original_step_name, as: 'originalStepName' property :portion, as: 'portion' + property :side_input, as: 'sideInput', class: Google::Apis::DataflowV1b3::SideInputId, decorator: Google::Apis::DataflowV1b3::SideInputId::Representation + property :worker_id, as: 'workerId' end end class CounterStructuredNameAndMetadata @@ -1611,10 +1632,18 @@ property :command, as: 'command' property :exit_code, as: 'exitCode' end end + class SideInputId + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :declaring_step_name, as: 'declaringStepName' + property :input_index, as: 'inputIndex' + end + end + class SideInputInfo # @private class Representation < Google::Apis::Core::JsonRepresentation hash :kind, as: 'kind' collection :sources, as: 'sources', class: Google::Apis::DataflowV1b3::Source, decorator: Google::Apis::DataflowV1b3::Source::Representation @@ -2046,10 +2075,12 @@ 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 + property :worker_shutdown_notice, as: 'workerShutdownNotice', class: Google::Apis::DataflowV1b3::WorkerShutdownNotice, decorator: Google::Apis::DataflowV1b3::WorkerShutdownNotice::Representation + end end class WorkerMessageCode # @private @@ -2064,10 +2095,12 @@ class Representation < Google::Apis::Core::JsonRepresentation property :worker_health_report_response, as: 'workerHealthReportResponse', class: Google::Apis::DataflowV1b3::WorkerHealthReportResponse, decorator: Google::Apis::DataflowV1b3::WorkerHealthReportResponse::Representation property :worker_metrics_response, as: 'workerMetricsResponse', class: Google::Apis::DataflowV1b3::ResourceUtilizationReportResponse, decorator: Google::Apis::DataflowV1b3::ResourceUtilizationReportResponse::Representation + property :worker_shutdown_notice_response, as: 'workerShutdownNoticeResponse', class: Google::Apis::DataflowV1b3::WorkerShutdownNoticeResponse, decorator: Google::Apis::DataflowV1b3::WorkerShutdownNoticeResponse::Representation + end end class WorkerPool # @private @@ -2107,9 +2140,22 @@ property :reporting_enabled, as: 'reportingEnabled' property :service_path, as: 'servicePath' property :shuffle_service_path, as: 'shuffleServicePath' property :temp_storage_prefix, as: 'tempStoragePrefix' property :worker_id, as: 'workerId' + end + end + + class WorkerShutdownNotice + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :reason, as: 'reason' + end + end + + class WorkerShutdownNoticeResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation end end class WriteInstruction # @private