Reference documentation and code samples for the Google Cloud Deploy V1 Client class RenderMetadata.
RenderMetadata includes information associated with a Release render.
Generated from protobuf message google.cloud.deploy.v1.RenderMetadata
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cloud_run |
Google\Cloud\Deploy\V1\CloudRunRenderMetadata
Output only. Metadata associated with rendering for Cloud Run. |
getCloudRun
Output only. Metadata associated with rendering for Cloud Run.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Deploy\V1\CloudRunRenderMetadata|null |
|
hasCloudRun
clearCloudRun
setCloudRun
Output only. Metadata associated with rendering for Cloud Run.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Deploy\V1\CloudRunRenderMetadata
|
| Returns | |
|---|---|
| Type | Description |
$this |
|