Class: Google::Cloud::LifeSciences::V2beta::PullStartedEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/lifesciences/v2beta/workflows.rb

Overview

An event generated when the worker starts pulling an image.

Instance Attribute Summary collapse

Instance Attribute Details

#image_uri::String

Returns The URI of the image that was pulled.

Returns:

  • (::String)

    The URI of the image that was pulled.



784
785
786
787
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 784

class PullStartedEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end