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."],[[["The page provides documentation for the `EnrollDataSourcesRequest` class within the Google BigQuery Data Transfer v1 API, covering versions from 3.1.0 up to the latest release, 4.10.0."],["`EnrollDataSourcesRequest` is a class used to enroll data sources, making them visible within the BigQuery UI's `Transfer` tab, as indicated by the API documentation."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["Key properties of the `EnrollDataSourcesRequest` class include `DataSourceIds`, a `RepeatedField` of strings representing enrolled data source IDs, and `Name`, a string that holds the project resource name."],["There are two constructors available for `EnrollDataSourcesRequest`, a default one, and one that accepts another `EnrollDataSourcesRequest` instance as a parameter for copying."]]],[]]