Google Cloud Run V2 Client - Class ContainerStatus (1.12.0)

Reference documentation and code samples for the Google Cloud Run V2 Client class ContainerStatus.

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

Generated from protobuf message google.cloud.run.v2.ContainerStatus

Namespace

Google \ Cloud \ Run \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

The name of the container, if specified.

↳ image_digest string

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.

getName

The name of the container, if specified.

Returns
Type Description
string

setName

The name of the container, if specified.

Parameter
Name Description
var string
Returns
Type Description
$this

getImageDigest

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.

Returns
Type Description
string

setImageDigest

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.

Parameter
Name Description
var string
Returns
Type Description
$this