Package emu.grasscutter.net.proto
Interface PublishUgcRspOuterClass.PublishUgcRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublishUgcRspOuterClass.PublishUgcRsp,PublishUgcRspOuterClass.PublishUgcRsp.Builder
- Enclosing class:
- PublishUgcRspOuterClass
public static interface PublishUgcRspOuterClass.PublishUgcRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 10;longuint64 ugc_guid = 12;.UgcType ugc_type = 2;int.UgcType ugc_type = 2;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 = 2;- Returns:
- The enum numeric value on the wire for ugcType.
-
getUgcType
UgcTypeOuterClass.UgcType getUgcType().UgcType ugc_type = 2;- Returns:
- The ugcType.
-
getUgcGuid
long getUgcGuid()uint64 ugc_guid = 12;- Returns:
- The ugcGuid.
-
getRetcode
int getRetcode()int32 retcode = 10;- Returns:
- The retcode.
-