Class: Google::Apis::GenomicsV1alpha2::RuntimeMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/genomics_v1alpha2/classes.rb,
generated/google/apis/genomics_v1alpha2/representations.rb,
generated/google/apis/genomics_v1alpha2/representations.rb

Overview

Runtime metadata that will be populated in the runtimeMetadata field of the Operation associated with a RunPipeline execution.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ RuntimeMetadata

Returns a new instance of RuntimeMetadata.



1206
1207
1208
# File 'generated/google/apis/genomics_v1alpha2/classes.rb', line 1206

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#compute_engineGoogle::Apis::GenomicsV1alpha2::ComputeEngine

Describes a Compute Engine resource that is being managed by a running pipeline. Corresponds to the JSON property computeEngine



1204
1205
1206
# File 'generated/google/apis/genomics_v1alpha2/classes.rb', line 1204

def compute_engine
  @compute_engine
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1211
1212
1213
# File 'generated/google/apis/genomics_v1alpha2/classes.rb', line 1211

def update!(**args)
  @compute_engine = args[:compute_engine] if args.key?(:compute_engine)
end