Cloud Run Admin v2 API - Class ContainerStatus (2.19.0)

public sealed class ContainerStatus : IMessage<ContainerStatus>, IEquatable<ContainerStatus>, IDeepCloneable<ContainerStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Run Admin v2 API class ContainerStatus.

ContainerStatus holds the information of container name and image digest value.

Inheritance

object > ContainerStatus

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

ContainerStatus()

public ContainerStatus()

ContainerStatus(ContainerStatus)

public ContainerStatus(ContainerStatus other)
Parameter
Name Description
other ContainerStatus

Properties

ImageDigest

public string ImageDigest { get; set; }

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.

Property Value
Type Description
string

Name

public string Name { get; set; }

The name of the container, if specified.

Property Value
Type Description
string