public static interface ScanConfig.ScheduleOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getIntervalDurationDays()
Required.
|
Timestamp |
getScheduleTime()
A timestamp indicates when the next run will be scheduled.
|
TimestampOrBuilder |
getScheduleTimeOrBuilder()
A timestamp indicates when the next run will be scheduled.
|
boolean |
hasScheduleTime()
A timestamp indicates when the next run will be scheduled.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasScheduleTime()
A timestamp indicates when the next run will be scheduled. The value is refreshed by the server after each run. If unspecified, it will default to current server time, which means the scan will be scheduled to start immediately.
.google.protobuf.Timestamp schedule_time = 1;
Timestamp getScheduleTime()
A timestamp indicates when the next run will be scheduled. The value is refreshed by the server after each run. If unspecified, it will default to current server time, which means the scan will be scheduled to start immediately.
.google.protobuf.Timestamp schedule_time = 1;
TimestampOrBuilder getScheduleTimeOrBuilder()
A timestamp indicates when the next run will be scheduled. The value is refreshed by the server after each run. If unspecified, it will default to current server time, which means the scan will be scheduled to start immediately.
.google.protobuf.Timestamp schedule_time = 1;
int getIntervalDurationDays()
Required. The duration of time between executions in days.
int32 interval_duration_days = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.