Analytics Hub v1beta1 API - Class GetListingRequest (2.0.0-beta04)

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.

Message for getting a listing.

Inheritance

object > GetListingRequest

Namespace

Google.Cloud.BigQuery.DataExchange.V1Beta1

Assembly

Google.Cloud.BigQuery.DataExchange.V1Beta1.dll

Constructors

GetListingRequest()

public GetListingRequest()

GetListingRequest(GetListingRequest)

public GetListingRequest(GetListingRequest other)
Parameter
NameDescription
otherGetListingRequest

Properties

ListingName

public ListingName ListingName { get; set; }

ListingName-typed view over the Name resource name property.

Property Value
TypeDescription
ListingName

Name

public string Name { get; set; }

Required. The resource name of the listing. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.

Property Value
TypeDescription
string