lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.34.0 vs lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.35.0
- old
+ new
@@ -554,16 +554,10 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class QueryInfo
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
class ReadInstruction
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -926,16 +920,10 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ValidateResponse
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
class WorkItem
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -2044,17 +2032,10 @@
property :snapshot_name, as: 'snapshotName'
property :topic_name, as: 'topicName'
end
end
- class QueryInfo
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- collection :query_property, as: 'queryProperty'
- end
- end
-
class ReadInstruction
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :source, as: 'source', class: Google::Apis::DataflowV1b3::Source, decorator: Google::Apis::DataflowV1b3::Source::Representation
@@ -2686,18 +2667,9 @@
property :id, as: 'id'
collection :input_collection_name, as: 'inputCollectionName'
property :kind, as: 'kind'
property :name, as: 'name'
collection :output_collection_name, as: 'outputCollectionName'
- end
- end
-
- class ValidateResponse
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :error_message, as: 'errorMessage'
- property :query_info, as: 'queryInfo', class: Google::Apis::DataflowV1b3::QueryInfo, decorator: Google::Apis::DataflowV1b3::QueryInfo::Representation
-
end
end
class WorkItem
# @private