Reference documentation and code samples for the Cloud Bigtable V2 Client class Level.
The level of detail of telemetry to be sent from the client.
Protobuf type google.bigtable.v2.TelemetryConfiguration.Level
Namespace
Google \ Cloud \ Bigtable \ V2 \ TelemetryConfigurationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LEVEL_UNSPECIFIED
Value: 0Server did not specify a level. Should disable all debug tag counters.
Generated from protobuf enum LEVEL_UNSPECIFIED = 0;
DEBUG
Value: 1Enables all debug tag counter levels.
Generated from protobuf enum DEBUG = 1;
INFO
Value: 2Eables all debug tag counters except for DEBUG.
Generated from protobuf enum INFO = 2;
WARN
Value: 3Enables all debug tag counters except for DEBUG and INFO.
Generated from protobuf enum WARN = 3;
ERROR
Value: 4Enables only error debug tag counters.
Generated from protobuf enum ERROR = 4;