public interface BuiltImageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDigest()
public abstract String getDigest()Docker Registry 2.0 digest.
string digest = 3;
| Type | Description |
| String | The digest. |
getDigestBytes()
public abstract ByteString getDigestBytes()Docker Registry 2.0 digest.
string digest = 3;
| 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;
| 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;
| 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];
| 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];
| 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];
| Type | Description |
| boolean | Whether the pushTiming field is set. |