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-03-21 UTC."],[[["This document provides reference information for the `EnrollDataSourcesRequest` class within the Google BigQuery Data Transfer v1 API, specifically for the .NET environment, with the latest version being 4.10.0."],["The `EnrollDataSourcesRequest` class is used to request the enrollment of data sources, allowing them to be visible in the BigQuery UI's \"Transfer\" tab."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["Key properties of the `EnrollDataSourcesRequest` class include `DataSourceIds`, which is a list of data sources to enroll, and `Name`, representing the project's resource name."],["The document also shows the lineage of versions for this class, ranging from version 3.1.0 up to the latest version 4.10.0."]]],[]]