Package emu.grasscutter.net.proto
Interface GetAuthkeyReqOuterClass.GetAuthkeyReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetAuthkeyReqOuterClass.GetAuthkeyReq,GetAuthkeyReqOuterClass.GetAuthkeyReq.Builder
- Enclosing class:
- GetAuthkeyReqOuterClass
public static interface GetAuthkeyReqOuterClass.GetAuthkeyReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring auth_appid = 9;com.google.protobuf.ByteStringstring auth_appid = 9;intuint32 EAFDADOGNIF = 10;intuint32 OBPIIAHOMOE = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAuthAppid
String getAuthAppid()string auth_appid = 9;- Returns:
- The authAppid.
-
getAuthAppidBytes
com.google.protobuf.ByteString getAuthAppidBytes()string auth_appid = 9;- Returns:
- The bytes for authAppid.
-
getEAFDADOGNIF
int getEAFDADOGNIF()uint32 EAFDADOGNIF = 10;- Returns:
- The eAFDADOGNIF.
-
getOBPIIAHOMOE
int getOBPIIAHOMOE()uint32 OBPIIAHOMOE = 5;- Returns:
- The oBPIIAHOMOE.
-