| Modifier and Type | Method and Description |
|---|---|
static Experiment.Result.MetricType |
Experiment.Result.MetricType.forNumber(int value) |
Experiment.Result.MetricType |
Experiment.Result.MetricOrBuilder.getType()
Ratio-based metric type.
|
Experiment.Result.MetricType |
Experiment.Result.Metric.getType()
Ratio-based metric type.
|
Experiment.Result.MetricType |
Experiment.Result.Metric.Builder.getType()
Ratio-based metric type.
|
static Experiment.Result.MetricType |
Experiment.Result.MetricType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Experiment.Result.MetricType |
Experiment.Result.MetricType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Experiment.Result.MetricType |
Experiment.Result.MetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Experiment.Result.MetricType[] |
Experiment.Result.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<Experiment.Result.MetricType> |
Experiment.Result.MetricType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Experiment.Result.Metric.Builder |
Experiment.Result.Metric.Builder.setType(Experiment.Result.MetricType value)
Ratio-based metric type.
|
Copyright © 2022 Google LLC. All rights reserved.