public static interface Schedule.MonthlyScheduleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | intThe 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. |