public interface SubscribeDataExchangeRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDestination()
public abstract 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) = { ... }
Returns | |
---|---|
Type | Description |
String |
The destination. |
getDestinationBytes()
public abstract 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) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for destination. |
getDestinationDataset()
public abstract 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];
Returns | |
---|---|
Type | Description |
DestinationDataset |
The destinationDataset. |
getDestinationDatasetOrBuilder()
public abstract 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];
Returns | |
---|---|
Type | Description |
DestinationDatasetOrBuilder |
getName()
public abstract String 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) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract 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) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getSubscriberContact()
public abstract String getSubscriberContact()
Email of the subscriber.
string subscriber_contact = 3;
Returns | |
---|---|
Type | Description |
String |
The subscriberContact. |
getSubscriberContactBytes()
public abstract ByteString getSubscriberContactBytes()
Email of the subscriber.
string subscriber_contact = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for subscriberContact. |
getSubscription()
public abstract String getSubscription()
Required. Name of the subscription to create.
e.g. subscription1
string subscription = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The subscription. |
getSubscriptionBytes()
public abstract ByteString getSubscriptionBytes()
Required. Name of the subscription to create.
e.g. subscription1
string subscription = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for subscription. |
hasDestinationDataset()
public abstract 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];
Returns | |
---|---|
Type | Description |
boolean |
Whether the destinationDataset field is set. |