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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ location |
string
Required. The location for the Cloud Run Service. Format must be |
getLocation
Required. The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
Returns | |
---|---|
Type | Description |
string |
setLocation
Required. The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |