public static final class AppProfile.MultiClusterRoutingUseAny.Builder extends com.google.protobuf.GeneratedMessage.Builder<AppProfile.MultiClusterRoutingUseAny.Builder> implements AppProfile.MultiClusterRoutingUseAnyOrBuilder
Read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available in the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes consistency to improve availability.Protobuf type
google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAnyaddRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<AppProfile.MultiClusterRoutingUseAny.Builder>public AppProfile.MultiClusterRoutingUseAny.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<AppProfile.MultiClusterRoutingUseAny.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<AppProfile.MultiClusterRoutingUseAny.Builder>public AppProfile.MultiClusterRoutingUseAny getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AppProfile.MultiClusterRoutingUseAny build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AppProfile.MultiClusterRoutingUseAny buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AppProfile.MultiClusterRoutingUseAny.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AppProfile.MultiClusterRoutingUseAny.Builder>public AppProfile.MultiClusterRoutingUseAny.Builder mergeFrom(AppProfile.MultiClusterRoutingUseAny other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<AppProfile.MultiClusterRoutingUseAny.Builder>public AppProfile.MultiClusterRoutingUseAny.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AppProfile.MultiClusterRoutingUseAny.Builder>IOExceptionpublic AppProfile.MultiClusterRoutingUseAny.AffinityCase getAffinityCase()
getAffinityCase in interface AppProfile.MultiClusterRoutingUseAnyOrBuilderpublic AppProfile.MultiClusterRoutingUseAny.Builder clearAffinity()
public com.google.protobuf.ProtocolStringList 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;getClusterIdsList in interface AppProfile.MultiClusterRoutingUseAnyOrBuilderpublic 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;getClusterIdsCount in interface AppProfile.MultiClusterRoutingUseAnyOrBuilderpublic 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;getClusterIds in interface AppProfile.MultiClusterRoutingUseAnyOrBuilderindex - The index of the element to return.public 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;getClusterIdsBytes in interface AppProfile.MultiClusterRoutingUseAnyOrBuilderindex - The index of the value to return.public AppProfile.MultiClusterRoutingUseAny.Builder setClusterIds(int index, String value)
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 to set the value at.value - The clusterIds to set.public AppProfile.MultiClusterRoutingUseAny.Builder addClusterIds(String value)
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;value - The clusterIds to add.public AppProfile.MultiClusterRoutingUseAny.Builder addAllClusterIds(Iterable<String> values)
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;values - The clusterIds to add.public AppProfile.MultiClusterRoutingUseAny.Builder clearClusterIds()
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;public AppProfile.MultiClusterRoutingUseAny.Builder addClusterIdsBytes(com.google.protobuf.ByteString value)
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;value - The bytes of the clusterIds to add.public 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;
hasRowAffinity in interface AppProfile.MultiClusterRoutingUseAnyOrBuilderpublic 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;
getRowAffinity in interface AppProfile.MultiClusterRoutingUseAnyOrBuilderpublic AppProfile.MultiClusterRoutingUseAny.Builder setRowAffinity(AppProfile.MultiClusterRoutingUseAny.RowAffinity value)
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;
public AppProfile.MultiClusterRoutingUseAny.Builder setRowAffinity(AppProfile.MultiClusterRoutingUseAny.RowAffinity.Builder builderForValue)
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;
public AppProfile.MultiClusterRoutingUseAny.Builder mergeRowAffinity(AppProfile.MultiClusterRoutingUseAny.RowAffinity value)
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;
public AppProfile.MultiClusterRoutingUseAny.Builder clearRowAffinity()
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;
public AppProfile.MultiClusterRoutingUseAny.RowAffinity.Builder getRowAffinityBuilder()
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;
public 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;
getRowAffinityOrBuilder in interface AppProfile.MultiClusterRoutingUseAnyOrBuilderCopyright © 2026 Google LLC. All rights reserved.