public sealed class EnrollDataSourcesRequest : IMessage<EnrollDataSourcesRequest>, IEquatable<EnrollDataSourcesRequest>, IDeepCloneable<EnrollDataSourcesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class EnrollDataSourcesRequest.
A request to enroll a set of data sources so they are visible in the
BigQuery UI's Transfer tab.
[[["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-04-01 UTC."],[[["The latest version of the Google BigQuery Data Transfer v1 API's `EnrollDataSourcesRequest` class is 4.10.0, and the page also provides links to documentation for versions ranging from 4.9.0 down to 3.1.0."],["The `EnrollDataSourcesRequest` class is used to enroll data sources, allowing them to be displayed in the BigQuery UI's `Transfer` tab."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET ecosystem."],["It includes properties such as `DataSourceIds`, a repeated field for managing data source IDs, and `Name`, which specifies the project resource name."],["The class has two constructors, one default constructor and one that takes an existing `EnrollDataSourcesRequest` object to be initialized."]]],[]]