Class: Google::Apis::GenomicsV2alpha1::PullStoppedEvent
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::GenomicsV2alpha1::PullStoppedEvent
 
- 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
This event is generated when the worker stops pulling an image.
Instance Attribute Summary collapse
- 
  
    
      #image_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The URI of the image that was pulled. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ PullStoppedEvent 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of PullStoppedEvent. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PullStoppedEvent
Returns a new instance of PullStoppedEvent
| 986 987 988 | # File 'generated/google/apis/genomics_v2alpha1/classes.rb', line 986 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
| 984 985 986 | # File 'generated/google/apis/genomics_v2alpha1/classes.rb', line 984 def image_uri @image_uri end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 991 992 993 | # File 'generated/google/apis/genomics_v2alpha1/classes.rb', line 991 def update!(**args) @image_uri = args[:image_uri] if args.key?(:image_uri) end |