public interface _SubscriptionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCacheName()
Cache namespace for the topic to which you want to subscribe.
|
com.google.protobuf.ByteString |
getCacheNameBytes()
Cache namespace for the topic to which you want to subscribe.
|
long |
getResumeAtTopicSequenceNumber()
--> Providing this is not required.
|
java.lang.String |
getTopic()
The literal topic name to which you want to subscribe.
|
com.google.protobuf.ByteString |
getTopicBytes()
The literal topic name to which you want to subscribe.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getCacheName()
Cache namespace for the topic to which you want to subscribe.
string cache_name = 1;com.google.protobuf.ByteString getCacheNameBytes()
Cache namespace for the topic to which you want to subscribe.
string cache_name = 1;java.lang.String getTopic()
The literal topic name to which you want to subscribe.
string topic = 2;com.google.protobuf.ByteString getTopicBytes()
The literal topic name to which you want to subscribe.
string topic = 2;long getResumeAtTopicSequenceNumber()
--> Providing this is not required. <-- If provided, attempt to reconnect to the topic and replay messages starting from the provided sequence number. You may get a discontinuity if some (or all) of the messages are not available. If not provided (or 0), the subscription will begin with the latest messages.
uint64 resume_at_topic_sequence_number = 3;