public sealed class UnenrollDataSourcesRequest : IMessage<UnenrollDataSourcesRequest>, IEquatable<UnenrollDataSourcesRequest>, IDeepCloneable<UnenrollDataSourcesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class UnenrollDataSourcesRequest.
A request to unenroll a set of data sources so they are no longer 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."],[[["This webpage provides documentation for the `UnenrollDataSourcesRequest` class within the Google BigQuery Data Transfer v1 API, specifically for the .NET environment."],["The `UnenrollDataSourcesRequest` class is used to unenroll data sources, making them no longer visible in the BigQuery UI's Transfer tab, with a requirement to include at least one data source ID."],["The latest version of the API documented here is 4.10.0, with numerous previous versions also documented, including the current page's focus on version 4.6.0."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of `UnenrollDataSourcesRequest` include `DataSourceIds`, a repeated field for the IDs of unenrolled data sources, and `Name`, representing the project resource name."]]],[]]