Class GoogleCloudRunV2ContainerStatus
ContainerStatus holds the information of container name and image digest value.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2ContainerStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ImageDigest
ImageDigest holds the resolved digest for the image specified and resolved during the creation of Revision. This field holds the digest value regardless of whether a tag or digest was originally specified in the Container object.
Declaration
[JsonProperty("imageDigest")]
public virtual string ImageDigest { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the container, if specified.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |