Reference documentation and code samples for the Cloud Bigtable V2 Client class TelemetryConfiguration.
Server provided instructions for enabling finer grained observability on the client to help diagnose customer issues. Internal usage only.
Generated from protobuf message google.bigtable.v2.TelemetryConfiguration
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ debug_tag_level |
int
Selector for the debug counters that should be uploaded. |
getDebugTagLevel
Selector for the debug counters that should be uploaded.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Level. |
setDebugTagLevel
Selector for the debug counters that should be uploaded.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Level. |
| Returns | |
|---|---|
| Type | Description |
$this |
|