Package emu.grasscutter.net.proto
Interface CheckUgcUpdateReqOuterClass.CheckUgcUpdateReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckUgcUpdateReqOuterClass.CheckUgcUpdateReq,CheckUgcUpdateReqOuterClass.CheckUgcUpdateReq.Builder
- Enclosing class:
- CheckUgcUpdateReqOuterClass
public static interface CheckUgcUpdateReqOuterClass.CheckUgcUpdateReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.UgcType ugc_type = 6;int.UgcType ugc_type = 6;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
-
getUgcTypeValue
int getUgcTypeValue().UgcType ugc_type = 6;- Returns:
- The enum numeric value on the wire for ugcType.
-
getUgcType
UgcTypeOuterClass.UgcType getUgcType().UgcType ugc_type = 6;- Returns:
- The ugcType.
-