public sealed class ScheduleTransferRunsRequest : IMessage<ScheduleTransferRunsRequest>, IEquatable<ScheduleTransferRunsRequest>, IDeepCloneable<ScheduleTransferRunsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class ScheduleTransferRunsRequest.
A request to schedule transfer runs for a time range.
Required. Transfer configuration name in the form:
projects/{project_id}/transferConfigs/{config_id} or
projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.
[[["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-03-21 UTC."],[[["This webpage provides reference documentation for the `ScheduleTransferRunsRequest` class within the Google BigQuery Data Transfer v1 API, specifically for the .NET environment, with version 4.3.0 being the primary version displayed but with links to other versions."],["The `ScheduleTransferRunsRequest` class is used to initiate a request for scheduling multiple transfer runs within a specific time range and it inherits from Object and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."],["The page details the properties of the `ScheduleTransferRunsRequest` class, including `EndTime`, `Parent`, `ParentAsTransferConfigName`, and `StartTime`, which are critical for defining the parameters of the scheduled transfer runs, including the time range and the target configuration."],["There are two constructor overloads documented for the `ScheduleTransferRunsRequest` class, one being the default constructor and the other allowing you to clone one `ScheduleTransferRunsRequest` to another, both without parameters and also one with a `ScheduleTransferRunsRequest` parameter."],["The documentation lists several versions of the `ScheduleTransferRunsRequest` class and these versions range from 3.1.0 to the latest at 4.10.0, with links to view each version in the documentation."]]],[]]