Google Cloud Run V2 Client - Class MultiRegionSettings (1.12.1)

Reference documentation and code samples for the Google Cloud Run V2 Client class MultiRegionSettings.

Settings for multi-region deployment.

Generated from protobuf message google.cloud.run.v2.Service.MultiRegionSettings

Namespace

Google \ Cloud \ Run \ V2 \ Service

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ regions string[]

Required. List of regions to deploy to, including primary region.

↳ multi_region_id string

Optional. System-generated unique id for the multi-region Service.

getRegions

Required. List of regions to deploy to, including primary region.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setRegions

Required. List of regions to deploy to, including primary region.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getMultiRegionId

Optional. System-generated unique id for the multi-region Service.

Returns
Type Description
string

setMultiRegionId

Optional. System-generated unique id for the multi-region Service.

Parameter
Name Description
var string
Returns
Type Description
$this