Google Cloud Deploy V1 Client - Class CloudRunLocation (0.9.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class CloudRunLocation.

Information specifying where to deploy a Cloud Run Service.

Generated from protobuf message google.cloud.deploy.v1.CloudRunLocation

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ location string

Required. The location for the Cloud Run Service. Format must be projects/{project}/locations/{location}.

getLocation

Required. The location for the Cloud Run Service. Format must be projects/{project}/locations/{location}.

Returns
TypeDescription
string

setLocation

Required. The location for the Cloud Run Service. Format must be projects/{project}/locations/{location}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this