public static enum QueryMetricsResponse.Slice.DataPoint.MeasureCase extends Enum<QueryMetricsResponse.Slice.DataPoint.MeasureCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CONVERSATION_MEASURE |
MEASURE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static QueryMetricsResponse.Slice.DataPoint.MeasureCase |
forNumber(int value) |
int |
getNumber() |
static QueryMetricsResponse.Slice.DataPoint.MeasureCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static QueryMetricsResponse.Slice.DataPoint.MeasureCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryMetricsResponse.Slice.DataPoint.MeasureCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryMetricsResponse.Slice.DataPoint.MeasureCase CONVERSATION_MEASURE
public static final QueryMetricsResponse.Slice.DataPoint.MeasureCase MEASURE_NOT_SET
public static QueryMetricsResponse.Slice.DataPoint.MeasureCase[] values()
for (QueryMetricsResponse.Slice.DataPoint.MeasureCase c : QueryMetricsResponse.Slice.DataPoint.MeasureCase.values()) System.out.println(c);
public static QueryMetricsResponse.Slice.DataPoint.MeasureCase 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 null@Deprecated public static QueryMetricsResponse.Slice.DataPoint.MeasureCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static QueryMetricsResponse.Slice.DataPoint.MeasureCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025 Google LLC. All rights reserved.