public sealed class ScheduleOptionsV2 : IMessage<ScheduleOptionsV2>, IEquatable<ScheduleOptionsV2>, IDeepCloneable<ScheduleOptionsV2>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class ScheduleOptionsV2.
V2 options customizing different types of data transfer schedule.
This field supports existing time-based and manual transfer schedule. Also
supports Event-Driven transfer schedule. ScheduleOptionsV2 cannot be used
together with ScheduleOptions/Schedule.
public ManualSchedule ManualSchedule { get; set; }
Manual transfer schedule. If set, the transfer run will not be
auto-scheduled by the system, unless the client invokes
StartManualTransferRuns. This is equivalent to
disable_auto_scheduling = true.
[[["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 document provides reference documentation for the \u003ccode\u003eScheduleOptionsV2\u003c/code\u003e class within the Google BigQuery Data Transfer v1 API, with the latest version being 4.10.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eScheduleOptionsV2\u003c/code\u003e is designed to customize data transfer schedules, supporting time-based, manual, and event-driven schedules, and it cannot be used alongside \u003ccode\u003eScheduleOptions\u003c/code\u003e or \u003ccode\u003eSchedule\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eScheduleOptionsV2\u003c/code\u003e implements various interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and is part of the \u003ccode\u003eGoogle.Cloud.BigQuery.DataTransfer.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers constructors for creating instances and allows setting properties like \u003ccode\u003eEventDrivenSchedule\u003c/code\u003e, \u003ccode\u003eManualSchedule\u003c/code\u003e, and \u003ccode\u003eTimeBasedSchedule\u003c/code\u003e to define the type of transfer schedule.\u003c/p\u003e\n"],["\u003cp\u003ePrevious versions of this class are also available for review, going as far back as version 3.1.0.\u003c/p\u003e\n"]]],[],null,["# Google BigQuery Data Transfer v1 API - Class ScheduleOptionsV2 (4.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [4.10.0 (latest)](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/latest/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2)\n- [4.9.0](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/4.9.0/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2)\n- [4.8.0](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/4.8.0/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2)\n- [4.7.0](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/4.7.0/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2)\n- [4.6.0](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/4.6.0/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2)\n- [4.5.0](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/4.5.0/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2)\n- [4.4.0](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/4.4.0/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2)\n- [4.3.0](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/4.3.0/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2)\n- [4.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/4.2.0/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2)\n- [4.1.0](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/4.1.0/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2)\n- [4.0.0](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/4.0.0/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/3.4.0/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/3.3.0/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/3.2.0/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/3.1.0/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2) \n\n public sealed class ScheduleOptionsV2 : IMessage\u003cScheduleOptionsV2\u003e, IEquatable\u003cScheduleOptionsV2\u003e, IDeepCloneable\u003cScheduleOptionsV2\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google BigQuery Data Transfer v1 API class ScheduleOptionsV2.\n\nV2 options customizing different types of data transfer schedule.\nThis field supports existing time-based and manual transfer schedule. Also\nsupports Event-Driven transfer schedule. ScheduleOptionsV2 cannot be used\ntogether with ScheduleOptions/Schedule. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ScheduleOptionsV2 \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ScheduleOptionsV2](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/latest/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ScheduleOptionsV2](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/latest/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ScheduleOptionsV2](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/latest/Google.Cloud.BigQuery.DataTransfer.V1.ScheduleOptionsV2), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.BigQuery.DataTransfer.V1](/dotnet/docs/reference/Google.Cloud.BigQuery.DataTransfer.V1/latest/Google.Cloud.BigQuery.DataTransfer.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BigQuery.DataTransfer.V1.dll\n\nConstructors\n------------\n\n### ScheduleOptionsV2()\n\n public ScheduleOptionsV2()\n\n### ScheduleOptionsV2(ScheduleOptionsV2)\n\n public ScheduleOptionsV2(ScheduleOptionsV2 other)\n\nProperties\n----------\n\n### EventDrivenSchedule\n\n public EventDrivenSchedule EventDrivenSchedule { get; set; }\n\nEvent driven transfer schedule options. If set, the transfer will be\nscheduled upon events arrial.\n\n### ManualSchedule\n\n public ManualSchedule ManualSchedule { get; set; }\n\nManual transfer schedule. If set, the transfer run will not be\nauto-scheduled by the system, unless the client invokes\nStartManualTransferRuns. This is equivalent to\ndisable_auto_scheduling = true.\n\n### ScheduleCase\n\n public ScheduleOptionsV2.ScheduleOneofCase ScheduleCase { get; }\n\n### TimeBasedSchedule\n\n public TimeBasedSchedule TimeBasedSchedule { get; set; }\n\nTime based transfer schedule options. This is the default schedule\noption."]]