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-31 UTC."],[[["The latest version available for the `UpdateListingRequest` is 1.7.0, with other available versions ranging from 1.0.0 to 1.6.0."],["`UpdateListingRequest` is a class in the Google.Cloud.BigQuery.AnalyticsHub.V1 namespace, specifically within version 1.3.0, designed for updating a Listing."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two main properties: `Listing`, which represents the listing to update, and `UpdateMask`, which specifies which fields in the listing resource should be updated."],["There are two constructors available: a default `UpdateListingRequest()` constructor, and an overload that allows for the creation of a new instance via an existing `UpdateListingRequest` object."]]],[]]