Package emu.grasscutter.net.proto
Interface CheckUgcUpdateRspOuterClass.CheckUgcUpdateRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckUgcUpdateRspOuterClass.CheckUgcUpdateRsp,CheckUgcUpdateRspOuterClass.CheckUgcUpdateRsp.Builder
- Enclosing class:
- CheckUgcUpdateRspOuterClass
public static interface CheckUgcUpdateRspOuterClass.CheckUgcUpdateRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 7;.UgcType ugc_type = 15;int.UgcType ugc_type = 15;longgetUpdateUgcGuidList(int index) repeated uint64 update_ugc_guid_list = 11;intrepeated uint64 update_ugc_guid_list = 11;repeated uint64 update_ugc_guid_list = 11;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 = 7;- Returns:
- The retcode.
-
getUgcTypeValue
int getUgcTypeValue().UgcType ugc_type = 15;- Returns:
- The enum numeric value on the wire for ugcType.
-
getUgcType
UgcTypeOuterClass.UgcType getUgcType().UgcType ugc_type = 15;- Returns:
- The ugcType.
-
getUpdateUgcGuidListList
repeated uint64 update_ugc_guid_list = 11;- Returns:
- A list containing the updateUgcGuidList.
-
getUpdateUgcGuidListCount
int getUpdateUgcGuidListCount()repeated uint64 update_ugc_guid_list = 11;- Returns:
- The count of updateUgcGuidList.
-
getUpdateUgcGuidList
long getUpdateUgcGuidList(int index) repeated uint64 update_ugc_guid_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The updateUgcGuidList at the given index.
-