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."],[[["The document provides comprehensive reference information for the `Schedule` class within the Google Ad Manager API's Java client library, covering versions from 0.1.0 to the latest 0.19.0."],["The `Schedule` class, represented as `google.ads.admanager.v1.Schedule`, extends `GeneratedMessageV3` and implements `ScheduleOrBuilder`, which is used to define the schedule for generating reports."],["Key functionalities of the `Schedule` class include setting report start and end dates, defining the frequency of report generation (e.g., daily, weekly, monthly), and setting the start time for scheduled reports."],["The documentation details the class's static fields (e.g., `END_DATE_FIELD_NUMBER`, `FREQUENCY_FIELD_NUMBER`) and methods (e.g., `getDefaultInstance()`, `parseFrom()`), along with their respective parameters, return types, and potential exceptions."],["The document provides the inherited members of the Schedule class, showing all the methods the class has access to via inheritance from other classes."]]],[]]