public sealed class UpdateListingRequest : IMessage<UpdateListingRequest>, IEquatable<UpdateListingRequest>, IDeepCloneable<UpdateListingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1beta1 API class UpdateListingRequest.
Required. Field mask specifies the fields to update in the listing 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 page provides documentation for the `UpdateListingRequest` class within the Google Cloud BigQuery Data Exchange v1beta1 API, specifically for version 2.0.0-beta05."],["`UpdateListingRequest` is used to update a listing and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor (`UpdateListingRequest()`) and a copy constructor (`UpdateListingRequest(UpdateListingRequest other)`), enabling creation and cloning of `UpdateListingRequest` objects."],["It contains properties `Listing` of type `Listing` that indicates the listing to update and `UpdateMask` of type `FieldMask` that specifies the fields to modify in the listing resource."],["There are three versions of the documentation provided including 2.0.0-beta06 (latest), 2.0.0-beta05 and 1.0.0-beta01."]]],[]]