Class BuiltImage (1.1.0)

public sealed class BuiltImage : IMessage<BuiltImage>, IEquatable<BuiltImage>, IDeepCloneable<BuiltImage>, IBufferMessage, IMessage

An image built by the pipeline.

Inheritance

Object > BuiltImage

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

BuiltImage()

public BuiltImage()

BuiltImage(BuiltImage)

public BuiltImage(BuiltImage other)
Parameter
NameDescription
otherBuiltImage

Properties

Digest

public string Digest { get; set; }

Docker Registry 2.0 digest.

Property Value
TypeDescription
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
TypeDescription
String

PushTiming

public TimeSpan PushTiming { get; set; }

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

Property Value
TypeDescription
TimeSpan