Class: Google::Apis::GenomicsV2alpha1::RuntimeMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/genomics_v2alpha1/classes.rb,
generated/google/apis/genomics_v2alpha1/representations.rb,
generated/google/apis/genomics_v2alpha1/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

Constructor Details

#initialize(**args) ⇒ RuntimeMetadata

Returns a new instance of RuntimeMetadata.



1163
1164
1165
# File 'generated/google/apis/genomics_v2alpha1/classes.rb', line 1163

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

Instance Attribute Details

#compute_engineGoogle::Apis::GenomicsV2alpha1::ComputeEngine

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



1161
1162
1163
# File 'generated/google/apis/genomics_v2alpha1/classes.rb', line 1161

def compute_engine
  @compute_engine
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1168
1169
1170
# File 'generated/google/apis/genomics_v2alpha1/classes.rb', line 1168

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