Interface ScanConfig.ScheduleOrBuilder (2.2.1)

public static interface ScanConfig.ScheduleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIntervalDurationDays()

public abstract int getIntervalDurationDays()

Required. The duration of time between executions in days.

int32 interval_duration_days = 2;

Returns
TypeDescription
int

The intervalDurationDays.

getScheduleTime()

public abstract 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;

Returns
TypeDescription
Timestamp

The scheduleTime.

getScheduleTimeOrBuilder()

public abstract 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;

Returns
TypeDescription
TimestampOrBuilder

hasScheduleTime()

public abstract 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;

Returns
TypeDescription
boolean

Whether the scheduleTime field is set.