| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
static MetricDescriptor.ValueType |
MetricDescriptor.ValueType.forNumber(int value) |
MetricDescriptor.ValueType |
MetricDescriptorOrBuilder.getValueType()
Whether the measurement is an integer, a floating-point number, etc.
|
MetricDescriptor.ValueType |
MetricDescriptor.getValueType()
Whether the measurement is an integer, a floating-point number, etc.
|
MetricDescriptor.ValueType |
MetricDescriptor.Builder.getValueType()
Whether the measurement is an integer, a floating-point number, etc.
|
static MetricDescriptor.ValueType |
MetricDescriptor.ValueType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MetricDescriptor.ValueType |
MetricDescriptor.ValueType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MetricDescriptor.ValueType |
MetricDescriptor.ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricDescriptor.ValueType[] |
MetricDescriptor.ValueType.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<MetricDescriptor.ValueType> |
MetricDescriptor.ValueType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MetricDescriptor.Builder |
MetricDescriptor.Builder.setValueType(MetricDescriptor.ValueType value)
Whether the measurement is an integer, a floating-point number, etc.
|
Copyright © 2021 Google LLC. All rights reserved.