generated/google/apis/dataflow_v1b3/representations.rb in google-api-client-0.30.9 vs generated/google/apis/dataflow_v1b3/representations.rb in google-api-client-0.30.10
- old
+ new
@@ -140,16 +140,10 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class DeleteSnapshotResponse
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
class DerivedSource
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -368,16 +362,10 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ListSnapshotsResponse
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
class MapTask
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -578,22 +566,10 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class Snapshot
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class SnapshotJobRequest
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
class Source
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1099,16 +1075,10 @@
property :namespace, as: 'namespace'
property :project_id, as: 'projectId'
end
end
- class DeleteSnapshotResponse
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- end
- end
-
class DerivedSource
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :derivation_mode, as: 'derivationMode'
property :source, as: 'source', class: Google::Apis::DataflowV1b3::Source, decorator: Google::Apis::DataflowV1b3::Source::Representation
@@ -1515,18 +1485,10 @@
property :next_page_token, as: 'nextPageToken'
end
end
- class ListSnapshotsResponse
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- collection :snapshots, as: 'snapshots', class: Google::Apis::DataflowV1b3::Snapshot, decorator: Google::Apis::DataflowV1b3::Snapshot::Representation
-
- end
- end
-
class MapTask
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :counter_prefix, as: 'counterPrefix'
collection :instructions, as: 'instructions', class: Google::Apis::DataflowV1b3::ParallelInstruction, decorator: Google::Apis::DataflowV1b3::ParallelInstruction::Representation
@@ -1778,10 +1740,11 @@
property :network, as: 'network'
property :num_workers, as: 'numWorkers'
property :service_account_email, as: 'serviceAccountEmail'
property :subnetwork, as: 'subnetwork'
property :temp_location, as: 'tempLocation'
+ property :use_private_ips, as: 'usePrivateIps'
property :zone, as: 'zone'
end
end
class SdkVersion
@@ -1873,30 +1836,10 @@
hash :codec, as: 'codec'
hash :spec, as: 'spec'
end
end
- class Snapshot
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :creation_time, as: 'creationTime'
- property :id, as: 'id'
- property :project_id, as: 'projectId'
- property :source_job_id, as: 'sourceJobId'
- property :state, as: 'state'
- property :ttl, as: 'ttl'
- end
- end
-
- class SnapshotJobRequest
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :location, as: 'location'
- property :ttl, as: 'ttl'
- end
- end
-
class Source
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :base_specs, as: 'baseSpecs'
hash :codec, as: 'codec'
@@ -2116,9 +2059,11 @@
end
class StreamingConfigTask
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :commit_stream_chunk_size_bytes, :numeric_string => true, as: 'commitStreamChunkSizeBytes'
+ property :get_data_stream_chunk_size_bytes, :numeric_string => true, as: 'getDataStreamChunkSizeBytes'
property :max_work_item_commit_bytes, :numeric_string => true, as: 'maxWorkItemCommitBytes'
collection :streaming_computation_configs, as: 'streamingComputationConfigs', class: Google::Apis::DataflowV1b3::StreamingComputationConfig, decorator: Google::Apis::DataflowV1b3::StreamingComputationConfig::Representation
hash :user_step_to_state_family_name_map, as: 'userStepToStateFamilyNameMap'
property :windmill_service_endpoint, as: 'windmillServiceEndpoint'