| Package | Description |
|---|---|
| com.google.monitoring.v3 |
| Modifier and Type | Method and Description |
|---|---|
static AlertPolicy.ConditionCombinerType |
AlertPolicy.ConditionCombinerType.forNumber(int value) |
AlertPolicy.ConditionCombinerType |
AlertPolicyOrBuilder.getCombiner()
How to combine the results of multiple conditions to determine if an
incident should be opened.
|
AlertPolicy.ConditionCombinerType |
AlertPolicy.getCombiner()
How to combine the results of multiple conditions to determine if an
incident should be opened.
|
AlertPolicy.ConditionCombinerType |
AlertPolicy.Builder.getCombiner()
How to combine the results of multiple conditions to determine if an
incident should be opened.
|
static AlertPolicy.ConditionCombinerType |
AlertPolicy.ConditionCombinerType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AlertPolicy.ConditionCombinerType |
AlertPolicy.ConditionCombinerType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AlertPolicy.ConditionCombinerType |
AlertPolicy.ConditionCombinerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertPolicy.ConditionCombinerType[] |
AlertPolicy.ConditionCombinerType.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<AlertPolicy.ConditionCombinerType> |
AlertPolicy.ConditionCombinerType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
AlertPolicy.Builder |
AlertPolicy.Builder.setCombiner(AlertPolicy.ConditionCombinerType value)
How to combine the results of multiple conditions to determine if an
incident should be opened.
|
Copyright © 2023 Google LLC. All rights reserved.