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 covers the `UpdateDataExchangeRequest` class within the Google Cloud BigQuery Data Exchange v1beta1 API, used for updating a data exchange resource."],["The latest version of the `UpdateDataExchangeRequest` class is 2.0.0-beta06, with previous versions 2.0.0-beta05 and 1.0.0-beta01 also available."],["`UpdateDataExchangeRequest` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateDataExchangeRequest` include `DataExchange`, representing the data exchange to be updated, and `UpdateMask`, which specifies the fields to be updated."],["The class provides two constructors: a default constructor and one that takes another `UpdateDataExchangeRequest` instance as input."]]],[]]