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: |
↳ service_uri |
string
Output only. The URI of the Cloud Run service that the revision belongs to. The format is: |
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 |
|
getServiceUri
Output only. The URI of the Cloud Run service that the revision belongs
to. The format is:
projects/{project}/locations/{location}/services/{service}
| Returns | |
|---|---|
| Type | Description |
string |
|
setServiceUri
Output only. The URI of the Cloud Run service that the revision belongs
to. The format is:
projects/{project}/locations/{location}/services/{service}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|