public sealed class SubscribeListingRequest : IMessage<SubscribeListingRequest>, IEquatable<SubscribeListingRequest>, IDeepCloneable<SubscribeListingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class SubscribeListingRequest.
Message for subscribing to a listing.
Implements
IMessageSubscribeListingRequest, IEquatableSubscribeListingRequest, IDeepCloneableSubscribeListingRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.AnalyticsHub.V1Assembly
Google.Cloud.BigQuery.AnalyticsHub.V1.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 |
SubscribeListingRequestDestinationOneofCase |
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 that you want to subscribe to.
e.g. projects/myproject/locations/US/dataExchanges/123/listings/456
.
Property Value | |
---|---|
Type | Description |
string |