public static interface AppProfile.MultiClusterRoutingUseAnyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClusterIds(int index)
public abstract String getClusterIds(int index)
The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.
repeated string cluster_ids = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The clusterIds at the given index. |
getClusterIdsBytes(int index)
public abstract ByteString getClusterIdsBytes(int index)
The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.
repeated string cluster_ids = 1;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the clusterIds at the given index. |
getClusterIdsCount()
public abstract int getClusterIdsCount()
The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.
repeated string cluster_ids = 1;
Type | Description |
int | The count of clusterIds. |
getClusterIdsList()
public abstract List<String> getClusterIdsList()
The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.
repeated string cluster_ids = 1;
Type | Description |
List<String> | A list containing the clusterIds. |