public static interface Bucket.CustomPlacementConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataLocations(int index)
public abstract String getDataLocations(int index)
List of locations to use for data placement.
repeated string data_locations = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The dataLocations at the given index. |
getDataLocationsBytes(int index)
public abstract ByteString getDataLocationsBytes(int index)
List of locations to use for data placement.
repeated string data_locations = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the dataLocations at the given index. |
getDataLocationsCount()
public abstract int getDataLocationsCount()
List of locations to use for data placement.
repeated string data_locations = 1;
Returns | |
---|---|
Type | Description |
int |
The count of dataLocations. |
getDataLocationsList()
public abstract List<String> getDataLocationsList()
List of locations to use for data placement.
repeated string data_locations = 1;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the dataLocations. |