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 \ ServiceMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ regions
array
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.
setRegions
Required. List of regions to deploy to, including primary region.
var
string[]
$this
getMultiRegionId
Optional. System-generated unique id for the multi-region Service.
string
setMultiRegionId
Optional. System-generated unique id for the multi-region Service.
var
string
$this

