Package emu.grasscutter.net.proto
Interface QueryRegionListHttpRspOuterClass.QueryRegionListHttpRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryRegionListHttpRspOuterClass.QueryRegionListHttpRsp,QueryRegionListHttpRspOuterClass.QueryRegionListHttpRsp.Builder
- Enclosing class:
- QueryRegionListHttpRspOuterClass
public static interface QueryRegionListHttpRspOuterClass.QueryRegionListHttpRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes client_custom_config_encrypted = 6;com.google.protobuf.ByteStringbytes client_secret_key = 5;booleanbool enable_login_pc = 7;getRegionList(int index) repeated .RegionSimpleInfo region_list = 2;intrepeated .RegionSimpleInfo region_list = 2;repeated .RegionSimpleInfo region_list = 2;getRegionListOrBuilder(int index) repeated .RegionSimpleInfo region_list = 2;repeated .RegionSimpleInfo region_list = 2;intint32 retcode = 1;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
-
getRetcode
int getRetcode()int32 retcode = 1;- Returns:
- The retcode.
-
getRegionListList
List<RegionSimpleInfoOuterClass.RegionSimpleInfo> getRegionListList()repeated .RegionSimpleInfo region_list = 2; -
getRegionList
repeated .RegionSimpleInfo region_list = 2; -
getRegionListCount
int getRegionListCount()repeated .RegionSimpleInfo region_list = 2; -
getRegionListOrBuilderList
List<? extends RegionSimpleInfoOuterClass.RegionSimpleInfoOrBuilder> getRegionListOrBuilderList()repeated .RegionSimpleInfo region_list = 2; -
getRegionListOrBuilder
repeated .RegionSimpleInfo region_list = 2; -
getClientSecretKey
com.google.protobuf.ByteString getClientSecretKey()bytes client_secret_key = 5;- Returns:
- The clientSecretKey.
-
getClientCustomConfigEncrypted
com.google.protobuf.ByteString getClientCustomConfigEncrypted()bytes client_custom_config_encrypted = 6;- Returns:
- The clientCustomConfigEncrypted.
-
getEnableLoginPc
boolean getEnableLoginPc()bool enable_login_pc = 7;- Returns:
- The enableLoginPc.
-