@Generated
public interface FeatureFlagsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClientSideMetricsEnabled()
Notify the server that the client has client side metrics enabled.
|
boolean |
getDirectAccessRequested()
Notify the server that the client explicitly opted in for Direct Access.
|
boolean |
getLastScannedRowResponses()
Notify the server that the client supports the last_scanned_row field
in ReadRowsResponse for long-running scans.
|
boolean |
getMutateRowsRateLimit()
Notify the server that the client enables batch write flow control by
requesting RateLimitInfo from MutateRowsResponse.
|
boolean |
getMutateRowsRateLimit2()
Notify the server that the client enables batch write flow control by
requesting RateLimitInfo from MutateRowsResponse.
|
boolean |
getPeerInfo()
If the client can support using BigtablePeerInfo.
|
boolean |
getRetryInfo()
Notify the server that the client supports using retry info back off
durations to retry requests with.
|
boolean |
getReverseScans()
Notify the server that the client supports reverse scans.
|
boolean |
getRoutingCookie()
Notify the server that the client supports using encoded routing cookie
strings to retry requests with.
|
boolean |
getSessionsCompatible()
Indicates whether the client supports the Bigtable Sessions API.
|
boolean |
getSessionsRequired()
Internal flag to force sessions for internal projects.
|
boolean |
getTrafficDirectorEnabled()
Notify the server that the client using Traffic Director endpoint.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getReverseScans()
Notify the server that the client supports reverse scans. The server will reject ReadRowsRequests with the reverse bit set when this is absent.
bool reverse_scans = 1;boolean getMutateRowsRateLimit()
Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse. Due to technical reasons, this disables partial retries.
bool mutate_rows_rate_limit = 3;boolean getMutateRowsRateLimit2()
Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse. With partial retries enabled.
bool mutate_rows_rate_limit2 = 5;boolean getLastScannedRowResponses()
Notify the server that the client supports the last_scanned_row field in ReadRowsResponse for long-running scans.
bool last_scanned_row_responses = 4;boolean getRoutingCookie()
Notify the server that the client supports using encoded routing cookie strings to retry requests with.
bool routing_cookie = 6;boolean getRetryInfo()
Notify the server that the client supports using retry info back off durations to retry requests with.
bool retry_info = 7;boolean getClientSideMetricsEnabled()
Notify the server that the client has client side metrics enabled.
bool client_side_metrics_enabled = 8;boolean getTrafficDirectorEnabled()
Notify the server that the client using Traffic Director endpoint.
bool traffic_director_enabled = 9;boolean getDirectAccessRequested()
Notify the server that the client explicitly opted in for Direct Access.
bool direct_access_requested = 10;boolean getPeerInfo()
If the client can support using BigtablePeerInfo.
bool peer_info = 11;boolean getSessionsCompatible()
Indicates whether the client supports the Bigtable Sessions API.
bool sessions_compatible = 12;boolean getSessionsRequired()
Internal flag to force sessions for internal projects.
bool sessions_required = 13;Copyright © 2026 Google LLC. All rights reserved.