class Google::Apis::GenomicsV1alpha2::RuntimeMetadata
Runtime metadata that will be populated in the runtimeMetadata field of the Operation
associated with a RunPipeline execution.
Attributes
compute_engine[RW]
Describes a Compute Engine resource that is being managed by a running pipeline. Corresponds to the JSON property `computeEngine` @return [Google::Apis::GenomicsV1alpha2::ComputeEngine]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/genomics_v1alpha2/classes.rb, line 1142 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/genomics_v1alpha2/classes.rb, line 1147 def update!(**args) @compute_engine = args[:compute_engine] if args.key?(:compute_engine) end