public enum Schedule.Frequency extends Enum<Schedule.Frequency> implements ProtocolMessageEnum
Frequency to run report.
Protobuf enum google.ads.admanager.v1.Schedule.Frequency
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DAILY |
Schedule report to run on a daily basis. |
DAILY_VALUE |
Schedule report to run on a daily basis. |
FOUR_TIMES_DAILY |
Schedule report to run four times a day (every 6 hours). |
FOUR_TIMES_DAILY_VALUE |
Schedule report to run four times a day (every 6 hours). |
FREQUENCY_UNSPECIFIED |
No Frequency specified. |
FREQUENCY_UNSPECIFIED_VALUE |
No Frequency specified. |
HOURLY |
Schedule report to run every hour. |
HOURLY_VALUE |
Schedule report to run every hour. |
MONTHLY |
Schedule report to run on a monthly basis. |
MONTHLY_VALUE |
Schedule report to run on a monthly basis. |
THREE_TIMES_DAILY |
Schedule report to run three times a day (every 8 hours). |
THREE_TIMES_DAILY_VALUE |
Schedule report to run three times a day (every 8 hours). |
TWO_TIMES_DAILY |
Schedule report to run twice a day (every 12 hours). |
TWO_TIMES_DAILY_VALUE |
Schedule report to run twice a day (every 12 hours). |
UNRECOGNIZED |
|
WEEKLY |
Schedule report to run on a weekly basis. |
WEEKLY_VALUE |
Schedule report to run on a weekly basis. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |