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 Type
    Method
    Description
    getBatch(int index)
    repeated .org.kobe.xbot.Utilities.Entities.XTableMessage batch = 6;
    int
    repeated .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;
    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.ByteString
    optional bytes id = 5;
    optional string key = 2;
    com.google.protobuf.ByteString
    optional string key = 2;
    optional .org.kobe.xbot.Utilities.Entities.XTableMessage.Type type = 4;
    int
    optional .org.kobe.xbot.Utilities.Entities.XTableMessage.Type type = 4;
    com.google.protobuf.ByteString
    optional bytes value = 3;
    boolean
    optional bytes id = 5;
    boolean
    optional string key = 2;
    boolean
    optional .org.kobe.xbot.Utilities.Entities.XTableMessage.Type type = 4;
    boolean
    optional bytes value = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      .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

      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

      repeated .org.kobe.xbot.Utilities.Entities.XTableMessage batch = 6;
    • getBatch

      XTableProto.XTableMessage getBatch(int index)
      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

      XTableProto.XTableMessageOrBuilder getBatchOrBuilder(int index)
      repeated .org.kobe.xbot.Utilities.Entities.XTableMessage batch = 6;