Interface ContainerStatusOrBuilder (0.83.0)

public interface ContainerStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getImageDigest()

public abstract String getImageDigest()

ImageDigest holds the resolved digest for the image specified and resolved during the creation of Revision. This field holds the digest value regardless of whether a tag or digest was originally specified in the Container object.

string image_digest = 2;

Returns
Type Description
String

The imageDigest.

getImageDigestBytes()

public abstract ByteString getImageDigestBytes()

ImageDigest holds the resolved digest for the image specified and resolved during the creation of Revision. This field holds the digest value regardless of whether a tag or digest was originally specified in the Container object.

string image_digest = 2;

Returns
Type Description
ByteString

The bytes for imageDigest.

getName()

public abstract String getName()

The name of the container, if specified.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the container, if specified.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.