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 = 3;int.GetUgcType get_ugc_type = 3;booleanbool is_require_brief = 13;intuint32 schedule_id = 12;longuint64 ugc_guid = 14;.RecordUsage ugc_record_usage = 2;int.RecordUsage ugc_record_usage = 2;.UgcType ugc_type = 7;int.UgcType ugc_type = 7;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
-
getUgcRecordUsageValue
int getUgcRecordUsageValue().RecordUsage ugc_record_usage = 2;- Returns:
- The enum numeric value on the wire for ugcRecordUsage.
-
getUgcRecordUsage
RecordUsageOuterClass.RecordUsage getUgcRecordUsage().RecordUsage ugc_record_usage = 2;- Returns:
- The ugcRecordUsage.
-
getGetUgcTypeValue
int getGetUgcTypeValue().GetUgcType get_ugc_type = 3;- Returns:
- The enum numeric value on the wire for getUgcType.
-
getGetUgcType
GetUgcTypeOuterClass.GetUgcType getGetUgcType().GetUgcType get_ugc_type = 3;- Returns:
- The getUgcType.
-
getIsRequireBrief
boolean getIsRequireBrief()bool is_require_brief = 13;- Returns:
- The isRequireBrief.
-
getUgcTypeValue
int getUgcTypeValue().UgcType ugc_type = 7;- Returns:
- The enum numeric value on the wire for ugcType.
-
getUgcType
UgcTypeOuterClass.UgcType getUgcType().UgcType ugc_type = 7;- Returns:
- The ugcType.
-
getScheduleId
int getScheduleId()uint32 schedule_id = 12;- Returns:
- The scheduleId.
-
getUgcGuid
long getUgcGuid()uint64 ugc_guid = 14;- Returns:
- The ugcGuid.
-