public interface _TopicItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getTopicSequenceNumber()
Topic sequence numbers are **best-effort** and **informational**.
|
_TopicValue |
getValue()
The value you previously published to this topic.
|
_TopicValueOrBuilder |
getValueOrBuilder()
The value you previously published to this topic.
|
boolean |
hasValue()
The value you previously published to this topic.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTopicSequenceNumber()
Topic sequence numbers are **best-effort** and **informational**. They are not transactional. They exist: * to help reconnect to an existing topic while trying to avoid missing items. * to facilitate richer monitoring and logging. * to provide a best-effort awareness of stream contiguity, or lack thereof, in case you need to know. You can safely ignore them if none of that matters to you!
uint64 topic_sequence_number = 1;boolean hasValue()
The value you previously published to this topic.
.cache_client.pubsub._TopicValue value = 2;_TopicValue getValue()
The value you previously published to this topic.
.cache_client.pubsub._TopicValue value = 2;_TopicValueOrBuilder getValueOrBuilder()
The value you previously published to this topic.
.cache_client.pubsub._TopicValue value = 2;