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 request the enrollment of data sources to be visible in the BigQuery UI's Transfer tab."],["This class is part of the Google BigQuery Data Transfer v1 API and is implemented in the `Google.Cloud.BigQuery.DataTransfer.V1` namespace within the `Google.Cloud.BigQuery.DataTransfer.V1.dll` assembly."],["The latest version of this API class is 4.10.0, but older versions from 3.1.0 to 4.9.0 are also available."],["It inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `DataSourceIds`, which requires at least one data source ID, and `Name`, which is the required project resource name."]]],[]]