public sealed class BuiltImage : IMessage<BuiltImage>, IEquatable<BuiltImage>, IDeepCloneable<BuiltImage>, IBufferMessage, IMessageReference 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
ArtifactRegistryPackage
public string ArtifactRegistryPackage { get; set; }Output only. Path to the artifact in Artifact Registry.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 |
|