Class GoogleDevtoolsCloudbuildV1BuiltImage
An image built by the pipeline.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class GoogleDevtoolsCloudbuildV1BuiltImage : IDirectResponseSchema
Properties
Digest
Docker Registry 2.0 digest.
Declaration
[JsonProperty("digest")]
public virtual string Digest { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
string |
PushTiming
Output only. Stores timing information for pushing the specified image.
Declaration
[JsonProperty("pushTiming")]
public virtual GoogleDevtoolsCloudbuildV1TimeSpan PushTiming { get; set; }
Property Value
Type | Description |
---|---|
GoogleDevtoolsCloudbuildV1TimeSpan |