public sealed class GetListingRequest : IMessage<GetListingRequest>, IEquatable<GetListingRequest>, IDeepCloneable<GetListingRequest>, IBufferMessage, IMessageReference documentation and code samples for the Analytics Hub v1 API class GetListingRequest.
Message for getting a listing.
Implements
IMessageGetListingRequest, IEquatableGetListingRequest, IDeepCloneableGetListingRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.AnalyticsHub.V1Assembly
Google.Cloud.BigQuery.AnalyticsHub.V1.dll
Constructors
GetListingRequest()
public GetListingRequest()GetListingRequest(GetListingRequest)
public GetListingRequest(GetListingRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetListingRequest |
Properties
ListingName
public ListingName ListingName { get; set; }ListingName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|