public static interface UDPBroadcastProtos.FrontendRefreshMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
The key we're invalidating.
|
com.google.protobuf.ByteString |
getKeyBytes()
The key we're invalidating.
|
java.lang.String |
getName()
The name of the cache we're invalidating a key in.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the cache we're invalidating a key in.
|
java.lang.String |
getUsername()
The username that owns this cache element.
|
com.google.protobuf.ByteString |
getUsernameBytes()
The username that owns this cache element.
|
java.lang.String |
getValueJson()
The JSON of the value we're invalidating.
|
com.google.protobuf.ByteString |
getValueJsonBytes()
The JSON of the value we're invalidating.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getUsername()
The username that owns this cache element.
string username = 1;com.google.protobuf.ByteString getUsernameBytes()
The username that owns this cache element.
string username = 1;java.lang.String getName()
The name of the cache we're invalidating a key in.
string name = 2;com.google.protobuf.ByteString getNameBytes()
The name of the cache we're invalidating a key in.
string name = 2;java.lang.String getKey()
The key we're invalidating.
string key = 3;com.google.protobuf.ByteString getKeyBytes()
The key we're invalidating.
string key = 3;java.lang.String getValueJson()
The JSON of the value we're invalidating.
string value_json = 4;com.google.protobuf.ByteString getValueJsonBytes()
The JSON of the value we're invalidating.
string value_json = 4;