Class BuiltImage
An image built by the pipeline.
Inheritance
System.Object
BuiltImage
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1alpha1.Data
Assembly: Google.Apis.CloudBuild.v1alpha1.dll
Syntax
public class BuiltImage : IDirectResponseSchema
Properties
Digest
Docker Registry 2.0 digest.
Declaration
[JsonProperty("digest")]
public virtual string Digest { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Name used to push the container image to Google Container Registry, as presented to docker push
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PushTiming
Output only. Stores timing information for pushing the specified image.
Declaration
[JsonProperty("pushTiming")]
public virtual TimeSpan PushTiming { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |