public static final class _PublishRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<_PublishRequest.Builder> implements _PublishRequestOrBuilder
A value to publish through a topic.Protobuf type
cache_client.pubsub._PublishRequest| Modifier and Type | Method and Description |
|---|---|
_PublishRequest |
build() |
_PublishRequest |
buildPartial() |
_PublishRequest.Builder |
clear() |
_PublishRequest.Builder |
clearCacheName()
Cache namespace for the topic to which you want to send the value.
|
_PublishRequest.Builder |
clearTopic()
The literal topic name to which you want to send the value.
|
_PublishRequest.Builder |
clearValue()
The value you want to send to the topic.
|
java.lang.String |
getCacheName()
Cache namespace for the topic to which you want to send the value.
|
com.google.protobuf.ByteString |
getCacheNameBytes()
Cache namespace for the topic to which you want to send the value.
|
_PublishRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getTopic()
The literal topic name to which you want to send the value.
|
com.google.protobuf.ByteString |
getTopicBytes()
The literal topic name to which you want to send the value.
|
_TopicValue |
getValue()
The value you want to send to the topic.
|
_TopicValue.Builder |
getValueBuilder()
The value you want to send to the topic.
|
_TopicValueOrBuilder |
getValueOrBuilder()
The value you want to send to the topic.
|
boolean |
hasValue()
The value you want to send to the topic.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
_PublishRequest.Builder |
mergeFrom(_PublishRequest other) |
_PublishRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
_PublishRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
_PublishRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
_PublishRequest.Builder |
mergeValue(_TopicValue value)
The value you want to send to the topic.
|
_PublishRequest.Builder |
setCacheName(java.lang.String value)
Cache namespace for the topic to which you want to send the value.
|
_PublishRequest.Builder |
setCacheNameBytes(com.google.protobuf.ByteString value)
Cache namespace for the topic to which you want to send the value.
|
_PublishRequest.Builder |
setTopic(java.lang.String value)
The literal topic name to which you want to send the value.
|
_PublishRequest.Builder |
setTopicBytes(com.google.protobuf.ByteString value)
The literal topic name to which you want to send the value.
|
_PublishRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
_PublishRequest.Builder |
setValue(_TopicValue.Builder builderForValue)
The value you want to send to the topic.
|
_PublishRequest.Builder |
setValue(_TopicValue value)
The value you want to send to the 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<_PublishRequest.Builder>public _PublishRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<_PublishRequest.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<_PublishRequest.Builder>public _PublishRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic _PublishRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic _PublishRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic _PublishRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<_PublishRequest.Builder>public _PublishRequest.Builder mergeFrom(_PublishRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<_PublishRequest.Builder>public _PublishRequest.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<_PublishRequest.Builder>java.io.IOExceptionpublic java.lang.String getCacheName()
Cache namespace for the topic to which you want to send the value.
string cache_name = 1;getCacheName in interface _PublishRequestOrBuilderpublic com.google.protobuf.ByteString getCacheNameBytes()
Cache namespace for the topic to which you want to send the value.
string cache_name = 1;getCacheNameBytes in interface _PublishRequestOrBuilderpublic _PublishRequest.Builder setCacheName(java.lang.String value)
Cache namespace for the topic to which you want to send the value.
string cache_name = 1;value - The cacheName to set.public _PublishRequest.Builder clearCacheName()
Cache namespace for the topic to which you want to send the value.
string cache_name = 1;public _PublishRequest.Builder setCacheNameBytes(com.google.protobuf.ByteString value)
Cache namespace for the topic to which you want to send the value.
string cache_name = 1;value - The bytes for cacheName to set.public java.lang.String getTopic()
The literal topic name to which you want to send the value.
string topic = 2;getTopic in interface _PublishRequestOrBuilderpublic com.google.protobuf.ByteString getTopicBytes()
The literal topic name to which you want to send the value.
string topic = 2;getTopicBytes in interface _PublishRequestOrBuilderpublic _PublishRequest.Builder setTopic(java.lang.String value)
The literal topic name to which you want to send the value.
string topic = 2;value - The topic to set.public _PublishRequest.Builder clearTopic()
The literal topic name to which you want to send the value.
string topic = 2;public _PublishRequest.Builder setTopicBytes(com.google.protobuf.ByteString value)
The literal topic name to which you want to send the value.
string topic = 2;value - The bytes for topic to set.public boolean hasValue()
The value you want to send to the topic. All current subscribers will receive this, should the whims of the Internet prove merciful.
.cache_client.pubsub._TopicValue value = 3;hasValue in interface _PublishRequestOrBuilderpublic _TopicValue getValue()
The value you want to send to the topic. All current subscribers will receive this, should the whims of the Internet prove merciful.
.cache_client.pubsub._TopicValue value = 3;getValue in interface _PublishRequestOrBuilderpublic _PublishRequest.Builder setValue(_TopicValue value)
The value you want to send to the topic. All current subscribers will receive this, should the whims of the Internet prove merciful.
.cache_client.pubsub._TopicValue value = 3;public _PublishRequest.Builder setValue(_TopicValue.Builder builderForValue)
The value you want to send to the topic. All current subscribers will receive this, should the whims of the Internet prove merciful.
.cache_client.pubsub._TopicValue value = 3;public _PublishRequest.Builder mergeValue(_TopicValue value)
The value you want to send to the topic. All current subscribers will receive this, should the whims of the Internet prove merciful.
.cache_client.pubsub._TopicValue value = 3;public _PublishRequest.Builder clearValue()
The value you want to send to the topic. All current subscribers will receive this, should the whims of the Internet prove merciful.
.cache_client.pubsub._TopicValue value = 3;public _TopicValue.Builder getValueBuilder()
The value you want to send to the topic. All current subscribers will receive this, should the whims of the Internet prove merciful.
.cache_client.pubsub._TopicValue value = 3;public _TopicValueOrBuilder getValueOrBuilder()
The value you want to send to the topic. All current subscribers will receive this, should the whims of the Internet prove merciful.
.cache_client.pubsub._TopicValue value = 3;getValueOrBuilder in interface _PublishRequestOrBuilderpublic final _PublishRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<_PublishRequest.Builder>public final _PublishRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<_PublishRequest.Builder>