Google Cloud Run V2 Client - Class MultiRegionSettings (1.12.2)

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年07月31日 UTC.