Interface SubscribeDataExchangeRequestOrBuilder (0.37.0)

public interface SubscribeDataExchangeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for destination.

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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.

getSubscriberContact()

public abstract String getSubscriberContact()

Email of the subscriber.

string subscriber_contact = 3;

Returns
TypeDescription
String

The subscriberContact.

getSubscriberContactBytes()

public abstract ByteString getSubscriberContactBytes()

Email of the subscriber.

string subscriber_contact = 3;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for subscription.