Interface Base.AuthenticationResOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Base.AuthenticationRes, Base.AuthenticationRes.Builder
    Enclosing class:
    Base

    public static interface Base.AuthenticationResOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getPayloadList

        java.util.List<Base.Payload> getPayloadList()
        repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
      • getPayload

        Base.Payload getPayload​(int index)
        repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
      • getPayloadCount

        int getPayloadCount()
        repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
      • getPayloadOrBuilderList

        java.util.List<? extends Base.PayloadOrBuilder> getPayloadOrBuilderList()
        repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
      • getPayloadOrBuilder

        Base.PayloadOrBuilder getPayloadOrBuilder​(int index)
        repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
      • getUserListList

        java.util.List<Base.LoginedUserInfo> getUserListList()
        repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
      • getUserList

        Base.LoginedUserInfo getUserList​(int index)
        repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
      • getUserListCount

        int getUserListCount()
        repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
      • getUserListOrBuilderList

        java.util.List<? extends Base.LoginedUserInfoOrBuilder> getUserListOrBuilderList()
        repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
      • getUserListOrBuilder

        Base.LoginedUserInfoOrBuilder getUserListOrBuilder​(int index)
        repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
      • getMessage

        java.lang.String getMessage()
        string message = 4;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
        string message = 4;
        Returns:
        The bytes for message.
      • getServiceIdsCount

        int getServiceIdsCount()
         <serviceName, serviceId>
         
        map<string, int32> service_ids = 5;
      • containsServiceIds

        boolean containsServiceIds​(java.lang.String key)
         <serviceName, serviceId>
         
        map<string, int32> service_ids = 5;
      • getServiceIds

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.Integer> getServiceIds()
        Deprecated.
        Use getServiceIdsMap() instead.
      • getServiceIdsMap

        java.util.Map<java.lang.String,​java.lang.Integer> getServiceIdsMap()
         <serviceName, serviceId>
         
        map<string, int32> service_ids = 5;
      • getServiceIdsOrDefault

        int getServiceIdsOrDefault​(java.lang.String key,
                                   int defaultValue)
         <serviceName, serviceId>
         
        map<string, int32> service_ids = 5;
      • getServiceIdsOrThrow

        int getServiceIdsOrThrow​(java.lang.String key)
         <serviceName, serviceId>
         
        map<string, int32> service_ids = 5;
      • getProtobufNumbersCount

        int getProtobufNumbersCount()
         <protobufName, number>
         
        map<string, int32> protobuf_numbers = 6;
      • containsProtobufNumbers

        boolean containsProtobufNumbers​(java.lang.String key)
         <protobufName, number>
         
        map<string, int32> protobuf_numbers = 6;
      • getProtobufNumbers

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.Integer> getProtobufNumbers()
        Deprecated.
      • getProtobufNumbersMap

        java.util.Map<java.lang.String,​java.lang.Integer> getProtobufNumbersMap()
         <protobufName, number>
         
        map<string, int32> protobuf_numbers = 6;
      • getProtobufNumbersOrDefault

        int getProtobufNumbersOrDefault​(java.lang.String key,
                                        int defaultValue)
         <protobufName, number>
         
        map<string, int32> protobuf_numbers = 6;
      • getProtobufNumbersOrThrow

        int getProtobufNumbersOrThrow​(java.lang.String key)
         <protobufName, number>
         
        map<string, int32> protobuf_numbers = 6;