Interface SubscribeListingRequestOrBuilder (2.37.0)

public interface SubscribeListingRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

public abstract SubscribeListingRequest.DestinationCase getDestinationCase()
Returns
TypeDescription
SubscribeListingRequest.DestinationCase

getDestinationDataset()

public abstract DestinationDataset getDestinationDataset()

BigQuery destination dataset to create for the subscriber.

.google.cloud.bigquery.dataexchange.v1beta1.DestinationDataset destination_dataset = 3;

Returns
TypeDescription
DestinationDataset

The destinationDataset.

getDestinationDatasetOrBuilder()

public abstract DestinationDatasetOrBuilder getDestinationDatasetOrBuilder()

BigQuery destination dataset to create for the subscriber.

.google.cloud.bigquery.dataexchange.v1beta1.DestinationDataset destination_dataset = 3;

Returns
TypeDescription
DestinationDatasetOrBuilder

getName()

public abstract String getName()

Required. Resource name of the listing that you want to subscribe to. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Resource name of the listing that you want to subscribe to. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

hasDestinationDataset()

public abstract boolean hasDestinationDataset()

BigQuery destination dataset to create for the subscriber.

.google.cloud.bigquery.dataexchange.v1beta1.DestinationDataset destination_dataset = 3;

Returns
TypeDescription
boolean

Whether the destinationDataset field is set.