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."],[[["This document provides reference information for the `EnrollDataSourcesRequest` class within the Google BigQuery Data Transfer v1 API, specifically for .NET development."],["The `EnrollDataSourcesRequest` class is used to make a request to enroll data sources, making them visible in the BigQuery UI's `Transfer` tab, with the latest version being 4.10.0 and going as far back as 3.1.0."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used in various contexts."],["The `EnrollDataSourcesRequest` class contains two properties: `DataSourceIds`, a `RepeatedField` of strings representing enrolled data sources, and `Name`, a string that requires the project resource name."],["There are multiple versions available, going from version 4.10.0 down to 3.1.0, all using the same method to enroll Data Sources."]]],[]]