public static interface ScanConfig.ScheduleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getIntervalDurationDays()
Required.
|
com.google.protobuf.Timestamp |
getScheduleTime()
A timestamp indicates when the next run will be scheduled.
|
com.google.protobuf.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, hasOneofboolean 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;com.google.protobuf.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;com.google.protobuf.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;Copyright © 2019 Google LLC. All rights reserved.