public sealed class ContainerStatus : IMessage<ContainerStatus>, IEquatable<ContainerStatus>, IDeepCloneable<ContainerStatus>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Run Admin v2 API class ContainerStatus.
ContainerStatus holds the information of container name and image digest value.
Implements
IMessageContainerStatus, IEquatableContainerStatus, IDeepCloneableContainerStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
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 |
|