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

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

This event is generated when the worker starts 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) ⇒ PullStartedEvent

Returns a new instance of PullStartedEvent



988
989
990
# File 'generated/google/apis/genomics_v2alpha1/classes.rb', line 988

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)


986
987
988
# File 'generated/google/apis/genomics_v2alpha1/classes.rb', line 986

def image_uri
  @image_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



993
994
995
# File 'generated/google/apis/genomics_v2alpha1/classes.rb', line 993

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