Class: Google::Cloud::LifeSciences::V2beta::PullStoppedEvent
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::PullStoppedEvent
- 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 stops pulling an image.
Instance Attribute Summary collapse
-
#image_uri ⇒ ::String
The URI of the image that was pulled.
Instance Attribute Details
#image_uri ⇒ ::String
Returns The URI of the image that was pulled.
794 795 796 797 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 794 class PullStoppedEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |