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."],[[["This webpage provides reference documentation for the `UpdateDataExchangeRequest` class within the Google Cloud BigQuery Analytics Hub v1 API."],["The `UpdateDataExchangeRequest` class is used to send messages for updating a data exchange, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists multiple versions of the API, with version 1.7.0 being the latest release."],["Key properties of the `UpdateDataExchangeRequest` class include `DataExchange` (the exchange to update) and `UpdateMask` (specifying fields to update)."],["The class inherits from `object` and provides constructors to create instances of `UpdateDataExchangeRequest`, including one that takes another `UpdateDataExchangeRequest` object as a parameter."]]],[]]