Reference documentation and code samples for the Google Cloud Network Management V1 Client class CloudRunRevisionInfo.
For display only. Metadata associated with a Cloud Run revision.
Generated from protobuf message google.cloud.networkmanagement.v1.CloudRunRevisionInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ display_name |
string
Name of a Cloud Run revision. |
↳ uri |
string
URI of a Cloud Run revision. |
↳ location |
string
Location in which this revision is deployed. |
↳ service_uri |
string
URI of Cloud Run service this revision belongs to. |
getDisplayName
Name of a Cloud Run revision.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Name of a Cloud Run revision.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUri
URI of a Cloud Run revision.
Returns | |
---|---|
Type | Description |
string |
setUri
URI of a Cloud Run revision.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLocation
Location in which this revision is deployed.
Returns | |
---|---|
Type | Description |
string |
setLocation
Location in which this revision is deployed.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getServiceUri
URI of Cloud Run service this revision belongs to.
Returns | |
---|---|
Type | Description |
string |
setServiceUri
URI of Cloud Run service this revision belongs to.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |