generated/google/apis/dataflow_v1b3/representations.rb in google-api-client-0.29.1 vs generated/google/apis/dataflow_v1b3/representations.rb in google-api-client-0.29.2
- old
+ new
@@ -1862,10 +1862,11 @@
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
@@ -2299,11 +2300,13 @@
end
class WorkerHealthReport
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :msg, as: 'msg'
collection :pods, as: 'pods'
property :report_interval, as: 'reportInterval'
+ property :vm_is_broken, as: 'vmIsBroken'
property :vm_is_healthy, as: 'vmIsHealthy'
property :vm_startup_time, as: 'vmStartupTime'
end
end