public sealed class UpdateDataExchangeRequest : IMessage<UpdateDataExchangeRequest>, IEquatable<UpdateDataExchangeRequest>, IDeepCloneable<UpdateDataExchangeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class UpdateDataExchangeRequest.
Required. Field mask specifies the fields to update in the data exchange
resource. The fields specified in the
updateMask are relative to the resource and are not a full request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `UpdateDataExchangeRequest` class is used for updating a data exchange within the Analytics Hub v1 API."],["This class is part of the `Google.Cloud.BigQuery.AnalyticsHub.V1` namespace and is found in the `Google.Cloud.BigQuery.AnalyticsHub.V1.dll` assembly."],["The latest version is 1.7.0, and documentation is available for versions dating back to 1.0.0, including the current 1.4.0."],["It inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities."],["Two key properties to note are `DataExchange`, which represents the data exchange to be updated, and `UpdateMask`, which specifies which fields within the data exchange should be modified."]]],[]]