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.
Parameters | |
---|---|
Name | Description |
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 |
↳ service_urls |
array
Output only. The Cloud Run Service urls that are associated with a |
↳ revision |
string
Output only. The Cloud Run Revision id associated with a |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getServiceUrls
Output only. The Cloud Run Service urls that are associated with a
Rollout
.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setServiceUrls
Output only. The Cloud Run Service urls that are associated with a
Rollout
.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getRevision
Output only. The Cloud Run Revision id associated with a Rollout
.
Returns | |
---|---|
Type | Description |
string |
setRevision
Output only. The Cloud Run Revision id associated with a Rollout
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |