public sealed class TimeRange : IMessage<StartManualTransferRunsRequest.Types.TimeRange>, IEquatable<StartManualTransferRunsRequest.Types.TimeRange>, IDeepCloneable<StartManualTransferRunsRequest.Types.TimeRange>, IBufferMessage, IMessage
A specification for a time range, this will request transfer runs with
run_time between start_time (inclusive) and end_time (exclusive).
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).
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).
[[["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-08-07 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003eTimeRange\u003c/code\u003e class, a specification for defining a time window for transfer runs within the \u003ccode\u003eGoogle.Cloud.BigQuery.DataTransfer.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTimeRange\u003c/code\u003e class is designed to request transfer runs with a \u003ccode\u003erun_time\u003c/code\u003e between a specified \u003ccode\u003estart_time\u003c/code\u003e (inclusive) and \u003ccode\u003eend_time\u003c/code\u003e (exclusive).\u003c/p\u003e\n"],["\u003cp\u003eThe document outlines the inheritance and implemented interfaces of the \u003ccode\u003eTimeRange\u003c/code\u003e class, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, a default one and another that accepts another \u003ccode\u003eTimeRange\u003c/code\u003e object, and includes \u003ccode\u003eStartTime\u003c/code\u003e and \u003ccode\u003eEndTime\u003c/code\u003e properties, both of which are of the \u003ccode\u003eTimestamp\u003c/code\u003e type.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documentation is for 4.10.0, and there are numerous other versions listed down to 3.1.0, all pertaining to \u003ccode\u003eStartManualTransferRunsRequest.Types.TimeRange\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]