@Generated
public interface ClientConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ClientConfiguration.PollingCase |
getPollingCase() |
ClientConfiguration.PollingConfiguration |
getPollingConfiguration()
If the client should continue to check for new configurations.
|
ClientConfiguration.PollingConfigurationOrBuilder |
getPollingConfigurationOrBuilder()
If the client should continue to check for new configurations.
|
com.google.protobuf.Duration |
getPollingInterval()
Deprecated.
google.bigtable.v2.ClientConfiguration.polling_interval is deprecated. See
google/bigtable/v2/session.proto;l=288
|
com.google.protobuf.DurationOrBuilder |
getPollingIntervalOrBuilder()
Deprecated.
|
SessionClientConfiguration |
getSessionConfiguration()
The configuration for Bigtable Sessions.
|
SessionClientConfigurationOrBuilder |
getSessionConfigurationOrBuilder()
The configuration for Bigtable Sessions.
|
boolean |
getStopPolling()
If the client should cease to check for new configurations, e.g. a
backstop to prevent excessive GetClientConfiguration RPCs.
|
TelemetryConfiguration |
getTelemetryConfiguration()
Configuration for telemetry.
|
TelemetryConfigurationOrBuilder |
getTelemetryConfigurationOrBuilder()
Configuration for telemetry.
|
boolean |
hasPollingConfiguration()
If the client should continue to check for new configurations.
|
boolean |
hasPollingInterval()
Deprecated.
google.bigtable.v2.ClientConfiguration.polling_interval is deprecated. See
google/bigtable/v2/session.proto;l=288
|
boolean |
hasSessionConfiguration()
The configuration for Bigtable Sessions.
|
boolean |
hasStopPolling()
If the client should cease to check for new configurations, e.g. a
backstop to prevent excessive GetClientConfiguration RPCs.
|
boolean |
hasTelemetryConfiguration()
Configuration for telemetry.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSessionConfiguration()
The configuration for Bigtable Sessions.
.google.bigtable.v2.SessionClientConfiguration session_configuration = 2;SessionClientConfiguration getSessionConfiguration()
The configuration for Bigtable Sessions.
.google.bigtable.v2.SessionClientConfiguration session_configuration = 2;SessionClientConfigurationOrBuilder getSessionConfigurationOrBuilder()
The configuration for Bigtable Sessions.
.google.bigtable.v2.SessionClientConfiguration session_configuration = 2;boolean hasStopPolling()
If the client should cease to check for new configurations, e.g. a backstop to prevent excessive GetClientConfiguration RPCs.
bool stop_polling = 3;boolean getStopPolling()
If the client should cease to check for new configurations, e.g. a backstop to prevent excessive GetClientConfiguration RPCs.
bool stop_polling = 3;@Deprecated boolean hasPollingInterval()
Deprecated, prerfer polling_configuration. A duration describing the time between GetClientConfiguration RPCs. Only strictly positive values are permissible.
.google.protobuf.Duration polling_interval = 4 [deprecated = true];@Deprecated com.google.protobuf.Duration getPollingInterval()
Deprecated, prerfer polling_configuration. A duration describing the time between GetClientConfiguration RPCs. Only strictly positive values are permissible.
.google.protobuf.Duration polling_interval = 4 [deprecated = true];@Deprecated com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder()
Deprecated, prerfer polling_configuration. A duration describing the time between GetClientConfiguration RPCs. Only strictly positive values are permissible.
.google.protobuf.Duration polling_interval = 4 [deprecated = true];boolean hasPollingConfiguration()
If the client should continue to check for new configurations.
.google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
ClientConfiguration.PollingConfiguration getPollingConfiguration()
If the client should continue to check for new configurations.
.google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
ClientConfiguration.PollingConfigurationOrBuilder getPollingConfigurationOrBuilder()
If the client should continue to check for new configurations.
.google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
boolean hasTelemetryConfiguration()
Configuration for telemetry.
.google.bigtable.v2.TelemetryConfiguration telemetry_configuration = 6;TelemetryConfiguration getTelemetryConfiguration()
Configuration for telemetry.
.google.bigtable.v2.TelemetryConfiguration telemetry_configuration = 6;TelemetryConfigurationOrBuilder getTelemetryConfigurationOrBuilder()
Configuration for telemetry.
.google.bigtable.v2.TelemetryConfiguration telemetry_configuration = 6;ClientConfiguration.PollingCase getPollingCase()
Copyright © 2026 Google LLC. All rights reserved.