public static enum TelemetryConfiguration.Level extends Enum<TelemetryConfiguration.Level> implements com.google.protobuf.ProtocolMessageEnum
The level of detail of telemetry to be sent from the client.Protobuf enum
google.bigtable.v2.TelemetryConfiguration.Level| Enum Constant and Description |
|---|
DEBUG
Enables all debug tag counter levels.
|
ERROR
Enables only error debug tag counters.
|
INFO
Eables all debug tag counters except for DEBUG.
|
LEVEL_UNSPECIFIED
Server did not specify a level.
|
UNRECOGNIZED |
WARN
Enables all debug tag counters except for DEBUG and INFO.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DEBUG_VALUE
Enables all debug tag counter levels.
|
static int |
ERROR_VALUE
Enables only error debug tag counters.
|
static int |
INFO_VALUE
Eables all debug tag counters except for DEBUG.
|
static int |
LEVEL_UNSPECIFIED_VALUE
Server did not specify a level.
|
static int |
WARN_VALUE
Enables all debug tag counters except for DEBUG and INFO.
|
| Modifier and Type | Method and Description |
|---|---|
static TelemetryConfiguration.Level |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<TelemetryConfiguration.Level> |
internalGetValueMap() |
static TelemetryConfiguration.Level |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TelemetryConfiguration.Level |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TelemetryConfiguration.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TelemetryConfiguration.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TelemetryConfiguration.Level LEVEL_UNSPECIFIED
Server did not specify a level. Should disable all debug tag counters.
LEVEL_UNSPECIFIED = 0;public static final TelemetryConfiguration.Level DEBUG
Enables all debug tag counter levels.
DEBUG = 1;public static final TelemetryConfiguration.Level INFO
Eables all debug tag counters except for DEBUG.
INFO = 2;public static final TelemetryConfiguration.Level WARN
Enables all debug tag counters except for DEBUG and INFO.
WARN = 3;public static final TelemetryConfiguration.Level ERROR
Enables only error debug tag counters.
ERROR = 4;public static final TelemetryConfiguration.Level UNRECOGNIZED
public static final int LEVEL_UNSPECIFIED_VALUE
Server did not specify a level. Should disable all debug tag counters.
LEVEL_UNSPECIFIED = 0;public static final int DEBUG_VALUE
Enables all debug tag counter levels.
DEBUG = 1;public static final int INFO_VALUE
Eables all debug tag counters except for DEBUG.
INFO = 2;public static final int WARN_VALUE
Enables all debug tag counters except for DEBUG and INFO.
WARN = 3;public static final int ERROR_VALUE
Enables only error debug tag counters.
ERROR = 4;public static TelemetryConfiguration.Level[] values()
for (TelemetryConfiguration.Level c : TelemetryConfiguration.Level.values()) System.out.println(c);
public static TelemetryConfiguration.Level valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static TelemetryConfiguration.Level valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TelemetryConfiguration.Level forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TelemetryConfiguration.Level> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TelemetryConfiguration.Level valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2026 Google LLC. All rights reserved.