generated/google/apis/dataflow_v1b3/representations.rb in google-api-client-0.25.0 vs generated/google/apis/dataflow_v1b3/representations.rb in google-api-client-0.26.0

- old
+ new

@@ -560,10 +560,22 @@ 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 @@ -1292,10 +1304,11 @@ class Job # @private class Representation < Google::Apis::Core::JsonRepresentation property :client_request_id, as: 'clientRequestId' property :create_time, as: 'createTime' + property :created_from_snapshot_id, as: 'createdFromSnapshotId' property :current_state, as: 'currentState' property :current_state_time, as: 'currentStateTime' property :environment, as: 'environment', class: Google::Apis::DataflowV1b3::Environment, decorator: Google::Apis::DataflowV1b3::Environment::Representation property :execution_info, as: 'executionInfo', class: Google::Apis::DataflowV1b3::JobExecutionInfo, decorator: Google::Apis::DataflowV1b3::JobExecutionInfo::Representation @@ -1315,10 +1328,11 @@ collection :stage_states, as: 'stageStates', class: Google::Apis::DataflowV1b3::ExecutionStageState, decorator: Google::Apis::DataflowV1b3::ExecutionStageState::Representation property :start_time, as: 'startTime' collection :steps, as: 'steps', class: Google::Apis::DataflowV1b3::Step, decorator: Google::Apis::DataflowV1b3::Step::Representation + property :steps_location, as: 'stepsLocation' collection :temp_files, as: 'tempFiles' hash :transform_name_mapping, as: 'transformNameMapping' property :type, as: 'type' end end @@ -1797,9 +1811,28 @@ class Sink # @private class Representation < Google::Apis::Core::JsonRepresentation 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 :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