Class: Google::Apis::GenomicsV1alpha2::PullStoppedEvent

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

Overview

An event generated when the worker stops pulling an image.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ PullStoppedEvent

Returns a new instance of PullStoppedEvent



1094
1095
1096
# File 'generated/google/apis/genomics_v1alpha2/classes.rb', line 1094

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)


1092
1093
1094
# File 'generated/google/apis/genomics_v1alpha2/classes.rb', line 1092

def image_uri
  @image_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1099
1100
1101
# File 'generated/google/apis/genomics_v1alpha2/classes.rb', line 1099

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