public static interface AlertPolicy.Condition.SqlCondition.DailyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.type.TimeOfDay |
getExecutionTime()
Optional.
|
com.google.type.TimeOfDayOrBuilder |
getExecutionTimeOrBuilder()
Optional.
|
int |
getPeriodicity()
Required.
|
boolean |
hasExecutionTime()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPeriodicity()
Required. The number of days between runs. Must be greater than or equal to 1 day and less than or equal to 31 days.
int32 periodicity = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasExecutionTime()
Optional. The time of day (in UTC) at which the query should run. If left unspecified, the server picks an arbitrary time of day and runs the query at the same time each day.
.google.type.TimeOfDay execution_time = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.type.TimeOfDay getExecutionTime()
Optional. The time of day (in UTC) at which the query should run. If left unspecified, the server picks an arbitrary time of day and runs the query at the same time each day.
.google.type.TimeOfDay execution_time = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.type.TimeOfDayOrBuilder getExecutionTimeOrBuilder()
Optional. The time of day (in UTC) at which the query should run. If left unspecified, the server picks an arbitrary time of day and runs the query at the same time each day.
.google.type.TimeOfDay execution_time = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.