Interface PullStartedEventOrBuilder (0.6.0)

public interface PullStartedEventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getImageUri()

public abstract String getImageUri()

The URI of the image that was pulled.

string image_uri = 1;

Returns
TypeDescription
String

The imageUri.

getImageUriBytes()

public abstract ByteString getImageUriBytes()

The URI of the image that was pulled.

string image_uri = 1;

Returns
TypeDescription
ByteString

The bytes for imageUri.