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 documentation is for the `UpdateListingRequest` class within the Google Cloud BigQuery Data Exchange v1beta1 API, specifically for the .NET environment."],["The `UpdateListingRequest` class is a message type used for updating a listing and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `Listing` (the listing to be updated) and `UpdateMask` (specifying which fields to update in the listing)."],["The `UpdateListingRequest` class has two constructors: a default constructor and a copy constructor that takes another `UpdateListingRequest` as a parameter."],["The current documentation is showing three version releases, with `2.0.0-beta06` as the latest release."]]],[]]