static MetricDescriptor.Type |
MetricDescriptor.Type.forNumber(int value) |
|
MetricDescriptor.Type |
MetricDescriptor.Builder.getType() |
.opencensus.proto.metrics.v1.MetricDescriptor.Type type = 4;
|
MetricDescriptor.Type |
MetricDescriptor.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(int value) |
Deprecated.
|
static MetricDescriptor.Type |
MetricDescriptor.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
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.
|