public static interface Service.MultiRegionSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMultiRegionId()
public abstract String getMultiRegionId()Optional. System-generated unique id for the multi-region Service.
string multi_region_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The multiRegionId. |
getMultiRegionIdBytes()
public abstract ByteString getMultiRegionIdBytes()Optional. System-generated unique id for the multi-region Service.
string multi_region_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for multiRegionId. |
getRegions(int index)
public abstract String getRegions(int index)Required. List of regions to deploy to, including primary region.
repeated string regions = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The regions at the given index. |
getRegionsBytes(int index)
public abstract ByteString getRegionsBytes(int index)Required. List of regions to deploy to, including primary region.
repeated string regions = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the regions at the given index. |
getRegionsCount()
public abstract int getRegionsCount()Required. List of regions to deploy to, including primary region.
repeated string regions = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The count of regions. |
getRegionsList()
public abstract List<String> getRegionsList()Required. List of regions to deploy to, including primary region.
repeated string regions = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the regions. |