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."],[[["The `UnenrollDataSourcesRequest` class is used to unenroll data sources, making them no longer visible in the BigQuery UI's `Transfer` tab."],["This class is part of the Google BigQuery Data Transfer v1 API, specifically within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace."],["The latest version of this documentation available is 4.10.0, while a number of prior versions, down to 3.1.0, are also documented and linked."],["`UnenrollDataSourcesRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality comparison, deep cloning, and buffer message operations."],["The class has two main properties: `DataSourceIds`, a list of data sources to unenroll, and `Name`, the project resource name in the format `projects/{project_id}`."]]],[]]