public interface PubSubIODetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getSubscription()
public abstract String getSubscription()
Subscription used in the connection.
string subscription = 2;
Returns | |
---|---|
Type | Description |
String |
The subscription. |
getSubscriptionBytes()
public abstract ByteString getSubscriptionBytes()
Subscription used in the connection.
string subscription = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for subscription. |
getTopic()
public abstract String getTopic()
Topic accessed in the connection.
string topic = 1;
Returns | |
---|---|
Type | Description |
String |
The topic. |
getTopicBytes()
public abstract ByteString getTopicBytes()
Topic accessed in the connection.
string topic = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for topic. |