Interface SubscribeListingRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubscribeListingRequest,SubscribeListingRequest.Builder
public interface SubscribeListingRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubscribeListingRequest.DestinationCasegetDestinationCase()DestinationDatasetgetDestinationDataset()BigQuery destination dataset to create for the subscriber.DestinationDatasetOrBuildergetDestinationDatasetOrBuilder()BigQuery destination dataset to create for the subscriber.StringgetName()Required.com.google.protobuf.ByteStringgetNameBytes()Required.booleanhasDestinationDataset()BigQuery destination dataset to create for the subscriber.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDestinationDataset
boolean hasDestinationDataset()
BigQuery destination dataset to create for the subscriber.
.google.cloud.bigquery.analyticshub.v1.DestinationDataset destination_dataset = 3;- Returns:
- Whether the destinationDataset field is set.
-
getDestinationDataset
DestinationDataset getDestinationDataset()
BigQuery destination dataset to create for the subscriber.
.google.cloud.bigquery.analyticshub.v1.DestinationDataset destination_dataset = 3;- Returns:
- The destinationDataset.
-
getDestinationDatasetOrBuilder
DestinationDatasetOrBuilder getDestinationDatasetOrBuilder()
BigQuery destination dataset to create for the subscriber.
.google.cloud.bigquery.analyticshub.v1.DestinationDataset destination_dataset = 3;
-
getName
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:
- The name.
-
getNameBytes
com.google.protobuf.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:
- The bytes for name.
-
getDestinationCase
SubscribeListingRequest.DestinationCase getDestinationCase()
-
-