Google Cloud Developer Connect V1 Client - Class GoogleCloudRun (0.6.0)

Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class GoogleCloudRun.

GoogleCloudRun represents the Cloud Run runtime.

Generated from protobuf message google.cloud.developerconnect.v1.GoogleCloudRun

Namespace

Google \ Cloud \ DeveloperConnect \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ service_uri string

Required. Immutable. The name of the Cloud Run service. Format: projects/{project}/locations/{location}/services/{service}.

getServiceUri

Required. Immutable. The name of the Cloud Run service.

Format: projects/{project}/locations/{location}/services/{service}.

Returns
Type Description
string

setServiceUri

Required. Immutable. The name of the Cloud Run service.

Format: projects/{project}/locations/{location}/services/{service}.

Parameter
Name Description
var string
Returns
Type Description
$this