generated/google/apis/dataflow_v1b3/representations.rb in google-api-client-0.15.0 vs generated/google/apis/dataflow_v1b3/representations.rb in google-api-client-0.16.0

- old
+ new

@@ -500,16 +500,10 @@ 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 @@ -895,18 +889,17 @@ class CounterStructuredName # @private class Representation < Google::Apis::Core::JsonRepresentation property :component_step_name, as: 'componentStepName' property :execution_step_name, as: 'executionStepName' + property :input_index, as: 'inputIndex' property :name, as: 'name' property :origin, as: 'origin' property :origin_namespace, as: 'originNamespace' - property :original_shuffle_step_name, as: 'originalShuffleStepName' + property :original_requesting_step_name, as: 'originalRequestingStepName' 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 @@ -1632,18 +1625,10 @@ 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 @@ -1714,11 +1699,15 @@ class SourceOperationRequest # @private class Representation < Google::Apis::Core::JsonRepresentation property :get_metadata, as: 'getMetadata', class: Google::Apis::DataflowV1b3::SourceGetMetadataRequest, decorator: Google::Apis::DataflowV1b3::SourceGetMetadataRequest::Representation + property :name, as: 'name' + property :original_name, as: 'originalName' property :split, as: 'split', class: Google::Apis::DataflowV1b3::SourceSplitRequest, decorator: Google::Apis::DataflowV1b3::SourceSplitRequest::Representation + property :stage_name, as: 'stageName' + property :system_name, as: 'systemName' end end class SourceOperationResponse # @private