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."],[[["This webpage provides documentation for the `UpdateListingRequest` class within the Google Cloud BigQuery Analytics Hub v1 API, which is used for updating a listing resource."],["The `UpdateListingRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data operations."],["The class offers two constructors: a default constructor and one that takes another `UpdateListingRequest` object as a parameter for creating a copy."],["Key properties of `UpdateListingRequest` include `Listing`, which represents the listing to be updated, and `UpdateMask`, which specifies which fields of the listing should be modified during the update operation."],["The documentation covers multiple versions of the API, from version 1.0.0 up to the latest 1.7.0, showing the evolution of this specific API component."]]],[]]