Interface Bucket.CustomPlacementConfigOrBuilder (2.36.1)

public static interface Bucket.CustomPlacementConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataLocations(int index)

public abstract String getDataLocations(int index)

List of locations to use for data placement.

repeated string data_locations = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the dataLocations.