public interface SubscribeListingRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationCase()
public abstract SubscribeListingRequest.DestinationCase getDestinationCase()| 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;
| 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;
| 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) = { ... }
| 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) = { ... }
| 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;
| Type | Description |
boolean |
Whether the destinationDataset field is set. |