public sealed class UpdateListingRequest : IMessage<UpdateListingRequest>, IEquatable<UpdateListingRequest>, IDeepCloneable<UpdateListingRequest>, IBufferMessage, IMessage
Required. Field mask is used to specify the fields to be overwritten in the
Listing resource by the update.
The fields specified in the update_mask are relative to the resource, not
the 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 `UpdateListingRequest` is 2.0.0-beta06, with version 1.0.0-beta01 also being referenced."],["`UpdateListingRequest` is a message used for updating a listing within the `Google.Cloud.BigQuery.DataExchange.V1Beta1` namespace."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`UpdateListingRequest` has two constructors: a default constructor and one that takes another `UpdateListingRequest` object as a parameter."],["It contains properties `Listing` and `UpdateMask`, allowing for the specification of the listing to be updated and a field mask to define which fields should be overwritten, respectively."]]],[]]