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