Cloud Build v1 API - Class BuiltImage (2.3.0)

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.

Inheritance

object > BuiltImage

Namespace

GoogleCloudGoogle.Cloud.CloudBuildV1

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