public static final class _TopicItem.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<_TopicItem.Builder> implements _TopicItemOrBuilder
Your subscription has yielded an item you previously published. Here it is!Protobuf type
cache_client.pubsub._TopicItem| Modifier and Type | Method and Description |
|---|---|
_TopicItem |
build() |
_TopicItem |
buildPartial() |
_TopicItem.Builder |
clear() |
_TopicItem.Builder |
clearTopicSequenceNumber()
Topic sequence numbers are **best-effort** and **informational**.
|
_TopicItem.Builder |
clearValue()
The value you previously published to this topic.
|
_TopicItem |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getTopicSequenceNumber()
Topic sequence numbers are **best-effort** and **informational**.
|
_TopicValue |
getValue()
The value you previously published to this topic.
|
_TopicValue.Builder |
getValueBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
_TopicItem.Builder |
mergeFrom(_TopicItem other) |
_TopicItem.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
_TopicItem.Builder |
mergeFrom(com.google.protobuf.Message other) |
_TopicItem.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
_TopicItem.Builder |
mergeValue(_TopicValue value)
The value you previously published to this topic.
|
_TopicItem.Builder |
setTopicSequenceNumber(long value)
Topic sequence numbers are **best-effort** and **informational**.
|
_TopicItem.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
_TopicItem.Builder |
setValue(_TopicValue.Builder builderForValue)
The value you previously published to this topic.
|
_TopicItem.Builder |
setValue(_TopicValue value)
The value you previously published to this topic.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<_TopicItem.Builder>public _TopicItem.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<_TopicItem.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<_TopicItem.Builder>public _TopicItem getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic _TopicItem build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic _TopicItem buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic _TopicItem.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<_TopicItem.Builder>public _TopicItem.Builder mergeFrom(_TopicItem other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<_TopicItem.Builder>public _TopicItem.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<_TopicItem.Builder>java.io.IOExceptionpublic long 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;getTopicSequenceNumber in interface _TopicItemOrBuilderpublic _TopicItem.Builder setTopicSequenceNumber(long value)
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;value - The topicSequenceNumber to set.public _TopicItem.Builder clearTopicSequenceNumber()
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;public boolean hasValue()
The value you previously published to this topic.
.cache_client.pubsub._TopicValue value = 2;hasValue in interface _TopicItemOrBuilderpublic _TopicValue getValue()
The value you previously published to this topic.
.cache_client.pubsub._TopicValue value = 2;getValue in interface _TopicItemOrBuilderpublic _TopicItem.Builder setValue(_TopicValue value)
The value you previously published to this topic.
.cache_client.pubsub._TopicValue value = 2;public _TopicItem.Builder setValue(_TopicValue.Builder builderForValue)
The value you previously published to this topic.
.cache_client.pubsub._TopicValue value = 2;public _TopicItem.Builder mergeValue(_TopicValue value)
The value you previously published to this topic.
.cache_client.pubsub._TopicValue value = 2;public _TopicItem.Builder clearValue()
The value you previously published to this topic.
.cache_client.pubsub._TopicValue value = 2;public _TopicValue.Builder getValueBuilder()
The value you previously published to this topic.
.cache_client.pubsub._TopicValue value = 2;public _TopicValueOrBuilder getValueOrBuilder()
The value you previously published to this topic.
.cache_client.pubsub._TopicValue value = 2;getValueOrBuilder in interface _TopicItemOrBuilderpublic final _TopicItem.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<_TopicItem.Builder>public final _TopicItem.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<_TopicItem.Builder>