public interface SubscribeListingRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SubscribeListingRequest.DestinationCase |
getDestinationCase() |
DestinationDataset |
getDestinationDataset()
Input only.
|
DestinationDatasetOrBuilder |
getDestinationDatasetOrBuilder()
Input only.
|
DestinationPubSubSubscription |
getDestinationPubsubSubscription()
Input only.
|
DestinationPubSubSubscriptionOrBuilder |
getDestinationPubsubSubscriptionOrBuilder()
Input only.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
hasDestinationDataset()
Input only.
|
boolean |
hasDestinationPubsubSubscription()
Input only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDestinationDataset()
Input only. BigQuery destination dataset to create for the subscriber.
.google.cloud.bigquery.analyticshub.v1.DestinationDataset destination_dataset = 3 [(.google.api.field_behavior) = INPUT_ONLY];
DestinationDataset getDestinationDataset()
Input only. BigQuery destination dataset to create for the subscriber.
.google.cloud.bigquery.analyticshub.v1.DestinationDataset destination_dataset = 3 [(.google.api.field_behavior) = INPUT_ONLY];
DestinationDatasetOrBuilder getDestinationDatasetOrBuilder()
Input only. BigQuery destination dataset to create for the subscriber.
.google.cloud.bigquery.analyticshub.v1.DestinationDataset destination_dataset = 3 [(.google.api.field_behavior) = INPUT_ONLY];
boolean hasDestinationPubsubSubscription()
Input only. Destination Pub/Sub subscription to create for the subscriber.
.google.cloud.bigquery.analyticshub.v1.DestinationPubSubSubscription destination_pubsub_subscription = 5 [(.google.api.field_behavior) = INPUT_ONLY];
DestinationPubSubSubscription getDestinationPubsubSubscription()
Input only. Destination Pub/Sub subscription to create for the subscriber.
.google.cloud.bigquery.analyticshub.v1.DestinationPubSubSubscription destination_pubsub_subscription = 5 [(.google.api.field_behavior) = INPUT_ONLY];
DestinationPubSubSubscriptionOrBuilder getDestinationPubsubSubscriptionOrBuilder()
Input only. Destination Pub/Sub subscription to create for the subscriber.
.google.cloud.bigquery.analyticshub.v1.DestinationPubSubSubscription destination_pubsub_subscription = 5 [(.google.api.field_behavior) = INPUT_ONLY];
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) = { ... }
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) = { ... }
SubscribeListingRequest.DestinationCase getDestinationCase()
Copyright © 2025 Google LLC. All rights reserved.