public sealed class StartManualTransferRunsRequest.Types.TimeRange : IMessage<StartManualTransferRunsRequest.Types.TimeRange>, IEquatable<StartManualTransferRunsRequest.Types.TimeRange>, IDeepCloneable<StartManualTransferRunsRequest.Types.TimeRange>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class StartManualTransferRunsRequest.Types.TimeRange.
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 documentation page covers the \u003ccode\u003eStartManualTransferRunsRequest.Types.TimeRange\u003c/code\u003e class within the Google BigQuery Data Transfer v1 API, detailing its use in specifying a time range for transfer runs.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eStartManualTransferRunsRequest.Types.TimeRange\u003c/code\u003e can be used to define a specific time window, with a start and end time, for scheduling or executing manual transfer runs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTimeRange\u003c/code\u003e class includes two primary properties: \u003ccode\u003eStartTime\u003c/code\u003e and \u003ccode\u003eEndTime\u003c/code\u003e, both of which are of the type \u003ccode\u003eTimestamp\u003c/code\u003e and define the inclusive beginning and exclusive end of the transfer run time range.\u003c/p\u003e\n"],["\u003cp\u003eThe provided content lists multiple versions of the library, with version 4.10.0 being the latest, for the \u003ccode\u003eStartManualTransferRunsRequest.Types.TimeRange\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStartManualTransferRunsRequest.Types.TimeRange\u003c/code\u003e class inherits from the \u003ccode\u003eobject\u003c/code\u003e class and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, indicating its role in protocol buffer messages and object management.\u003c/p\u003e\n"]]],[],null,[]]