@Generated
public interface OpenSessionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BackendIdentifier |
getBackend()
Information on the backend(s) that are hosting this session.
|
BackendIdentifierOrBuilder |
getBackendOrBuilder()
Information on the backend(s) that are hosting this session.
|
com.google.protobuf.ByteString |
getPayload()
Can be Open{Table,AuthorizedView,MaterializedView}Response,
(or in post-V1, PrepareSqlQueryResponse)
bytes payload = 1; |
boolean |
hasBackend()
Information on the backend(s) that are hosting this session.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBackend()
Information on the backend(s) that are hosting this session.
.google.bigtable.v2.BackendIdentifier backend = 2;BackendIdentifier getBackend()
Information on the backend(s) that are hosting this session.
.google.bigtable.v2.BackendIdentifier backend = 2;BackendIdentifierOrBuilder getBackendOrBuilder()
Information on the backend(s) that are hosting this session.
.google.bigtable.v2.BackendIdentifier backend = 2;com.google.protobuf.ByteString getPayload()
Can be Open{Table,AuthorizedView,MaterializedView}Response,
(or in post-V1, PrepareSqlQueryResponse)
bytes payload = 1;Copyright © 2026 Google LLC. All rights reserved.