public sealed class SubscribeListingRequest : IMessage<SubscribeListingRequest>, IEquatable<SubscribeListingRequest>, IDeepCloneable<SubscribeListingRequest>, IBufferMessage, IMessageMessage for subscribing a Listing.
Implements
IMessage<SubscribeListingRequest>, IEquatable<SubscribeListingRequest>, IDeepCloneable<SubscribeListingRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataExchange.V1Beta1Assembly
Google.Cloud.BigQuery.DataExchange.V1Beta1.dll
Constructors
SubscribeListingRequest()
public SubscribeListingRequest()SubscribeListingRequest(SubscribeListingRequest)
public SubscribeListingRequest(SubscribeListingRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SubscribeListingRequest |
Properties
DestinationCase
public SubscribeListingRequest.DestinationOneofCase DestinationCase { get; }| Property Value | |
|---|---|
| Type | Description |
SubscribeListingRequest.DestinationOneofCase |
|
DestinationDataset
public DestinationDataset DestinationDataset { get; set; }BigQuery destination dataset to create for the subscriber.
| Property Value | |
|---|---|
| Type | Description |
DestinationDataset |
|
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. Resource name of the listing to subscribe to.
e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.
| Property Value | |
|---|---|
| Type | Description |
String |
|