public sealed class GetListingRequest : IMessage<GetListingRequest>, IEquatable<GetListingRequest>, IDeepCloneable<GetListingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1beta1 API class GetListingRequest.
[[["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 information for the `GetListingRequest` class, which is part of the Analytics Hub v1beta1 API within the `Google.Cloud.BigQuery.DataExchange.V1Beta1` namespace."],["`GetListingRequest` is a message class used to retrieve a listing and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that accepts another `GetListingRequest` object as a parameter, used for creation of a copy."],["The `GetListingRequest` class includes two properties: `ListingName`, which provides a typed view of the listing name, and `Name`, which is a required string property representing the resource name of the listing."],["The document also lists the available versions of this api, of which `2.0.0-beta06` is the most recent."]]],[]]