public interface BuiltImageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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()Stores timing information for pushing the specified image.
.google.events.cloud.cloudbuild.v1.TimeSpan push_timing = 4;
| Returns | |
|---|---|
| Type | Description |
TimeSpan |
The pushTiming. |
getPushTimingOrBuilder()
public abstract TimeSpanOrBuilder getPushTimingOrBuilder()Stores timing information for pushing the specified image.
.google.events.cloud.cloudbuild.v1.TimeSpan push_timing = 4;
| Returns | |
|---|---|
| Type | Description |
TimeSpanOrBuilder |
|
hasPushTiming()
public abstract boolean hasPushTiming()Stores timing information for pushing the specified image.
.google.events.cloud.cloudbuild.v1.TimeSpan push_timing = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pushTiming field is set. |