Class: Google::Apis::GenomicsV2alpha1::PullStartedEvent

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/genomics_v2alpha1/classes.rb,
lib/google/apis/genomics_v2alpha1/representations.rb,
lib/google/apis/genomics_v2alpha1/representations.rb

Overview

An event generated when the worker starts pulling an image.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PullStartedEvent

Returns a new instance of PullStartedEvent.



1044
1045
1046
# File 'lib/google/apis/genomics_v2alpha1/classes.rb', line 1044

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

Instance Attribute Details

#image_uriString

The URI of the image that was pulled. Corresponds to the JSON property imageUri

Returns:

  • (String)


1042
1043
1044
# File 'lib/google/apis/genomics_v2alpha1/classes.rb', line 1042

def image_uri
  @image_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1049
1050
1051
# File 'lib/google/apis/genomics_v2alpha1/classes.rb', line 1049

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