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-02 UTC."],[[["The `EnrollDataSourcesRequest` class is used to enroll data sources for visibility in the BigQuery UI's `Transfer` tab, according to the provided documentation."],["This class is part of the `Google.Cloud.BigQuery.DataTransfer.V1` namespace and is found within the `Google.Cloud.BigQuery.DataTransfer.V1.dll` assembly, with this documentation showing versions ranging from 3.1.0 to the most recent 4.10.0."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `EnrollDataSourcesRequest` class has properties such as `DataSourceIds`, which holds a collection of data source IDs to be enrolled, and `Name`, representing the project resource name."],["There are two constructors available: a default constructor and one that takes another `EnrollDataSourcesRequest` object as a parameter for creating a new instance."]]],[]]