public sealed class EnrollDataSourcesRequest : IMessage<EnrollDataSourcesRequest>, IEquatable<EnrollDataSourcesRequest>, IDeepCloneable<EnrollDataSourcesRequest>, IBufferMessage, IMessage
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."],[[["This webpage details the `EnrollDataSourcesRequest` class within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace, used to make data sources visible in the BigQuery UI's Transfer tab."],["The latest version of the `EnrollDataSourcesRequest` is 4.10.0, and the page lists versions dating back to 3.1.0, providing links to the documentation for each version."],["`EnrollDataSourcesRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `EnrollDataSourcesRequest` class includes properties `DataSourceIds`, which is a list of data source IDs, and `Name`, representing the project resource name."],["The class has two constructors: a default constructor `EnrollDataSourcesRequest()` and an overloaded one that accepts another `EnrollDataSourcesRequest` object."]]],[]]