public static interface SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallbackOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getCheckInterval()
The interval to check the error rate over.
|
com.google.protobuf.DurationOrBuilder |
getCheckIntervalOrBuilder()
The interval to check the error rate over.
|
float |
getErrorRateThreshold()
The threshold for errors on DirectAccess to trigger CloudPath fallback.
|
boolean |
hasCheckInterval()
The interval to check the error rate over.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat 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;boolean hasCheckInterval()
The interval to check the error rate over.
.google.protobuf.Duration check_interval = 2;com.google.protobuf.Duration getCheckInterval()
The interval to check the error rate over.
.google.protobuf.Duration check_interval = 2;com.google.protobuf.DurationOrBuilder getCheckIntervalOrBuilder()
The interval to check the error rate over.
.google.protobuf.Duration check_interval = 2;Copyright © 2026 Google LLC. All rights reserved.