public interface SubscribeDataExchangeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDestination()
Required.
|
com.google.protobuf.ByteString |
getDestinationBytes()
Required.
|
DestinationDataset |
getDestinationDataset()
Optional.
|
DestinationDatasetOrBuilder |
getDestinationDatasetOrBuilder()
Optional.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
String |
getSubscriberContact()
Email of the subscriber.
|
com.google.protobuf.ByteString |
getSubscriberContactBytes()
Email of the subscriber.
|
String |
getSubscription()
Required.
|
com.google.protobuf.ByteString |
getSubscriptionBytes()
Required.
|
boolean |
hasDestinationDataset()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. Resource name of the Data Exchange. e.g. `projects/publisherproject/locations/us/dataExchanges/123`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. Resource name of the Data Exchange. e.g. `projects/publisherproject/locations/us/dataExchanges/123`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getDestination()
Required. The parent resource path of the Subscription. e.g. `projects/subscriberproject/locations/us`
string destination = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getDestinationBytes()
Required. The parent resource path of the Subscription. e.g. `projects/subscriberproject/locations/us`
string destination = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasDestinationDataset()
Optional. BigQuery destination dataset to create for the subscriber.
.google.cloud.bigquery.analyticshub.v1.DestinationDataset destination_dataset = 5 [(.google.api.field_behavior) = OPTIONAL];
DestinationDataset getDestinationDataset()
Optional. BigQuery destination dataset to create for the subscriber.
.google.cloud.bigquery.analyticshub.v1.DestinationDataset destination_dataset = 5 [(.google.api.field_behavior) = OPTIONAL];
DestinationDatasetOrBuilder getDestinationDatasetOrBuilder()
Optional. BigQuery destination dataset to create for the subscriber.
.google.cloud.bigquery.analyticshub.v1.DestinationDataset destination_dataset = 5 [(.google.api.field_behavior) = OPTIONAL];
String getSubscription()
Required. Name of the subscription to create. e.g. `subscription1`
string subscription = 4 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getSubscriptionBytes()
Required. Name of the subscription to create. e.g. `subscription1`
string subscription = 4 [(.google.api.field_behavior) = REQUIRED];String getSubscriberContact()
Email of the subscriber.
string subscriber_contact = 3;com.google.protobuf.ByteString getSubscriberContactBytes()
Email of the subscriber.
string subscriber_contact = 3;Copyright © 2025 Google LLC. All rights reserved.