| Modifier and Type | Method and Description |
|---|---|
static Aggregation.Aligner |
Aggregation.Aligner.forNumber(int value) |
Aggregation.Aligner |
AggregationOrBuilder.getPerSeriesAligner()
An `Aligner` describes how to bring the data points in a single
time series into temporal alignment.
|
Aggregation.Aligner |
Aggregation.getPerSeriesAligner()
An `Aligner` describes how to bring the data points in a single
time series into temporal alignment.
|
Aggregation.Aligner |
Aggregation.Builder.getPerSeriesAligner()
An `Aligner` describes how to bring the data points in a single
time series into temporal alignment.
|
static Aggregation.Aligner |
Aggregation.Aligner.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Aggregation.Aligner |
Aggregation.Aligner.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Aggregation.Aligner |
Aggregation.Aligner.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregation.Aligner[] |
Aggregation.Aligner.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<Aggregation.Aligner> |
Aggregation.Aligner.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Aggregation.Builder |
Aggregation.Builder.setPerSeriesAligner(Aggregation.Aligner value)
An `Aligner` describes how to bring the data points in a single
time series into temporal alignment.
|
Copyright © 2025 Google LLC. All rights reserved.