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;
Name | Description |
index | int The index of the element to return. |
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;
Name | Description |
index | int The index of the value to return. |
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;
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;
Type | Description |
List<String> | A list containing the dataLocations. |