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 document provides reference documentation for the `UpdateListingRequest` class within the Google.Cloud.BigQuery.AnalyticsHub.V1 API, specifically version 1.4.0."],["`UpdateListingRequest` is a message type used for updating a Listing in the Analytics Hub, and it implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class has two constructors, `UpdateListingRequest()` for creating a new instance, and `UpdateListingRequest(UpdateListingRequest other)` for creating a copy of an existing instance."],["Key properties of the class include `Listing`, which is the listing object to update, and `UpdateMask`, which defines which fields within the listing should be modified."],["The latest release of the API is 1.7.0, and the document provides information on this class spanning versions 1.0.0 to 1.7.0."]]],[]]