Class: Google::Apis::GenomicsV1::RuntimeMetadata
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::GenomicsV1::RuntimeMetadata
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/genomics_v1/classes.rb,
 generated/google/apis/genomics_v1/representations.rb,
 generated/google/apis/genomics_v1/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
- 
  
    
      #compute_engine  ⇒ Google::Apis::GenomicsV1::ComputeEngine 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Describes a Compute Engine resource that is being managed by a running pipeline. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ RuntimeMetadata 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of RuntimeMetadata. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ RuntimeMetadata
Returns a new instance of RuntimeMetadata
| 2325 2326 2327 | # File 'generated/google/apis/genomics_v1/classes.rb', line 2325 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#compute_engine ⇒ Google::Apis::GenomicsV1::ComputeEngine
Describes a Compute Engine resource that is being managed by a running
pipeline.
Corresponds to the JSON property computeEngine
| 2323 2324 2325 | # File 'generated/google/apis/genomics_v1/classes.rb', line 2323 def compute_engine @compute_engine end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2330 2331 2332 | # File 'generated/google/apis/genomics_v1/classes.rb', line 2330 def update!(**args) @compute_engine = args[:compute_engine] if args.key?(:compute_engine) end |