Class: Google::Cloud::LifeSciences::V2beta::PullStartedEvent
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::PullStartedEvent
- 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
-
#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.
785 786 787 788 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 785 class PullStartedEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |