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"]],[["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 latest version available for the `UpdateDataExchangeRequest` is 1.7.0, but this page is currently displaying version 1.1.0."],["The `UpdateDataExchangeRequest` class is used to update data exchanges within the Analytics Hub v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateDataExchangeRequest` class includes properties for `DataExchange` which is the exchange to update and `UpdateMask` which is used to specify which fields within the data exchange to update."],["This class has two constructors, `UpdateDataExchangeRequest()` and `UpdateDataExchangeRequest(UpdateDataExchangeRequest other)`, with the latter being used for copying an already existing `UpdateDataExchangeRequest` object."]]],[]]