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 \ V1Methods
__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 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 | |
---|---|
Type | Description |
string |
setService
Output only. The name of the Cloud Run Service in the rendered manifest.
Format is projects/{project}/locations/{location}/services/{service}.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |