generated/google/apis/dataflow_v1b3/representations.rb in google-api-client-0.43.0 vs generated/google/apis/dataflow_v1b3/representations.rb in google-api-client-0.44.0
- old
+ new
@@ -320,10 +320,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class JobExecutionDetails
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class JobExecutionInfo
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -542,16 +548,28 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class Point
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Position
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ProgressTimeseries
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class PubSubIoDetails
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -782,16 +800,28 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class StageExecutionDetails
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class StageSource
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class StageSummary
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class StateFamilyConfig
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -914,10 +944,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class WorkItemDetails
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class WorkItemServiceState
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -926,10 +962,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class WorkerDetails
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class WorkerHealthReport
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1546,10 +1588,18 @@
hash :transform_name_mapping, as: 'transformNameMapping'
property :type, as: 'type'
end
end
+ class JobExecutionDetails
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :stages, as: 'stages', class: Google::Apis::DataflowV1b3::StageSummary, decorator: Google::Apis::DataflowV1b3::StageSummary::Representation
+
+ end
+ end
+
class JobExecutionInfo
# @private
class Representation < Google::Apis::Core::JsonRepresentation
hash :stages, as: 'stages', class: Google::Apis::DataflowV1b3::JobExecutionStageInfo, decorator: Google::Apis::DataflowV1b3::JobExecutionStageInfo::Representation
@@ -1928,10 +1978,18 @@
collection :original_pipeline_transform, as: 'originalPipelineTransform', class: Google::Apis::DataflowV1b3::TransformSummary, decorator: Google::Apis::DataflowV1b3::TransformSummary::Representation
end
end
+ class Point
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :time, as: 'time'
+ property :value, as: 'value'
+ end
+ end
+
class Position
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :byte_offset, :numeric_string => true, as: 'byteOffset'
property :concat_position, as: 'concatPosition', class: Google::Apis::DataflowV1b3::ConcatPosition, decorator: Google::Apis::DataflowV1b3::ConcatPosition::Representation
@@ -1941,10 +1999,19 @@
property :record_index, :numeric_string => true, as: 'recordIndex'
property :shuffle_position, as: 'shufflePosition'
end
end
+ class ProgressTimeseries
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :current_progress, as: 'currentProgress'
+ collection :data_points, as: 'dataPoints', class: Google::Apis::DataflowV1b3::Point, decorator: Google::Apis::DataflowV1b3::Point::Representation
+
+ end
+ end
+
class PubSubIoDetails
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :subscription, as: 'subscription'
property :topic, as: 'topic'
@@ -2039,10 +2106,11 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :additional_experiments, as: 'additionalExperiments'
hash :additional_user_labels, as: 'additionalUserLabels'
property :bypass_temp_dir_validation, as: 'bypassTempDirValidation'
+ property :enable_streaming_engine, as: 'enableStreamingEngine'
property :ip_configuration, as: 'ipConfiguration'
property :kms_key_name, as: 'kmsKeyName'
property :machine_type, as: 'machineType'
property :max_workers, as: 'maxWorkers'
property :network, as: 'network'
@@ -2327,20 +2395,43 @@
property :high_bits, as: 'highBits'
property :low_bits, as: 'lowBits'
end
end
+ class StageExecutionDetails
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :next_page_token, as: 'nextPageToken'
+ collection :workers, as: 'workers', class: Google::Apis::DataflowV1b3::WorkerDetails, decorator: Google::Apis::DataflowV1b3::WorkerDetails::Representation
+
+ end
+ end
+
class StageSource
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :name, as: 'name'
property :original_transform_or_collection, as: 'originalTransformOrCollection'
property :size_bytes, :numeric_string => true, as: 'sizeBytes'
property :user_name, as: 'userName'
end
end
+ class StageSummary
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :end_time, as: 'endTime'
+ collection :metrics, as: 'metrics', class: Google::Apis::DataflowV1b3::MetricUpdate, decorator: Google::Apis::DataflowV1b3::MetricUpdate::Representation
+
+ property :progress, as: 'progress', class: Google::Apis::DataflowV1b3::ProgressTimeseries, decorator: Google::Apis::DataflowV1b3::ProgressTimeseries::Representation
+
+ property :stage_id, as: 'stageId'
+ property :start_time, as: 'startTime'
+ property :state, as: 'state'
+ end
+ end
+
class StateFamilyConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :is_read, as: 'isRead'
property :state_family, as: 'stateFamily'
@@ -2592,10 +2683,25 @@
property :streaming_setup_task, as: 'streamingSetupTask', class: Google::Apis::DataflowV1b3::StreamingSetupTask, decorator: Google::Apis::DataflowV1b3::StreamingSetupTask::Representation
end
end
+ class WorkItemDetails
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :attempt_id, as: 'attemptId'
+ property :end_time, as: 'endTime'
+ collection :metrics, as: 'metrics', class: Google::Apis::DataflowV1b3::MetricUpdate, decorator: Google::Apis::DataflowV1b3::MetricUpdate::Representation
+
+ property :progress, as: 'progress', class: Google::Apis::DataflowV1b3::ProgressTimeseries, decorator: Google::Apis::DataflowV1b3::ProgressTimeseries::Representation
+
+ property :start_time, as: 'startTime'
+ property :state, as: 'state'
+ property :task_id, as: 'taskId'
+ end
+ end
+
class WorkItemServiceState
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :complete_work_status, as: 'completeWorkStatus', class: Google::Apis::DataflowV1b3::Status, decorator: Google::Apis::DataflowV1b3::Status::Representation
@@ -2640,9 +2746,18 @@
property :stop_position, as: 'stopPosition', class: Google::Apis::DataflowV1b3::Position, decorator: Google::Apis::DataflowV1b3::Position::Representation
property :total_throttler_wait_time_seconds, as: 'totalThrottlerWaitTimeSeconds'
property :work_item_id, as: 'workItemId'
+ end
+ end
+
+ class WorkerDetails
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :work_items, as: 'workItems', class: Google::Apis::DataflowV1b3::WorkItemDetails, decorator: Google::Apis::DataflowV1b3::WorkItemDetails::Representation
+
+ property :worker_name, as: 'workerName'
end
end
class WorkerHealthReport
# @private