Interface SubscribeListingRequestOrBuilder (0.40.0)

public interface SubscribeListingRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

public abstract SubscribeListingRequest.DestinationCase getDestinationCase()
Returns
Type Description
SubscribeListingRequest.DestinationCase

getDestinationDataset()

public abstract DestinationDataset getDestinationDataset()

BigQuery destination dataset to create for the subscriber.

.google.cloud.bigquery.analyticshub.v1.DestinationDataset destination_dataset = 3;

Returns
Type Description
DestinationDataset

The destinationDataset.

getDestinationDatasetOrBuilder()

public abstract DestinationDatasetOrBuilder getDestinationDatasetOrBuilder()

BigQuery destination dataset to create for the subscriber.

.google.cloud.bigquery.analyticshub.v1.DestinationDataset destination_dataset = 3;

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for name.

hasDestinationDataset()

public abstract boolean hasDestinationDataset()

BigQuery destination dataset to create for the subscriber.

.google.cloud.bigquery.analyticshub.v1.DestinationDataset destination_dataset = 3;

Returns
Type Description
boolean

Whether the destinationDataset field is set.