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
Methods
__construct
Constructor.
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}.
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}.
var
string
$this
getServiceUrls
Output only. The Cloud Run Service urls that are associated with a Rollout
.
setServiceUrls
Output only. The Cloud Run Service urls that are associated with a Rollout
.
var
string[]
$this
getRevision
Output only. The Cloud Run Revision id associated with a Rollout
.
string
setRevision
Output only. The Cloud Run Revision id associated with a Rollout
.
var
string
$this