Interface ServerBrowserFrameProto.ConnectionInfoMsgOutProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getServerId()
      optional string serverId = 1;
      com.google.protobuf.ByteString getServerIdBytes()
      optional string serverId = 1;
      java.lang.String getSessionPoolId()
      optional string sessionPoolId = 2;
      com.google.protobuf.ByteString getSessionPoolIdBytes()
      optional string sessionPoolId = 2;
      boolean hasServerId()
      optional string serverId = 1;
      boolean hasSessionPoolId()
      optional string sessionPoolId = 2;
      • 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 Detail

      • hasServerId

        boolean hasServerId()
        optional string serverId = 1;
      • getServerId

        java.lang.String getServerId()
        optional string serverId = 1;
      • getServerIdBytes

        com.google.protobuf.ByteString getServerIdBytes()
        optional string serverId = 1;
      • hasSessionPoolId

        boolean hasSessionPoolId()
        optional string sessionPoolId = 2;
      • getSessionPoolId

        java.lang.String getSessionPoolId()
        optional string sessionPoolId = 2;
      • getSessionPoolIdBytes

        com.google.protobuf.ByteString getSessionPoolIdBytes()
        optional string sessionPoolId = 2;