Class PullStartedEvent (1.0.0-beta02)

public sealed class PullStartedEvent : IMessage<PullStartedEvent>, IEquatable<PullStartedEvent>, IDeepCloneable<PullStartedEvent>, IBufferMessage, IMessage

An event generated when the worker starts pulling an image.

Inheritance

Object > PullStartedEvent

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

PullStartedEvent()

public PullStartedEvent()

PullStartedEvent(PullStartedEvent)

public PullStartedEvent(PullStartedEvent other)
Parameter
Name Description
other PullStartedEvent

Properties

ImageUri

public string ImageUri { get; set; }

The URI of the image that was pulled.

Property Value
Type Description
String

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.