Google Cloud Deploy V1 Client - Class CloudRunRenderMetadata (0.9.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class CloudRunRenderMetadata.

CloudRunRenderMetadata contains Cloud Run information associated with a Release render.

Generated from protobuf message google.cloud.deploy.v1.CloudRunRenderMetadata

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ service string

Output only. The name of the Cloud Run Service in the rendered manifest. Format is projects/{project}/locations/{location}/services/{service}.

getService

Output only. The name of the Cloud Run Service in the rendered manifest.

Format is projects/{project}/locations/{location}/services/{service}.

Returns
TypeDescription
string

setService

Output only. The name of the Cloud Run Service in the rendered manifest.

Format is projects/{project}/locations/{location}/services/{service}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this