public static final class SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder extends com.google.protobuf.GeneratedMessage.Builder<SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder> implements SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallbackOrBuilder
A channel mode which allows DirectAccess with a fallback to CloudPath if DirectAccess is unavailable.Protobuf type
google.bigtable.v2.SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallbackaddRepeatedField, 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<SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder>public SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.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<SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder>public SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder>public SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder mergeFrom(SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder>public SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.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<SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder>IOExceptionpublic float getErrorRateThreshold()
The threshold for errors on DirectAccess to trigger CloudPath fallback. The error rate is calculated based on a count of vRPCs with errors divided by a total count of vRPCs, over a rolling window of the past check_interval. If this ratio exceeds this threshold, the fallback to CloudPath is triggered. [0, 1].
float error_rate_threshold = 1;getErrorRateThreshold in interface SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallbackOrBuilderpublic SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder setErrorRateThreshold(float value)
The threshold for errors on DirectAccess to trigger CloudPath fallback. The error rate is calculated based on a count of vRPCs with errors divided by a total count of vRPCs, over a rolling window of the past check_interval. If this ratio exceeds this threshold, the fallback to CloudPath is triggered. [0, 1].
float error_rate_threshold = 1;value - The errorRateThreshold to set.public SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder clearErrorRateThreshold()
The threshold for errors on DirectAccess to trigger CloudPath fallback. The error rate is calculated based on a count of vRPCs with errors divided by a total count of vRPCs, over a rolling window of the past check_interval. If this ratio exceeds this threshold, the fallback to CloudPath is triggered. [0, 1].
float error_rate_threshold = 1;public boolean hasCheckInterval()
The interval to check the error rate over.
.google.protobuf.Duration check_interval = 2;hasCheckInterval in interface SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallbackOrBuilderpublic com.google.protobuf.Duration getCheckInterval()
The interval to check the error rate over.
.google.protobuf.Duration check_interval = 2;getCheckInterval in interface SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallbackOrBuilderpublic SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder setCheckInterval(com.google.protobuf.Duration value)
The interval to check the error rate over.
.google.protobuf.Duration check_interval = 2;public SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder setCheckInterval(com.google.protobuf.Duration.Builder builderForValue)
The interval to check the error rate over.
.google.protobuf.Duration check_interval = 2;public SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder mergeCheckInterval(com.google.protobuf.Duration value)
The interval to check the error rate over.
.google.protobuf.Duration check_interval = 2;public SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder clearCheckInterval()
The interval to check the error rate over.
.google.protobuf.Duration check_interval = 2;public com.google.protobuf.Duration.Builder getCheckIntervalBuilder()
The interval to check the error rate over.
.google.protobuf.Duration check_interval = 2;public com.google.protobuf.DurationOrBuilder getCheckIntervalOrBuilder()
The interval to check the error rate over.
.google.protobuf.Duration check_interval = 2;getCheckIntervalOrBuilder in interface SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallbackOrBuilderCopyright © 2026 Google LLC. All rights reserved.