public sealed class UpdateDataExchangeRequest : IMessage<UpdateDataExchangeRequest>, IEquatable<UpdateDataExchangeRequest>, IDeepCloneable<UpdateDataExchangeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1beta1 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 documentation is for the `UpdateDataExchangeRequest` class within the Google Cloud BigQuery Data Exchange v1beta1 API, specifically for version 2.0.0-beta05."],["`UpdateDataExchangeRequest` is a message type used for updating a data exchange and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and one that accepts another `UpdateDataExchangeRequest` object as a parameter for copying."],["The `UpdateDataExchangeRequest` class has two main properties, `DataExchange` which is the data exchange to update and `UpdateMask` that specifies which fields within the data exchange resource should be updated."],["This class inherits members from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`, which are common methods in .NET."]]],[]]