Class SubscribeListingRequest (1.0.0-beta01)

public sealed class SubscribeListingRequest : IMessage<SubscribeListingRequest>, IEquatable<SubscribeListingRequest>, IDeepCloneable<SubscribeListingRequest>, IBufferMessage, IMessage

Message for subscribing a Listing.

Inheritance

Object > SubscribeListingRequest

Namespace

Google.Cloud.BigQuery.DataExchange.V1Beta1

Assembly

Google.Cloud.BigQuery.DataExchange.V1Beta1.dll

Constructors

SubscribeListingRequest()

public SubscribeListingRequest()

SubscribeListingRequest(SubscribeListingRequest)

public SubscribeListingRequest(SubscribeListingRequest other)
Parameter
NameDescription
otherSubscribeListingRequest

Properties

DestinationCase

public SubscribeListingRequest.DestinationOneofCase DestinationCase { get; }
Property Value
TypeDescription
SubscribeListingRequest.DestinationOneofCase

DestinationDataset

public DestinationDataset DestinationDataset { get; set; }

BigQuery destination dataset to create for the subscriber.

Property Value
TypeDescription
DestinationDataset

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. Resource name of the listing to subscribe to. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.

Property Value
TypeDescription
String