Interface BuiltImageOrBuilder (3.19.0)

public interface BuiltImageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDigest()

public abstract String getDigest()

Docker Registry 2.0 digest.

string digest = 3;

Returns
TypeDescription
String

The digest.

getDigestBytes()

public abstract ByteString getDigestBytes()

Docker Registry 2.0 digest.

string digest = 3;

Returns
TypeDescription
ByteString

The bytes for digest.

getName()

public abstract String getName()

Name used to push the container image to Google Container Registry, as presented to docker push.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name used to push the container image to Google Container Registry, as presented to docker push.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getPushTiming()

public abstract TimeSpan getPushTiming()

Output only. Stores timing information for pushing the specified image.

.google.devtools.cloudbuild.v1.TimeSpan push_timing = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimeSpan

The pushTiming.

getPushTimingOrBuilder()

public abstract TimeSpanOrBuilder getPushTimingOrBuilder()

Output only. Stores timing information for pushing the specified image.

.google.devtools.cloudbuild.v1.TimeSpan push_timing = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimeSpanOrBuilder

hasPushTiming()

public abstract boolean hasPushTiming()

Output only. Stores timing information for pushing the specified image.

.google.devtools.cloudbuild.v1.TimeSpan push_timing = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the pushTiming field is set.