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, with version 4.8.0 highlighted."],["The `UnenrollDataSourcesRequest` class is used to request the removal of data sources from the BigQuery UI's `Transfer` tab, making them no longer visible to the user."],["The documentation covers multiple versions of the API, from 3.1.0 up to the latest version 4.10.0, allowing developers to access and review the history of the API."],["The class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as serialization, equality checks, and deep cloning."],["The class has two main properties, `DataSourceIds`, which is a list of the data source ids to be removed, and `Name`, which specifies the name of the project where the data sources will be unenrolled."]]],[]]