public sealed class UpdateListingRequest : IMessage<UpdateListingRequest>, IEquatable<UpdateListingRequest>, IDeepCloneable<UpdateListingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 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 webpage provides documentation for the `UpdateListingRequest` class within the Google Cloud BigQuery Analytics Hub v1 API, specifically version 1.1.0."],["`UpdateListingRequest` is a message used to update a listing, and it inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Listing`, representing the listing to be updated, and `UpdateMask`, which specifies which fields of the listing to update."],["The documentation also shows prior versions of the API, ranging from 1.0.0 to the latest 1.7.0."],["It has two constructors for creating instances, one default, and another that takes another `UpdateListingRequest` as a parameter."]]],[]]