public static interface AlertPolicy.Condition.SqlCondition.RowCountTestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ComparisonType |
getComparison()
Required.
|
int |
getComparisonValue()
Required.
|
long |
getThreshold()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getComparisonValue()
Required. The comparison to apply between the number of rows returned by the query and the threshold.
.google.monitoring.v3.ComparisonType comparison = 1 [(.google.api.field_behavior) = REQUIRED];
ComparisonType getComparison()
Required. The comparison to apply between the number of rows returned by the query and the threshold.
.google.monitoring.v3.ComparisonType comparison = 1 [(.google.api.field_behavior) = REQUIRED];
long getThreshold()
Required. The value against which to compare the row count.
int64 threshold = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.