generated/google/apis/genomics_v2alpha1/representations.rb in google-api-client-0.23.4 vs generated/google/apis/genomics_v2alpha1/representations.rb in google-api-client-0.23.5
- old
+ new
@@ -56,10 +56,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ContainerKilledEvent
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class ContainerStartedEvent
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -80,10 +86,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class DiskStatus
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Empty
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -230,10 +242,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class WorkerStatus
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Accelerator
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :count, :numeric_string => true, as: 'count'
property :type, as: 'type'
@@ -254,10 +272,11 @@
collection :mounts, as: 'mounts', class: Google::Apis::GenomicsV2alpha1::Mount, decorator: Google::Apis::GenomicsV2alpha1::Mount::Representation
property :name, as: 'name'
property :pid_namespace, as: 'pidNamespace'
hash :port_mappings, as: 'portMappings'
+ property :timeout, as: 'timeout'
end
end
class CancelOperationRequest
# @private
@@ -271,10 +290,12 @@
property :deadline_expired, as: 'deadlineExpired', class: Google::Apis::GenomicsV2alpha1::Empty, decorator: Google::Apis::GenomicsV2alpha1::Empty::Representation
hash :event, as: 'event'
property :result, as: 'result', class: Google::Apis::GenomicsV2alpha1::Status, decorator: Google::Apis::GenomicsV2alpha1::Status::Representation
+ property :worker_status, as: 'workerStatus', class: Google::Apis::GenomicsV2alpha1::WorkerStatus, decorator: Google::Apis::GenomicsV2alpha1::WorkerStatus::Representation
+
end
end
class CheckInResponse
# @private
@@ -292,10 +313,17 @@
property :machine_type, as: 'machineType'
property :zone, as: 'zone'
end
end
+ class ContainerKilledEvent
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :action_id, as: 'actionId'
+ end
+ end
+
class ContainerStartedEvent
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :action_id, as: 'actionId'
property :ip_address, as: 'ipAddress'
@@ -328,10 +356,18 @@
property :source_image, as: 'sourceImage'
property :type, as: 'type'
end
end
+ class DiskStatus
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :free_space_bytes, :numeric_string => true, as: 'freeSpaceBytes'
+ property :total_space_bytes, :numeric_string => true, as: 'totalSpaceBytes'
+ end
+ end
+
class Empty
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end
@@ -451,10 +487,11 @@
collection :actions, as: 'actions', class: Google::Apis::GenomicsV2alpha1::Action, decorator: Google::Apis::GenomicsV2alpha1::Action::Representation
hash :environment, as: 'environment'
property :resources, as: 'resources', class: Google::Apis::GenomicsV2alpha1::Resources, decorator: Google::Apis::GenomicsV2alpha1::Resources::Representation
+ property :timeout, as: 'timeout'
end
end
class PullStartedEvent
# @private
@@ -563,9 +600,22 @@
class WorkerReleasedEvent
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :instance, as: 'instance'
property :zone, as: 'zone'
+ end
+ end
+
+ class WorkerStatus
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ hash :attached_disks, as: 'attachedDisks', class: Google::Apis::GenomicsV2alpha1::DiskStatus, decorator: Google::Apis::GenomicsV2alpha1::DiskStatus::Representation
+
+ property :boot_disk, as: 'bootDisk', class: Google::Apis::GenomicsV2alpha1::DiskStatus, decorator: Google::Apis::GenomicsV2alpha1::DiskStatus::Representation
+
+ property :free_ram_bytes, :numeric_string => true, as: 'freeRamBytes'
+ property :total_ram_bytes, :numeric_string => true, as: 'totalRamBytes'
+ property :uptime_seconds, :numeric_string => true, as: 'uptimeSeconds'
end
end
end
end
end