| Package | Description |
|---|---|
| io.opencensus.proto.metrics.v1 |
| Modifier and Type | Method and Description |
|---|---|
static MetricDescriptor.Type |
MetricDescriptor.Type.forNumber(int value) |
MetricDescriptor.Type |
MetricDescriptor.getType()
.opencensus.proto.metrics.v1.MetricDescriptor.Type type = 4; |
MetricDescriptor.Type |
MetricDescriptor.Builder.getType()
.opencensus.proto.metrics.v1.MetricDescriptor.Type type = 4; |
MetricDescriptor.Type |
MetricDescriptorOrBuilder.getType()
.opencensus.proto.metrics.v1.MetricDescriptor.Type type = 4; |
static MetricDescriptor.Type |
MetricDescriptor.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MetricDescriptor.Type |
MetricDescriptor.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MetricDescriptor.Type |
MetricDescriptor.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricDescriptor.Type[] |
MetricDescriptor.Type.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.Type> |
MetricDescriptor.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MetricDescriptor.Builder |
MetricDescriptor.Builder.setType(MetricDescriptor.Type value)
.opencensus.proto.metrics.v1.MetricDescriptor.Type type = 4; |
Copyright © 2018–2021 The Envoy Project. All rights reserved.