Cloud Run V2 API - Class Google::Cloud::Run::V2::ContainerStatus (v0.29.0)

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

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#image_digest

def image_digest() -> ::String
Returns
  • (::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.

#image_digest=

def image_digest=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.

#name

def name() -> ::String
Returns
  • (::String) — The name of the container, if specified.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of the container, if specified.
Returns
  • (::String) — The name of the container, if specified.