Package org.kobe.xbot.Utilities.Entities
Interface XTableProto.XTableMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
XTableProto.XTableMessage,XTableProto.XTableMessage.Builder
- Enclosing class:
- XTableProto
public static interface XTableProto.XTableMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBatch(int index) repeated .org.kobe.xbot.Utilities.Entities.XTableMessage batch = 6;intrepeated .org.kobe.xbot.Utilities.Entities.XTableMessage batch = 6;repeated .org.kobe.xbot.Utilities.Entities.XTableMessage batch = 6;getBatchOrBuilder(int index) repeated .org.kobe.xbot.Utilities.Entities.XTableMessage batch = 6;List<? extends XTableProto.XTableMessageOrBuilder>repeated .org.kobe.xbot.Utilities.Entities.XTableMessage batch = 6;.org.kobe.xbot.Utilities.Entities.XTableMessage.Command command = 1;int.org.kobe.xbot.Utilities.Entities.XTableMessage.Command command = 1;com.google.protobuf.ByteStringgetId()optional bytes id = 5;getKey()optional string key = 2;com.google.protobuf.ByteStringoptional string key = 2;getType()optional .org.kobe.xbot.Utilities.Entities.XTableMessage.Type type = 4;intoptional .org.kobe.xbot.Utilities.Entities.XTableMessage.Type type = 4;com.google.protobuf.ByteStringgetValue()optional bytes value = 3;booleanhasId()optional bytes id = 5;booleanhasKey()optional string key = 2;booleanhasType()optional .org.kobe.xbot.Utilities.Entities.XTableMessage.Type type = 4;booleanhasValue()optional bytes value = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCommandValue
int getCommandValue().org.kobe.xbot.Utilities.Entities.XTableMessage.Command command = 1;- Returns:
- The enum numeric value on the wire for command.
-
getCommand
XTableProto.XTableMessage.Command getCommand().org.kobe.xbot.Utilities.Entities.XTableMessage.Command command = 1;- Returns:
- The command.
-
hasKey
boolean hasKey()optional string key = 2;- Returns:
- Whether the key field is set.
-
getKey
String getKey()optional string key = 2;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()optional string key = 2;- Returns:
- The bytes for key.
-
hasValue
boolean hasValue()optional bytes value = 3;- Returns:
- Whether the value field is set.
-
getValue
com.google.protobuf.ByteString getValue()optional bytes value = 3;- Returns:
- The value.
-
hasType
boolean hasType()optional .org.kobe.xbot.Utilities.Entities.XTableMessage.Type type = 4;- Returns:
- Whether the type field is set.
-
getTypeValue
int getTypeValue()optional .org.kobe.xbot.Utilities.Entities.XTableMessage.Type type = 4;- Returns:
- The enum numeric value on the wire for type.
-
getType
XTableProto.XTableMessage.Type getType()optional .org.kobe.xbot.Utilities.Entities.XTableMessage.Type type = 4;- Returns:
- The type.
-
hasId
boolean hasId()optional bytes id = 5;- Returns:
- Whether the id field is set.
-
getId
com.google.protobuf.ByteString getId()optional bytes id = 5;- Returns:
- The id.
-
getBatchList
List<XTableProto.XTableMessage> getBatchList()repeated .org.kobe.xbot.Utilities.Entities.XTableMessage batch = 6; -
getBatch
repeated .org.kobe.xbot.Utilities.Entities.XTableMessage batch = 6; -
getBatchCount
int getBatchCount()repeated .org.kobe.xbot.Utilities.Entities.XTableMessage batch = 6; -
getBatchOrBuilderList
List<? extends XTableProto.XTableMessageOrBuilder> getBatchOrBuilderList()repeated .org.kobe.xbot.Utilities.Entities.XTableMessage batch = 6; -
getBatchOrBuilder
repeated .org.kobe.xbot.Utilities.Entities.XTableMessage batch = 6;
-