public static interface Baseline.LocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRegionCodes(int index)
public abstract String getRegionCodes(int index)List of ISO 3166-1 alpha-2 region codes.
repeated string region_codes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The regionCodes at the given index. |
getRegionCodesBytes(int index)
public abstract ByteString getRegionCodesBytes(int index)List of ISO 3166-1 alpha-2 region codes.
repeated string region_codes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the regionCodes at the given index. |
getRegionCodesCount()
public abstract int getRegionCodesCount()List of ISO 3166-1 alpha-2 region codes.
repeated string region_codes = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of regionCodes. |
getRegionCodesList()
public abstract List<String> getRegionCodesList()List of ISO 3166-1 alpha-2 region codes.
repeated string region_codes = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the regionCodes. |