Interface MessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Message, Message.Builder

public interface MessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string method = 1;
    com.google.protobuf.ByteString
    string method = 1;
    long
    int64 msgId = 3;
    int
    int32 msgType = 4;
    boolean
    bool needWrdsStore = 6;
    long
    int64 offset = 5;
    com.google.protobuf.ByteString
    bytes payload = 2;
    string wrdsSubKey = 8;
    com.google.protobuf.ByteString
    string wrdsSubKey = 8;
    long
    int64 wrdsVersion = 7;

    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

    • getMethod

      String getMethod()
      string method = 1;
      Returns:
      The method.
    • getMethodBytes

      com.google.protobuf.ByteString getMethodBytes()
      string method = 1;
      Returns:
      The bytes for method.
    • getPayload

      com.google.protobuf.ByteString getPayload()
      bytes payload = 2;
      Returns:
      The payload.
    • getMsgId

      long getMsgId()
      int64 msgId = 3;
      Returns:
      The msgId.
    • getMsgType

      int getMsgType()
      int32 msgType = 4;
      Returns:
      The msgType.
    • getOffset

      long getOffset()
      int64 offset = 5;
      Returns:
      The offset.
    • getNeedWrdsStore

      boolean getNeedWrdsStore()
      bool needWrdsStore = 6;
      Returns:
      The needWrdsStore.
    • getWrdsVersion

      long getWrdsVersion()
      int64 wrdsVersion = 7;
      Returns:
      The wrdsVersion.
    • getWrdsSubKey

      String getWrdsSubKey()
      string wrdsSubKey = 8;
      Returns:
      The wrdsSubKey.
    • getWrdsSubKeyBytes

      com.google.protobuf.ByteString getWrdsSubKeyBytes()
      string wrdsSubKey = 8;
      Returns:
      The bytes for wrdsSubKey.