TimeRange
Stay organized with collections
Save and categorize content based on your preferences.
A specification for a time range, this will request transfer runs with runTime between startTime (inclusive) and endTime (exclusive).
| JSON representation |
{
"startTime": string,
"endTime": string
} |
| Fields |
startTime |
string (Timestamp format)
Start time of the range of transfer runs. For example, "2017-05-25T00:00:00+00:00". The startTime must be strictly less than the endTime. Creates transfer runs where runTime is in the range between startTime (inclusive) and endTime (exclusive).
|
endTime |
string (Timestamp format)
End time of the range of transfer runs. For example, "2017-05-30T00:00:00+00:00". The endTime must not be in the future. Creates transfer runs where runTime is in the range between startTime (inclusive) and endTime (exclusive).
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-02 UTC.
[null,null,["Last updated 2025-07-02 UTC."],[],[]]