@Generated
public interface SessionClientConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SessionClientConfiguration.ChannelPoolConfiguration |
getChannelConfiguration()
Configuration for the channel pool.
|
SessionClientConfiguration.ChannelPoolConfigurationOrBuilder |
getChannelConfigurationOrBuilder()
Configuration for the channel pool.
|
LoadBalancingOptions |
getLoadBalancingOptions()
Deprecated.
google.bigtable.v2.SessionClientConfiguration.load_balancing_options is deprecated.
See google/bigtable/v2/session.proto;l=220
|
LoadBalancingOptionsOrBuilder |
getLoadBalancingOptionsOrBuilder()
Deprecated.
|
float |
getSessionLoad()
What share of requests should operate on a session, [0, 1].
|
SessionClientConfiguration.SessionPoolConfiguration |
getSessionPoolConfiguration()
Configuration for the session pools.
|
SessionClientConfiguration.SessionPoolConfigurationOrBuilder |
getSessionPoolConfigurationOrBuilder()
Configuration for the session pools.
|
boolean |
hasChannelConfiguration()
Configuration for the channel pool.
|
boolean |
hasLoadBalancingOptions()
Deprecated.
google.bigtable.v2.SessionClientConfiguration.load_balancing_options is deprecated.
See google/bigtable/v2/session.proto;l=220
|
boolean |
hasSessionPoolConfiguration()
Configuration for the session pools.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getSessionLoad()
What share of requests should operate on a session, [0, 1]. The rest should operate on the old-style API.
float session_load = 1;@Deprecated boolean hasLoadBalancingOptions()
.google.bigtable.v2.LoadBalancingOptions load_balancing_options = 2 [deprecated = true];
@Deprecated LoadBalancingOptions getLoadBalancingOptions()
.google.bigtable.v2.LoadBalancingOptions load_balancing_options = 2 [deprecated = true];
@Deprecated LoadBalancingOptionsOrBuilder getLoadBalancingOptionsOrBuilder()
.google.bigtable.v2.LoadBalancingOptions load_balancing_options = 2 [deprecated = true];
boolean hasChannelConfiguration()
Configuration for the channel pool.
.google.bigtable.v2.SessionClientConfiguration.ChannelPoolConfiguration channel_configuration = 3;
SessionClientConfiguration.ChannelPoolConfiguration getChannelConfiguration()
Configuration for the channel pool.
.google.bigtable.v2.SessionClientConfiguration.ChannelPoolConfiguration channel_configuration = 3;
SessionClientConfiguration.ChannelPoolConfigurationOrBuilder getChannelConfigurationOrBuilder()
Configuration for the channel pool.
.google.bigtable.v2.SessionClientConfiguration.ChannelPoolConfiguration channel_configuration = 3;
boolean hasSessionPoolConfiguration()
Configuration for the session pools.
.google.bigtable.v2.SessionClientConfiguration.SessionPoolConfiguration session_pool_configuration = 4;
SessionClientConfiguration.SessionPoolConfiguration getSessionPoolConfiguration()
Configuration for the session pools.
.google.bigtable.v2.SessionClientConfiguration.SessionPoolConfiguration session_pool_configuration = 4;
SessionClientConfiguration.SessionPoolConfigurationOrBuilder getSessionPoolConfigurationOrBuilder()
Configuration for the session pools.
.google.bigtable.v2.SessionClientConfiguration.SessionPoolConfiguration session_pool_configuration = 4;
Copyright © 2026 Google LLC. All rights reserved.