Skip to content

Commit ab2ad69

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add feature flags proto for Direct Access
PiperOrigin-RevId: 690605789
1 parent 3bc81b7 commit ab2ad69

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

google/bigtable/v2/feature_flags.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,10 @@ message FeatureFlags {
6161

6262
// Notify the server that the client has client side metrics enabled.
6363
bool client_side_metrics_enabled = 8;
64+
65+
// Notify the server that the client using Traffic Director endpoint.
66+
bool traffic_director_enabled = 9;
67+
68+
// Notify the server that the client explicitly opted in for Direct Access.
69+
bool direct_access_requested = 10;
6470
}

0 commit comments

Comments
 (0)