| Modifier and Type | Method and Description |
|---|---|
static MetricType |
MetricType.forNumber(int value) |
MetricType |
MetricHeaderOrBuilder.getType()
The metric's data type.
|
MetricType |
MetricHeader.getType()
The metric's data type.
|
MetricType |
MetricHeader.Builder.getType()
The metric's data type.
|
static MetricType |
MetricType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MetricType |
MetricType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MetricType |
MetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricType[] |
MetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<MetricType> |
MetricType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MetricHeader.Builder |
MetricHeader.Builder.setType(MetricType value)
The metric's data type.
|
Copyright © 2023 Google LLC. All rights reserved.