public static interface AlertPolicy.Condition.SqlCondition.HourlyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMinuteOffset()
Optional.
|
int |
getPeriodicity()
Required.
|
boolean |
hasMinuteOffset()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPeriodicity()
Required. The number of hours between runs. Must be greater than or equal to 1 hour and less than or equal to 48 hours.
int32 periodicity = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasMinuteOffset()
Optional. The number of minutes after the hour (in UTC) to run the query. Must be greater than or equal to 0 minutes and less than or equal to 59 minutes. If left unspecified, then an arbitrary offset is used.
optional int32 minute_offset = 2 [(.google.api.field_behavior) = OPTIONAL];int getMinuteOffset()
Optional. The number of minutes after the hour (in UTC) to run the query. Must be greater than or equal to 0 minutes and less than or equal to 59 minutes. If left unspecified, then an arbitrary offset is used.
optional int32 minute_offset = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.