Package com.nhn.gameanvil.protocol
Class Base.AuthenticationRes
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.nhn.gameanvil.protocol.Base.AuthenticationRes
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Base.AuthenticationResOrBuilder
,java.io.Serializable
- Enclosing class:
- Base
public static final class Base.AuthenticationRes extends com.google.protobuf.GeneratedMessageV3 implements Base.AuthenticationResOrBuilder
Protobuf typecom.nhn.gameanvil.protocol.AuthenticationRes
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Base.AuthenticationRes.Builder
Protobuf typecom.nhn.gameanvil.protocol.AuthenticationRes
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
MESSAGE_FIELD_NUMBER
static int
PAYLOAD_FIELD_NUMBER
static int
PROTOBUF_NUMBERS_FIELD_NUMBER
static int
SERVICE_IDS_FIELD_NUMBER
static int
USER_LIST_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsProtobufNumbers(java.lang.String key)
<protobufName, number>boolean
containsServiceIds(java.lang.String key)
<serviceName, serviceId>boolean
equals(java.lang.Object obj)
static Base.AuthenticationRes
getDefaultInstance()
Base.AuthenticationRes
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
java.lang.String
getMessage()
string message = 4;
com.google.protobuf.ByteString
getMessageBytes()
string message = 4;
com.google.protobuf.Parser<Base.AuthenticationRes>
getParserForType()
Base.Payload
getPayload(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
int
getPayloadCount()
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
java.util.List<Base.Payload>
getPayloadList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
Base.PayloadOrBuilder
getPayloadOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
java.util.List<? extends Base.PayloadOrBuilder>
getPayloadOrBuilderList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
java.util.Map<java.lang.String,java.lang.Integer>
getProtobufNumbers()
Deprecated.int
getProtobufNumbersCount()
<protobufName, number>java.util.Map<java.lang.String,java.lang.Integer>
getProtobufNumbersMap()
<protobufName, number>int
getProtobufNumbersOrDefault(java.lang.String key, int defaultValue)
<protobufName, number>int
getProtobufNumbersOrThrow(java.lang.String key)
<protobufName, number>int
getSerializedSize()
java.util.Map<java.lang.String,java.lang.Integer>
getServiceIds()
Deprecated.int
getServiceIdsCount()
<serviceName, serviceId>java.util.Map<java.lang.String,java.lang.Integer>
getServiceIdsMap()
<serviceName, serviceId>int
getServiceIdsOrDefault(java.lang.String key, int defaultValue)
<serviceName, serviceId>int
getServiceIdsOrThrow(java.lang.String key)
<serviceName, serviceId>Base.LoginedUserInfo
getUserList(int index)
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
int
getUserListCount()
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
java.util.List<Base.LoginedUserInfo>
getUserListList()
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
Base.LoginedUserInfoOrBuilder
getUserListOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
java.util.List<? extends Base.LoginedUserInfoOrBuilder>
getUserListOrBuilderList()
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static Base.AuthenticationRes.Builder
newBuilder()
static Base.AuthenticationRes.Builder
newBuilder(Base.AuthenticationRes prototype)
Base.AuthenticationRes.Builder
newBuilderForType()
protected Base.AuthenticationRes.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected java.lang.Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Base.AuthenticationRes
parseDelimitedFrom(java.io.InputStream input)
static Base.AuthenticationRes
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Base.AuthenticationRes
parseFrom(byte[] data)
static Base.AuthenticationRes
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Base.AuthenticationRes
parseFrom(com.google.protobuf.ByteString data)
static Base.AuthenticationRes
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Base.AuthenticationRes
parseFrom(com.google.protobuf.CodedInputStream input)
static Base.AuthenticationRes
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Base.AuthenticationRes
parseFrom(java.io.InputStream input)
static Base.AuthenticationRes
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Base.AuthenticationRes
parseFrom(java.nio.ByteBuffer data)
static Base.AuthenticationRes
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Base.AuthenticationRes>
parser()
Base.AuthenticationRes.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
PAYLOAD_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
USER_LIST_FIELD_NUMBER
public static final int USER_LIST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MESSAGE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERVICE_IDS_FIELD_NUMBER
public static final int SERVICE_IDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PROTOBUF_NUMBERS_FIELD_NUMBER
public static final int PROTOBUF_NUMBERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getPayloadList
public java.util.List<Base.Payload> getPayloadList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
- Specified by:
getPayloadList
in interfaceBase.AuthenticationResOrBuilder
-
getPayloadOrBuilderList
public java.util.List<? extends Base.PayloadOrBuilder> getPayloadOrBuilderList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
- Specified by:
getPayloadOrBuilderList
in interfaceBase.AuthenticationResOrBuilder
-
getPayloadCount
public int getPayloadCount()
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
- Specified by:
getPayloadCount
in interfaceBase.AuthenticationResOrBuilder
-
getPayload
public Base.Payload getPayload(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
- Specified by:
getPayload
in interfaceBase.AuthenticationResOrBuilder
-
getPayloadOrBuilder
public Base.PayloadOrBuilder getPayloadOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 2;
- Specified by:
getPayloadOrBuilder
in interfaceBase.AuthenticationResOrBuilder
-
getUserListList
public java.util.List<Base.LoginedUserInfo> getUserListList()
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
- Specified by:
getUserListList
in interfaceBase.AuthenticationResOrBuilder
-
getUserListOrBuilderList
public java.util.List<? extends Base.LoginedUserInfoOrBuilder> getUserListOrBuilderList()
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
- Specified by:
getUserListOrBuilderList
in interfaceBase.AuthenticationResOrBuilder
-
getUserListCount
public int getUserListCount()
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
- Specified by:
getUserListCount
in interfaceBase.AuthenticationResOrBuilder
-
getUserList
public Base.LoginedUserInfo getUserList(int index)
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
- Specified by:
getUserList
in interfaceBase.AuthenticationResOrBuilder
-
getUserListOrBuilder
public Base.LoginedUserInfoOrBuilder getUserListOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.LoginedUserInfo user_list = 3;
- Specified by:
getUserListOrBuilder
in interfaceBase.AuthenticationResOrBuilder
-
getMessage
public java.lang.String getMessage()
string message = 4;
- Specified by:
getMessage
in interfaceBase.AuthenticationResOrBuilder
- Returns:
- The message.
-
getMessageBytes
public com.google.protobuf.ByteString getMessageBytes()
string message = 4;
- Specified by:
getMessageBytes
in interfaceBase.AuthenticationResOrBuilder
- Returns:
- The bytes for message.
-
getServiceIdsCount
public int getServiceIdsCount()
Description copied from interface:Base.AuthenticationResOrBuilder
<serviceName, serviceId>
map<string, int32> service_ids = 5;
- Specified by:
getServiceIdsCount
in interfaceBase.AuthenticationResOrBuilder
-
containsServiceIds
public boolean containsServiceIds(java.lang.String key)
<serviceName, serviceId>
map<string, int32> service_ids = 5;
- Specified by:
containsServiceIds
in interfaceBase.AuthenticationResOrBuilder
-
getServiceIds
@Deprecated public java.util.Map<java.lang.String,java.lang.Integer> getServiceIds()
Deprecated.UsegetServiceIdsMap()
instead.- Specified by:
getServiceIds
in interfaceBase.AuthenticationResOrBuilder
-
getServiceIdsMap
public java.util.Map<java.lang.String,java.lang.Integer> getServiceIdsMap()
<serviceName, serviceId>
map<string, int32> service_ids = 5;
- Specified by:
getServiceIdsMap
in interfaceBase.AuthenticationResOrBuilder
-
getServiceIdsOrDefault
public int getServiceIdsOrDefault(java.lang.String key, int defaultValue)
<serviceName, serviceId>
map<string, int32> service_ids = 5;
- Specified by:
getServiceIdsOrDefault
in interfaceBase.AuthenticationResOrBuilder
-
getServiceIdsOrThrow
public int getServiceIdsOrThrow(java.lang.String key)
<serviceName, serviceId>
map<string, int32> service_ids = 5;
- Specified by:
getServiceIdsOrThrow
in interfaceBase.AuthenticationResOrBuilder
-
getProtobufNumbersCount
public int getProtobufNumbersCount()
Description copied from interface:Base.AuthenticationResOrBuilder
<protobufName, number>
map<string, int32> protobuf_numbers = 6;
- Specified by:
getProtobufNumbersCount
in interfaceBase.AuthenticationResOrBuilder
-
containsProtobufNumbers
public boolean containsProtobufNumbers(java.lang.String key)
<protobufName, number>
map<string, int32> protobuf_numbers = 6;
- Specified by:
containsProtobufNumbers
in interfaceBase.AuthenticationResOrBuilder
-
getProtobufNumbers
@Deprecated public java.util.Map<java.lang.String,java.lang.Integer> getProtobufNumbers()
Deprecated.UsegetProtobufNumbersMap()
instead.- Specified by:
getProtobufNumbers
in interfaceBase.AuthenticationResOrBuilder
-
getProtobufNumbersMap
public java.util.Map<java.lang.String,java.lang.Integer> getProtobufNumbersMap()
<protobufName, number>
map<string, int32> protobuf_numbers = 6;
- Specified by:
getProtobufNumbersMap
in interfaceBase.AuthenticationResOrBuilder
-
getProtobufNumbersOrDefault
public int getProtobufNumbersOrDefault(java.lang.String key, int defaultValue)
<protobufName, number>
map<string, int32> protobuf_numbers = 6;
- Specified by:
getProtobufNumbersOrDefault
in interfaceBase.AuthenticationResOrBuilder
-
getProtobufNumbersOrThrow
public int getProtobufNumbersOrThrow(java.lang.String key)
<protobufName, number>
map<string, int32> protobuf_numbers = 6;
- Specified by:
getProtobufNumbersOrThrow
in interfaceBase.AuthenticationResOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Base.AuthenticationRes parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Base.AuthenticationRes parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Base.AuthenticationRes parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Base.AuthenticationRes parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Base.AuthenticationRes parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Base.AuthenticationRes parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Base.AuthenticationRes parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Base.AuthenticationRes parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Base.AuthenticationRes parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Base.AuthenticationRes parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Base.AuthenticationRes parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Base.AuthenticationRes parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public Base.AuthenticationRes.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Base.AuthenticationRes.Builder newBuilder()
-
newBuilder
public static Base.AuthenticationRes.Builder newBuilder(Base.AuthenticationRes prototype)
-
toBuilder
public Base.AuthenticationRes.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Base.AuthenticationRes.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Base.AuthenticationRes getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Base.AuthenticationRes> parser()
-
getParserForType
public com.google.protobuf.Parser<Base.AuthenticationRes> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Base.AuthenticationRes getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-