Google Cloud Network Management V1 Client - Class CloudRunRevisionEndpoint (2.5.0)

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 \ Endpoint

Methods

__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}

↳ service_uri string

Output only. The URI of the Cloud Run service that the revision belongs to. The format is: projects/{project}/locations/{location}/services/{service}

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