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 \ V1Methods
__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
.
↳ job
string
Output only. The name of the Cloud Run job that is associated with a Rollout
. Format is projects/{project}/locations/{location}/jobs/{job_name}
.
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
getJob
Output only. The name of the Cloud Run job that is associated with a Rollout
. Format is projects/{project}/locations/{location}/jobs/{job_name}
.
string
setJob
Output only. The name of the Cloud Run job that is associated with a Rollout
. Format is projects/{project}/locations/{location}/jobs/{job_name}
.
var
string
$this