public static interface AppProfile.MultiClusterRoutingUseAnyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AppProfile.MultiClusterRoutingUseAny.AffinityCase |
getAffinityCase() |
String |
getClusterIds(int index)
The set of clusters to route to.
|
com.google.protobuf.ByteString |
getClusterIdsBytes(int index)
The set of clusters to route to.
|
int |
getClusterIdsCount()
The set of clusters to route to.
|
List<String> |
getClusterIdsList()
The set of clusters to route to.
|
AppProfile.MultiClusterRoutingUseAny.RowAffinity |
getRowAffinity()
Row affinity sticky routing based on the row key of the request.
|
AppProfile.MultiClusterRoutingUseAny.RowAffinityOrBuilder |
getRowAffinityOrBuilder()
Row affinity sticky routing based on the row key of the request.
|
boolean |
hasRowAffinity()
Row affinity sticky routing based on the row key of the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;index - The index of the element to return.com.google.protobuf.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;index - The index of the value to return.boolean hasRowAffinity()
Row affinity sticky routing based on the row key of the request. Requests that span multiple rows are routed non-deterministically.
.google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny.RowAffinity row_affinity = 3;
AppProfile.MultiClusterRoutingUseAny.RowAffinity getRowAffinity()
Row affinity sticky routing based on the row key of the request. Requests that span multiple rows are routed non-deterministically.
.google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny.RowAffinity row_affinity = 3;
AppProfile.MultiClusterRoutingUseAny.RowAffinityOrBuilder getRowAffinityOrBuilder()
Row affinity sticky routing based on the row key of the request. Requests that span multiple rows are routed non-deterministically.
.google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny.RowAffinity row_affinity = 3;
AppProfile.MultiClusterRoutingUseAny.AffinityCase getAffinityCase()
Copyright © 2026 Google LLC. All rights reserved.