Reference documentation and code samples for the Cloud Bigtable V2 Client class ClientConfiguration.
Configuration for the Session API. Internal usage only.
Generated from protobuf message google.bigtable.v2.ClientConfiguration
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ session_configuration
↳ stop_polling
bool
If the client should cease to check for new configurations, e.g. a backstop to prevent excessive GetClientConfiguration RPCs.
↳ polling_interval
Google\Protobuf\Duration
Deprecated, prerfer polling_configuration. A duration describing the time between GetClientConfiguration RPCs. Only strictly positive values are permissible.
↳ polling_configuration
ClientConfiguration\PollingConfiguration
If the client should continue to check for new configurations.
↳ telemetry_configuration
getSessionConfiguration
The configuration for Bigtable Sessions.
hasSessionConfiguration
clearSessionConfiguration
setSessionConfiguration
The configuration for Bigtable Sessions.
$this
getStopPolling
If the client should cease to check for new configurations, e.g. a backstop to prevent excessive GetClientConfiguration RPCs.
bool
hasStopPolling
setStopPolling
If the client should cease to check for new configurations, e.g. a backstop to prevent excessive GetClientConfiguration RPCs.
var
bool
$this
getPollingInterval
Deprecated, prerfer polling_configuration.
A duration describing the time between GetClientConfiguration RPCs. Only strictly positive values are permissible.
hasPollingInterval
setPollingInterval
Deprecated, prerfer polling_configuration.
A duration describing the time between GetClientConfiguration RPCs. Only strictly positive values are permissible.
$this
getPollingConfiguration
If the client should continue to check for new configurations.
hasPollingConfiguration
setPollingConfiguration
If the client should continue to check for new configurations.
$this
getTelemetryConfiguration
Configuration for telemetry.
hasTelemetryConfiguration
clearTelemetryConfiguration
setTelemetryConfiguration
Configuration for telemetry.
$this
getPolling
string

