public sealed class BuiltImage : IMessage<BuiltImage>, IEquatable<BuiltImage>, IDeepCloneable<BuiltImage>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class BuiltImage.
An image built by the pipeline.
Implements
IMessageBuiltImage, IEquatableBuiltImage, IDeepCloneableBuiltImage, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
BuiltImage()
public BuiltImage()
BuiltImage(BuiltImage)
public BuiltImage(BuiltImage other)
Parameter | |
---|---|
Name | Description |
other | BuiltImage |
Properties
Digest
public string Digest { get; set; }
Docker Registry 2.0 digest.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Name used to push the container image to Google Container Registry, as
presented to docker push
.
Property Value | |
---|---|
Type | Description |
string |
PushTiming
public TimeSpan PushTiming { get; set; }
Output only. Stores timing information for pushing the specified image.
Property Value | |
---|---|
Type | Description |
TimeSpan |