Google Cloud Deploy V1 Client - Class CloudRunMetadata (0.9.0)

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

CloudRunMetadata contains information from a Cloud Run deployment.

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

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 that is associated with a Rollout. Format is projects/{project}/locations/{location}/services/{service}.

↳ service_urls array

Output only. The Cloud Run Service urls that are associated with a Rollout.

↳ revision string

Output only. The Cloud Run Revision id associated with a Rollout.

getService

Output only. The name of the Cloud Run Service that is associated with a Rollout. Format is projects/{project}/locations/{location}/services/{service}.

Returns
TypeDescription
string

setService

Output only. The name of the Cloud Run Service that is associated with a Rollout. Format is projects/{project}/locations/{location}/services/{service}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getServiceUrls

Output only. The Cloud Run Service urls that are associated with a Rollout.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setServiceUrls

Output only. The Cloud Run Service urls that are associated with a Rollout.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getRevision

Output only. The Cloud Run Revision id associated with a Rollout.

Returns
TypeDescription
string

setRevision

Output only. The Cloud Run Revision id associated with a Rollout.

Parameter
NameDescription
var string
Returns
TypeDescription
$this