| Modifier and Type | Method and Description |
|---|---|
static ComparisonType |
ComparisonType.forNumber(int value) |
ComparisonType |
AlertPolicy.Condition.MetricThresholdOrBuilder.getComparison()
The comparison to apply between the time series (indicated by `filter`
and `aggregation`) and the threshold (indicated by `threshold_value`).
|
ComparisonType |
AlertPolicy.Condition.MetricThreshold.getComparison()
The comparison to apply between the time series (indicated by `filter`
and `aggregation`) and the threshold (indicated by `threshold_value`).
|
ComparisonType |
AlertPolicy.Condition.MetricThreshold.Builder.getComparison()
The comparison to apply between the time series (indicated by `filter`
and `aggregation`) and the threshold (indicated by `threshold_value`).
|
static ComparisonType |
ComparisonType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ComparisonType |
ComparisonType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ComparisonType |
ComparisonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparisonType[] |
ComparisonType.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<ComparisonType> |
ComparisonType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
AlertPolicy.Condition.MetricThreshold.Builder |
AlertPolicy.Condition.MetricThreshold.Builder.setComparison(ComparisonType value)
The comparison to apply between the time series (indicated by `filter`
and `aggregation`) and the threshold (indicated by `threshold_value`).
|
Copyright © 2024 Google LLC. All rights reserved.