| Modifier and Type | Method and Description |
|---|---|
OpenSessionRequest |
OpenSessionRequest.Builder.build() |
OpenSessionRequest |
OpenSessionRequest.Builder.buildPartial() |
static OpenSessionRequest |
OpenSessionRequest.getDefaultInstance() |
OpenSessionRequest |
OpenSessionRequest.getDefaultInstanceForType() |
OpenSessionRequest |
OpenSessionRequest.Builder.getDefaultInstanceForType() |
OpenSessionRequest |
SessionRequestOrBuilder.getOpenSession()
.google.bigtable.v2.OpenSessionRequest open_session = 1; |
OpenSessionRequest |
SessionRequest.getOpenSession()
.google.bigtable.v2.OpenSessionRequest open_session = 1; |
OpenSessionRequest |
SessionRequest.Builder.getOpenSession()
.google.bigtable.v2.OpenSessionRequest open_session = 1; |
OpenSessionRequest |
SessionRefreshConfigOrBuilder.getOptimizedOpenRequest()
An optimized Open request that the session may use on a retry when
establishing this session again.
|
OpenSessionRequest |
SessionRefreshConfig.getOptimizedOpenRequest()
An optimized Open request that the session may use on a retry when
establishing this session again.
|
OpenSessionRequest |
SessionRefreshConfig.Builder.getOptimizedOpenRequest()
An optimized Open request that the session may use on a retry when
establishing this session again.
|
static OpenSessionRequest |
OpenSessionRequest.parseDelimitedFrom(InputStream input) |
static OpenSessionRequest |
OpenSessionRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenSessionRequest |
OpenSessionRequest.parseFrom(byte[] data) |
static OpenSessionRequest |
OpenSessionRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenSessionRequest |
OpenSessionRequest.parseFrom(ByteBuffer data) |
static OpenSessionRequest |
OpenSessionRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenSessionRequest |
OpenSessionRequest.parseFrom(com.google.protobuf.ByteString data) |
static OpenSessionRequest |
OpenSessionRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenSessionRequest |
OpenSessionRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static OpenSessionRequest |
OpenSessionRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenSessionRequest |
OpenSessionRequest.parseFrom(InputStream input) |
static OpenSessionRequest |
OpenSessionRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<OpenSessionRequest> |
OpenSessionRequest.getParserForType() |
static com.google.protobuf.Parser<OpenSessionRequest> |
OpenSessionRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
OpenSessionRequest.Builder |
OpenSessionRequest.Builder.mergeFrom(OpenSessionRequest other) |
SessionRequest.Builder |
SessionRequest.Builder.mergeOpenSession(OpenSessionRequest value)
.google.bigtable.v2.OpenSessionRequest open_session = 1; |
SessionRefreshConfig.Builder |
SessionRefreshConfig.Builder.mergeOptimizedOpenRequest(OpenSessionRequest value)
An optimized Open request that the session may use on a retry when
establishing this session again.
|
static OpenSessionRequest.Builder |
OpenSessionRequest.newBuilder(OpenSessionRequest prototype) |
SessionRequest.Builder |
SessionRequest.Builder.setOpenSession(OpenSessionRequest value)
.google.bigtable.v2.OpenSessionRequest open_session = 1; |
SessionRefreshConfig.Builder |
SessionRefreshConfig.Builder.setOptimizedOpenRequest(OpenSessionRequest value)
An optimized Open request that the session may use on a retry when
establishing this session again.
|
Copyright © 2026 Google LLC. All rights reserved.