A specification for a time range, this will request transfer runs
with run_time between start_time (inclusive) and end_time
(exclusive).
Attributes
Name
Description
start_time
google.protobuf.timestamp_pb2.Timestamp
Start time of the range of transfer runs. For example,
"2017-05-25T00:00:00+00:00". The start_time must be
strictly less than the end_time. Creates transfer runs where
run_time is in the range between start_time (inclusive) and
end_time (exclusive).
end_time
google.protobuf.timestamp_pb2.Timestamp
End time of the range of transfer runs. For example,
"2017-05-30T00:00:00+00:00". The end_time must not be in
the future. Creates transfer runs where run_time is in the
range between start_time (inclusive) and end_time
(exclusive).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]