@Generated
public interface OpenSessionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getConsecutiveFailedConnectionAttempts()
Used for serverside observability.
|
FeatureFlags |
getFlags()
Client settings, including a record of
.google.bigtable.v2.FeatureFlags flags = 2; |
FeatureFlagsOrBuilder |
getFlagsOrBuilder()
Client settings, including a record of
.google.bigtable.v2.FeatureFlags flags = 2; |
com.google.protobuf.ByteString |
getPayload()
Can be Open{Table,AuthorizedView,MaterializedView}Request,
(or in post-V1, PrepareSqlQueryRequest)
bytes payload = 5; |
long |
getProtocolVersion()
A version indicator from the client stating its understanding of the
protocol.
|
com.google.protobuf.ByteString |
getRoutingCookie()
How the request should be routed (if presented as part of a GOAWAY
from a previous session).
|
boolean |
hasFlags()
Client settings, including a record of
.google.bigtable.v2.FeatureFlags flags = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getProtocolVersion()
A version indicator from the client stating its understanding of the protocol. This is to disambiguate client behavior amidst changes in semantic usage of the API, e.g. if the structure remains the same but behavior changes.
int64 protocol_version = 1;boolean hasFlags()
Client settings, including a record of
.google.bigtable.v2.FeatureFlags flags = 2;FeatureFlags getFlags()
Client settings, including a record of
.google.bigtable.v2.FeatureFlags flags = 2;FeatureFlagsOrBuilder getFlagsOrBuilder()
Client settings, including a record of
.google.bigtable.v2.FeatureFlags flags = 2;long getConsecutiveFailedConnectionAttempts()
Used for serverside observability.
int64 consecutive_failed_connection_attempts = 3;com.google.protobuf.ByteString getRoutingCookie()
How the request should be routed (if presented as part of a GOAWAY from a previous session). Post V1.
bytes routing_cookie = 4;com.google.protobuf.ByteString getPayload()
Can be Open{Table,AuthorizedView,MaterializedView}Request,
(or in post-V1, PrepareSqlQueryRequest)
bytes payload = 5;Copyright © 2026 Google LLC. All rights reserved.