Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::ClientConfiguration.
Configuration for the Session API. Internal usage only.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#polling_configuration
def polling_configuration() -> ::Google::Cloud::Bigtable::V2::ClientConfiguration::PollingConfiguration-
(::Google::Cloud::Bigtable::V2::ClientConfiguration::PollingConfiguration) — If the client should continue to check for new configurations.
Note: The following fields are mutually exclusive:
polling_configuration,stop_polling,polling_interval. If a field in that set is populated, all other fields in the set will automatically be cleared.
#polling_configuration=
def polling_configuration=(value) -> ::Google::Cloud::Bigtable::V2::ClientConfiguration::PollingConfiguration-
value (::Google::Cloud::Bigtable::V2::ClientConfiguration::PollingConfiguration) — If the client should continue to check for new configurations.
Note: The following fields are mutually exclusive:
polling_configuration,stop_polling,polling_interval. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Bigtable::V2::ClientConfiguration::PollingConfiguration) — If the client should continue to check for new configurations.
Note: The following fields are mutually exclusive:
polling_configuration,stop_polling,polling_interval. If a field in that set is populated, all other fields in the set will automatically be cleared.
#polling_interval
def polling_interval() -> ::Google::Protobuf::Duration-
(::Google::Protobuf::Duration) — Deprecated, prerfer polling_configuration.
A duration describing the time between GetClientConfiguration RPCs. Only strictly positive values are permissible.
Note: The following fields are mutually exclusive:
polling_interval,stop_polling,polling_configuration. If a field in that set is populated, all other fields in the set will automatically be cleared.
#polling_interval=
def polling_interval=(value) -> ::Google::Protobuf::Duration-
value (::Google::Protobuf::Duration) — Deprecated, prerfer polling_configuration.
A duration describing the time between GetClientConfiguration RPCs. Only strictly positive values are permissible.
Note: The following fields are mutually exclusive:
polling_interval,stop_polling,polling_configuration. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Protobuf::Duration) — Deprecated, prerfer polling_configuration.
A duration describing the time between GetClientConfiguration RPCs. Only strictly positive values are permissible.
Note: The following fields are mutually exclusive:
polling_interval,stop_polling,polling_configuration. If a field in that set is populated, all other fields in the set will automatically be cleared.
#session_configuration
def session_configuration() -> ::Google::Cloud::Bigtable::V2::SessionClientConfiguration- (::Google::Cloud::Bigtable::V2::SessionClientConfiguration) — The configuration for Bigtable Sessions.
#session_configuration=
def session_configuration=(value) -> ::Google::Cloud::Bigtable::V2::SessionClientConfiguration- value (::Google::Cloud::Bigtable::V2::SessionClientConfiguration) — The configuration for Bigtable Sessions.
- (::Google::Cloud::Bigtable::V2::SessionClientConfiguration) — The configuration for Bigtable Sessions.
#stop_polling
def stop_polling() -> ::Boolean-
(::Boolean) — If the client should cease to check for new configurations, e.g. a
backstop to prevent excessive GetClientConfiguration RPCs.
Note: The following fields are mutually exclusive:
stop_polling,polling_interval,polling_configuration. If a field in that set is populated, all other fields in the set will automatically be cleared.
#stop_polling=
def stop_polling=(value) -> ::Boolean-
value (::Boolean) — If the client should cease to check for new configurations, e.g. a
backstop to prevent excessive GetClientConfiguration RPCs.
Note: The following fields are mutually exclusive:
stop_polling,polling_interval,polling_configuration. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Boolean) — If the client should cease to check for new configurations, e.g. a
backstop to prevent excessive GetClientConfiguration RPCs.
Note: The following fields are mutually exclusive:
stop_polling,polling_interval,polling_configuration. If a field in that set is populated, all other fields in the set will automatically be cleared.
#telemetry_configuration
def telemetry_configuration() -> ::Google::Cloud::Bigtable::V2::TelemetryConfiguration- (::Google::Cloud::Bigtable::V2::TelemetryConfiguration) — Configuration for telemetry.
#telemetry_configuration=
def telemetry_configuration=(value) -> ::Google::Cloud::Bigtable::V2::TelemetryConfiguration- value (::Google::Cloud::Bigtable::V2::TelemetryConfiguration) — Configuration for telemetry.
- (::Google::Cloud::Bigtable::V2::TelemetryConfiguration) — Configuration for telemetry.