Interface Protocol.SetStateEntryMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.SetStateEntryMessage,Protocol.SetStateEntryMessage.Builder
- Enclosing class:
- Protocol
public static interface Protocol.SetStateEntryMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetKey()bytes key = 1;java.lang.StringgetName()Entry namecom.google.protobuf.ByteStringgetNameBytes()Entry namecom.google.protobuf.ByteStringgetValue()bytes value = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKey
com.google.protobuf.ByteString getKey()
bytes key = 1;- Returns:
- The key.
-
getValue
com.google.protobuf.ByteString getValue()
bytes value = 3;- Returns:
- The value.
-
getName
java.lang.String getName()
Entry name
string name = 12;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Entry name
string name = 12;- Returns:
- The bytes for name.
-
-