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-04-02 UTC."],[[["This documentation covers the `UpdateDataExchangeRequest` class within the Google Cloud BigQuery Analytics Hub v1 API, specifically version 1.2.0, and the most recent version 1.7.0 is also accessible."],["The `UpdateDataExchangeRequest` class is designed for updating a data exchange and it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and another that takes an `UpdateDataExchangeRequest` object as a parameter, allowing for easy duplication."],["Two key properties of this class are `DataExchange`, representing the data exchange to be updated, and `UpdateMask`, which specifies which fields in the data exchange should be modified."],["The documentation provides links to each version of the API from 1.0.0 to the most recent 1.7.0, allowing for navigation to different iterations of the `UpdateDataExchangeRequest` and associated methods."]]],[]]