public interface _PublishRequestOrBuilder
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 send the value.
|
com.google.protobuf.ByteString |
getCacheNameBytes()
Cache namespace for the topic to which you want to send the value.
|
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.
|
_TopicValueOrBuilder |
getValueOrBuilder()
The value you want to send to the topic.
|
boolean |
hasValue()
The value you want to send to the topic.
|
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 send the value.
string cache_name = 1;com.google.protobuf.ByteString getCacheNameBytes()
Cache namespace for the topic to which you want to send the value.
string cache_name = 1;java.lang.String getTopic()
The literal topic name to which you want to send the value.
string topic = 2;com.google.protobuf.ByteString getTopicBytes()
The literal topic name to which you want to send the value.
string topic = 2;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;_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;_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;