Reference documentation and code samples for the Google Cloud Network Management V1 Client class CloudRunRevisionEndpoint.
Wrapper for Cloud Run revision attributes.
Generated from protobuf message google.cloud.networkmanagement.v1.Endpoint.CloudRunRevisionEndpoint
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ EndpointMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
A Cloud Run revision URI. The format is: projects/{project}/locations/{location}/revisions/{revision} |
getUri
A Cloud Run revision URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
A Cloud Run revision URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|