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
1715 1716 1717 |
# File 'generated/google/apis/genomics_v1/classes.rb', line 1715 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
1713 1714 1715 |
# File 'generated/google/apis/genomics_v1/classes.rb', line 1713 def image_uri @image_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1720 1721 1722 |
# File 'generated/google/apis/genomics_v1/classes.rb', line 1720 def update!(**args) @image_uri = args[:image_uri] if args.key?(:image_uri) end |