Interface BuiltImageOrBuilder (3.44.0)

public interface BuiltImageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDigest()

public abstract String getDigest()

Docker Registry 2.0 digest.

string digest = 3;

Returns
Type Description
String

The digest.

getDigestBytes()

public abstract ByteString getDigestBytes()

Docker Registry 2.0 digest.

string digest = 3;

Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the pushTiming field is set.