Class: Google::Apis::GenomicsV1::PullStartedEvent
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::GenomicsV1::PullStartedEvent
 
- 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
This event is generated when the worker starts pulling an image.
Instance Attribute Summary collapse
- 
  
    
      #image_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The URI of the image that was pulled. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ PullStartedEvent 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of PullStartedEvent. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PullStartedEvent
Returns a new instance of PullStartedEvent
| 1716 1717 1718 | # File 'generated/google/apis/genomics_v1/classes.rb', line 1716 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#image_uri ⇒ String
The URI of the image that was pulled.
Corresponds to the JSON property imageUri
| 1714 1715 1716 | # File 'generated/google/apis/genomics_v1/classes.rb', line 1714 def image_uri @image_uri end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1721 1722 1723 | # File 'generated/google/apis/genomics_v1/classes.rb', line 1721 def update!(**args) @image_uri = args[:image_uri] if args.key?(:image_uri) end |