Package emu.grasscutter.net.proto
Interface GetUgcReqOuterClass.GetUgcReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetUgcReqOuterClass.GetUgcReq,GetUgcReqOuterClass.GetUgcReq.Builder
- Enclosing class:
- GetUgcReqOuterClass
public static interface GetUgcReqOuterClass.GetUgcReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.GetUgcType get_ugc_type = 12;int.GetUgcType get_ugc_type = 12;booleanbool is_require_brief = 7;longuint64 ugc_guid = 6;.RecordUsage ugc_record_usage = 13;int.RecordUsage ugc_record_usage = 13;.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
-
getUgcGuid
long getUgcGuid()uint64 ugc_guid = 6;- Returns:
- The ugcGuid.
-
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.
-
getGetUgcTypeValue
int getGetUgcTypeValue().GetUgcType get_ugc_type = 12;- Returns:
- The enum numeric value on the wire for getUgcType.
-
getGetUgcType
GetUgcTypeOuterClass.GetUgcType getGetUgcType().GetUgcType get_ugc_type = 12;- Returns:
- The getUgcType.
-
getUgcRecordUsageValue
int getUgcRecordUsageValue().RecordUsage ugc_record_usage = 13;- Returns:
- The enum numeric value on the wire for ugcRecordUsage.
-
getUgcRecordUsage
RecordUsageOuterClass.RecordUsage getUgcRecordUsage().RecordUsage ugc_record_usage = 13;- Returns:
- The ugcRecordUsage.
-
getIsRequireBrief
boolean getIsRequireBrief()bool is_require_brief = 7;- Returns:
- The isRequireBrief.
-