Class: Google::Apis::GenomicsV2alpha1::PullStoppedEvent

Inherits:
Object
  • Object
show all
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

An event generated when the worker stops pulling an image.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PullStoppedEvent

Returns a new instance of PullStoppedEvent.



1057
1058
1059
# File 'generated/google/apis/genomics_v2alpha1/classes.rb', line 1057

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)


1055
1056
1057
# File 'generated/google/apis/genomics_v2alpha1/classes.rb', line 1055

def image_uri
  @image_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1062
1063
1064
# File 'generated/google/apis/genomics_v2alpha1/classes.rb', line 1062

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