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-01 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, requiring at least one data source ID."],["It is part of the `Google.Cloud.BigQuery.DataTransfer.V1` namespace and is implemented with interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines the class's constructors, including a parameter description for creating a copy of `EnrollDataSourcesRequest`, and properties like `DataSourceIds` and `Name`."],["The latest version available in the documentation is 4.10.0, with a range of previous versions provided down to version 3.1.0."]]],[]]