Indicates start time for schedule to run
Will use the time_zone from ReportDefinition. Defaults
to the publisher's time zone if not specified.
For HOURLY, TWO_TIMES_DAILY, THREE_TIMES_DAILY, or FOUR_TIMES_DAILY, this
will be the time of day that the first report will run on the first day.
For example, if the start time is 2:00 PM, and the frequency is
THREE_TIMES_DAILY, the first day will have reports scheduled at 2:00 PM,
10:00 PM. Each subsequent day will have reports scheduled at 6:00 AM,
2:00 PM, 10:00 PM.
.google.type.TimeOfDay start_time = 4;
Returns
Type
Description
com.google.type.TimeOfDay
The startTime.
getStartTimeOrBuilder()
publicTimeOfDayOrBuildergetStartTimeOrBuilder()
Indicates start time for schedule to run
Will use the time_zone from ReportDefinition. Defaults
to the publisher's time zone if not specified.
For HOURLY, TWO_TIMES_DAILY, THREE_TIMES_DAILY, or FOUR_TIMES_DAILY, this
will be the time of day that the first report will run on the first day.
For example, if the start time is 2:00 PM, and the frequency is
THREE_TIMES_DAILY, the first day will have reports scheduled at 2:00 PM,
10:00 PM. Each subsequent day will have reports scheduled at 6:00 AM,
2:00 PM, 10:00 PM.
Indicates start time for schedule to run
Will use the time_zone from ReportDefinition. Defaults
to the publisher's time zone if not specified.
For HOURLY, TWO_TIMES_DAILY, THREE_TIMES_DAILY, or FOUR_TIMES_DAILY, this
will be the time of day that the first report will run on the first day.
For example, if the start time is 2:00 PM, and the frequency is
THREE_TIMES_DAILY, the first day will have reports scheduled at 2:00 PM,
10:00 PM. Each subsequent day will have reports scheduled at 6:00 AM,
2:00 PM, 10:00 PM.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This page provides documentation for the `Schedule` class in version 0.12.0 of the Google Ad Manager Java library, specifically focusing on the `com.google.ads.admanager.v1.Schedule` package."],["The `Schedule` class, a subclass of `GeneratedMessageV3`, defines the scheduling parameters for reports, including start and end dates, frequency, and specific times or days for report generation."],["The content lists various versions of the Ad Manager documentation, ranging from the latest version (0.19.0) down to version 0.1.0, providing access to documentation for each of these versions."],["The documentation details the class's static fields for attributes like `END_DATE_FIELD_NUMBER`, `FREQUENCY_FIELD_NUMBER`, and methods for parsing, building, and retrieving properties of `Schedule` instances."],["The class implements `ScheduleOrBuilder`, extending its functionality with methods for accessing and verifying the properties such as `startDate`, `endDate`, `frequency`, `monthlySchedule`, `weeklySchedule`, and `startTime`."]]],[]]