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.DestinationCase
getDestinationCase()
DestinationDataset
getDestinationDataset()
BigQuery destination dataset to create for the subscriber.DestinationDatasetOrBuilder
getDestinationDatasetOrBuilder()
BigQuery destination dataset to create for the subscriber.String
getName()
Required.com.google.protobuf.ByteString
getNameBytes()
Required.boolean
hasDestinationDataset()
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.dataexchange.v1beta1.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.dataexchange.v1beta1.DestinationDataset destination_dataset = 3;
- Returns:
- The destinationDataset.
-
getDestinationDatasetOrBuilder
DestinationDatasetOrBuilder getDestinationDatasetOrBuilder()
BigQuery destination dataset to create for the subscriber.
.google.cloud.bigquery.dataexchange.v1beta1.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()
-
-