| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
static MetricDescriptor.MetricKind |
MetricDescriptor.MetricKind.forNumber(int value) |
MetricDescriptor.MetricKind |
MetricDescriptorOrBuilder.getMetricKind()
Whether the metric records instantaneous values, changes to a value, etc.
|
MetricDescriptor.MetricKind |
MetricDescriptor.getMetricKind()
Whether the metric records instantaneous values, changes to a value, etc.
|
MetricDescriptor.MetricKind |
MetricDescriptor.Builder.getMetricKind()
Whether the metric records instantaneous values, changes to a value, etc.
|
static MetricDescriptor.MetricKind |
MetricDescriptor.MetricKind.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MetricDescriptor.MetricKind |
MetricDescriptor.MetricKind.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MetricDescriptor.MetricKind |
MetricDescriptor.MetricKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricDescriptor.MetricKind[] |
MetricDescriptor.MetricKind.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.MetricKind> |
MetricDescriptor.MetricKind.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MetricDescriptor.Builder |
MetricDescriptor.Builder.setMetricKind(MetricDescriptor.MetricKind value)
Whether the metric records instantaneous values, changes to a value, etc.
|
Copyright © 2020 Google LLC. All rights reserved.