Interface Schedule.MonthlyScheduleOrBuilder (0.11.0)

public static interface Schedule.MonthlyScheduleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMonthlyScheduledDays(int index)

public abstract int getMonthlyScheduledDays(int index)

Specifies days of the month to run report. Range is from 1-31. Will ignore days that are not valid for the given month.

repeated int32 monthly_scheduled_days = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
int

The monthlyScheduledDays at the given index.

getMonthlyScheduledDaysCount()

public abstract int getMonthlyScheduledDaysCount()

Specifies days of the month to run report. Range is from 1-31. Will ignore days that are not valid for the given month.

repeated int32 monthly_scheduled_days = 1;

Returns
Type Description
int

The count of monthlyScheduledDays.

getMonthlyScheduledDaysList()

public abstract List<Integer> getMonthlyScheduledDaysList()

Specifies days of the month to run report. Range is from 1-31. Will ignore days that are not valid for the given month.

repeated int32 monthly_scheduled_days = 1;

Returns
Type Description
List<Integer>

A list containing the monthlyScheduledDays.