Interface ClientWireProtocol.ClientConnectionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClientWireProtocol.ClientConnection, ClientWireProtocol.ClientConnection.Builder
Enclosing class:
ClientWireProtocol

public static interface ClientWireProtocol.ClientConnectionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string clientid = 3;
    com.google.protobuf.ByteString
    string clientid = 3;
    string database = 2;
    com.google.protobuf.ByteString
    string database = 2;
    int
    int32 majorClientVersion = 5;
    int
    int32 minorClientVersion = 6;
    note the out of order field numbering
    com.google.protobuf.ByteString
    note the out of order field numbering
    string sessionID = 7;
    com.google.protobuf.ByteString
    string sessionID = 7;
    string userid = 1;
    com.google.protobuf.ByteString
    string userid = 1;
    string version = 4;
    com.google.protobuf.ByteString
    string version = 4;

    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

    • getUserid

      String getUserid()
      string userid = 1;
      Returns:
      The userid.
    • getUseridBytes

      com.google.protobuf.ByteString getUseridBytes()
      string userid = 1;
      Returns:
      The bytes for userid.
    • getDatabase

      String getDatabase()
      string database = 2;
      Returns:
      The database.
    • getDatabaseBytes

      com.google.protobuf.ByteString getDatabaseBytes()
      string database = 2;
      Returns:
      The bytes for database.
    • getClientid

      String getClientid()
      string clientid = 3;
      Returns:
      The clientid.
    • getClientidBytes

      com.google.protobuf.ByteString getClientidBytes()
      string clientid = 3;
      Returns:
      The bytes for clientid.
    • getVersion

      String getVersion()
      string version = 4;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
      string version = 4;
      Returns:
      The bytes for version.
    • getMajorClientVersion

      int getMajorClientVersion()
      int32 majorClientVersion = 5;
      Returns:
      The majorClientVersion.
    • getMinorClientVersion

      int getMinorClientVersion()
      int32 minorClientVersion = 6;
      Returns:
      The minorClientVersion.
    • getPatchClientVersion

      String getPatchClientVersion()
       note the out of order field numbering
       
      string patchClientVersion = 8;
      Returns:
      The patchClientVersion.
    • getPatchClientVersionBytes

      com.google.protobuf.ByteString getPatchClientVersionBytes()
       note the out of order field numbering
       
      string patchClientVersion = 8;
      Returns:
      The bytes for patchClientVersion.
    • getSessionID

      String getSessionID()
      string sessionID = 7;
      Returns:
      The sessionID.
    • getSessionIDBytes

      com.google.protobuf.ByteString getSessionIDBytes()
      string sessionID = 7;
      Returns:
      The bytes for sessionID.