public static interface KeyValueStateMachineProto.ValueWithOptionalOwnerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedAt()
uint64 created_at = 4; |
long |
getLastAccessed()
uint64 last_accessed = 3; |
java.lang.String |
getOwner()
if this is not empty, the value will be cleaned up automatically when the owner disconnects
|
com.google.protobuf.ByteString |
getOwnerBytes()
if this is not empty, the value will be cleaned up automatically when the owner disconnects
|
com.google.protobuf.ByteString |
getValue()
bytes value = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getValue()
bytes value = 1;java.lang.String getOwner()
if this is not empty, the value will be cleaned up automatically when the owner disconnects
string owner = 2;com.google.protobuf.ByteString getOwnerBytes()
if this is not empty, the value will be cleaned up automatically when the owner disconnects
string owner = 2;long getLastAccessed()
uint64 last_accessed = 3;long getCreatedAt()
uint64 created_at = 4;