// Generated by the protocol buffer compiler. DO NOT EDIT! // source: GachaInfo.proto package emu.grasscutter.net.proto; public final class GachaInfoOuterClass { private GachaInfoOuterClass() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface GachaInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:GachaInfo) com.google.protobuf.MessageOrBuilder { /** * uint32 gacha_type = 13; * @return The gachaType. */ int getGachaType(); /** * uint32 schedule_id = 10; * @return The scheduleId. */ int getScheduleId(); /** * uint32 begin_time = 1; * @return The beginTime. */ int getBeginTime(); /** * uint32 end_time = 14; * @return The endTime. */ int getEndTime(); /** * uint32 cost_item_id = 9; * @return The costItemId. */ int getCostItemId(); /** * uint32 cost_item_num = 3; * @return The costItemNum. */ int getCostItemNum(); /** * string gacha_prefab_path = 15; * @return The gachaPrefabPath. */ java.lang.String getGachaPrefabPath(); /** * string gacha_prefab_path = 15; * @return The bytes for gachaPrefabPath. */ com.google.protobuf.ByteString getGachaPrefabPathBytes(); /** * string gacha_prob_url = 8; * @return The gachaProbUrl. */ java.lang.String getGachaProbUrl(); /** * string gacha_prob_url = 8; * @return The bytes for gachaProbUrl. */ com.google.protobuf.ByteString getGachaProbUrlBytes(); /** * string gacha_record_url = 12; * @return The gachaRecordUrl. */ java.lang.String getGachaRecordUrl(); /** * string gacha_record_url = 12; * @return The bytes for gachaRecordUrl. */ com.google.protobuf.ByteString getGachaRecordUrlBytes(); /** * string gacha_preview_prefab_path = 4; * @return The gachaPreviewPrefabPath. */ java.lang.String getGachaPreviewPrefabPath(); /** * string gacha_preview_prefab_path = 4; * @return The bytes for gachaPreviewPrefabPath. */ com.google.protobuf.ByteString getGachaPreviewPrefabPathBytes(); /** * uint32 ten_cost_item_id = 2; * @return The tenCostItemId. */ int getTenCostItemId(); /** * uint32 ten_cost_item_num = 6; * @return The tenCostItemNum. */ int getTenCostItemNum(); /** * uint32 left_gacha_times = 5; * @return The leftGachaTimes. */ int getLeftGachaTimes(); /** * uint32 gacha_times_limit = 11; * @return The gachaTimesLimit. */ int getGachaTimesLimit(); /** * uint32 gacha_sort_id = 7; * @return The gachaSortId. */ int getGachaSortId(); /** * string gacha_prob_url_oversea = 1481; * @return The gachaProbUrlOversea. */ java.lang.String getGachaProbUrlOversea(); /** * string gacha_prob_url_oversea = 1481; * @return The bytes for gachaProbUrlOversea. */ com.google.protobuf.ByteString getGachaProbUrlOverseaBytes(); /** * string gacha_record_url_oversea = 1854; * @return The gachaRecordUrlOversea. */ java.lang.String getGachaRecordUrlOversea(); /** * string gacha_record_url_oversea = 1854; * @return The bytes for gachaRecordUrlOversea. */ com.google.protobuf.ByteString getGachaRecordUrlOverseaBytes(); /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ java.util.List getGachaUpInfoListList(); /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo getGachaUpInfoList(int index); /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ int getGachaUpInfoListCount(); /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ java.util.List getGachaUpInfoListOrBuilderList(); /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfoOrBuilder getGachaUpInfoListOrBuilder( int index); /** * string title_textmap = 736; * @return The titleTextmap. */ java.lang.String getTitleTextmap(); /** * string title_textmap = 736; * @return The bytes for titleTextmap. */ com.google.protobuf.ByteString getTitleTextmapBytes(); /** * repeated uint32 display_up5_item_list = 2006; * @return A list containing the displayUp5ItemList. */ java.util.List getDisplayUp5ItemListList(); /** * repeated uint32 display_up5_item_list = 2006; * @return The count of displayUp5ItemList. */ int getDisplayUp5ItemListCount(); /** * repeated uint32 display_up5_item_list = 2006; * @param index The index of the element to return. * @return The displayUp5ItemList at the given index. */ int getDisplayUp5ItemList(int index); /** * repeated uint32 display_up4_item_list = 1875; * @return A list containing the displayUp4ItemList. */ java.util.List getDisplayUp4ItemListList(); /** * repeated uint32 display_up4_item_list = 1875; * @return The count of displayUp4ItemList. */ int getDisplayUp4ItemListCount(); /** * repeated uint32 display_up4_item_list = 1875; * @param index The index of the element to return. * @return The displayUp4ItemList at the given index. */ int getDisplayUp4ItemList(int index); /** * uint32 wish_item_id = 1637; * @return The wishItemId. */ int getWishItemId(); /** * uint32 wish_progress = 1819; * @return The wishProgress. */ int getWishProgress(); /** * uint32 wish_max_progress = 1222; * @return The wishMaxProgress. */ int getWishMaxProgress(); /** * bool is_new_wish = 733; * @return The isNewWish. */ boolean getIsNewWish(); } /** * Protobuf type {@code GachaInfo} */ public static final class GachaInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:GachaInfo) GachaInfoOrBuilder { private static final long serialVersionUID = 0L; // Use GachaInfo.newBuilder() to construct. private GachaInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private GachaInfo() { gachaPrefabPath_ = ""; gachaProbUrl_ = ""; gachaRecordUrl_ = ""; gachaPreviewPrefabPath_ = ""; gachaProbUrlOversea_ = ""; gachaRecordUrlOversea_ = ""; gachaUpInfoList_ = java.util.Collections.emptyList(); titleTextmap_ = ""; displayUp5ItemList_ = emptyIntList(); displayUp4ItemList_ = emptyIntList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new GachaInfo(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private GachaInfo( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { beginTime_ = input.readUInt32(); break; } case 16: { tenCostItemId_ = input.readUInt32(); break; } case 24: { costItemNum_ = input.readUInt32(); break; } case 34: { java.lang.String s = input.readStringRequireUtf8(); gachaPreviewPrefabPath_ = s; break; } case 40: { leftGachaTimes_ = input.readUInt32(); break; } case 48: { tenCostItemNum_ = input.readUInt32(); break; } case 56: { gachaSortId_ = input.readUInt32(); break; } case 66: { java.lang.String s = input.readStringRequireUtf8(); gachaProbUrl_ = s; break; } case 72: { costItemId_ = input.readUInt32(); break; } case 80: { scheduleId_ = input.readUInt32(); break; } case 88: { gachaTimesLimit_ = input.readUInt32(); break; } case 98: { java.lang.String s = input.readStringRequireUtf8(); gachaRecordUrl_ = s; break; } case 104: { gachaType_ = input.readUInt32(); break; } case 112: { endTime_ = input.readUInt32(); break; } case 122: { java.lang.String s = input.readStringRequireUtf8(); gachaPrefabPath_ = s; break; } case 5864: { isNewWish_ = input.readBool(); break; } case 5890: { java.lang.String s = input.readStringRequireUtf8(); titleTextmap_ = s; break; } case 9776: { wishMaxProgress_ = input.readUInt32(); break; } case 9866: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { gachaUpInfoList_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } gachaUpInfoList_.add( input.readMessage(emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo.parser(), extensionRegistry)); break; } case 11850: { java.lang.String s = input.readStringRequireUtf8(); gachaProbUrlOversea_ = s; break; } case 13096: { wishItemId_ = input.readUInt32(); break; } case 14552: { wishProgress_ = input.readUInt32(); break; } case 14834: { java.lang.String s = input.readStringRequireUtf8(); gachaRecordUrlOversea_ = s; break; } case 15000: { if (!((mutable_bitField0_ & 0x00000004) != 0)) { displayUp4ItemList_ = newIntList(); mutable_bitField0_ |= 0x00000004; } displayUp4ItemList_.addInt(input.readUInt32()); break; } case 15002: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000004) != 0) && input.getBytesUntilLimit() > 0) { displayUp4ItemList_ = newIntList(); mutable_bitField0_ |= 0x00000004; } while (input.getBytesUntilLimit() > 0) { displayUp4ItemList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 16048: { if (!((mutable_bitField0_ & 0x00000002) != 0)) { displayUp5ItemList_ = newIntList(); mutable_bitField0_ |= 0x00000002; } displayUp5ItemList_.addInt(input.readUInt32()); break; } case 16050: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) { displayUp5ItemList_ = newIntList(); mutable_bitField0_ |= 0x00000002; } while (input.getBytesUntilLimit() > 0) { displayUp5ItemList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { gachaUpInfoList_ = java.util.Collections.unmodifiableList(gachaUpInfoList_); } if (((mutable_bitField0_ & 0x00000004) != 0)) { displayUp4ItemList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000002) != 0)) { displayUp5ItemList_.makeImmutable(); // C } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.GachaInfoOuterClass.internal_static_GachaInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.GachaInfoOuterClass.internal_static_GachaInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.class, emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.Builder.class); } public static final int GACHA_TYPE_FIELD_NUMBER = 13; private int gachaType_; /** * uint32 gacha_type = 13; * @return The gachaType. */ @java.lang.Override public int getGachaType() { return gachaType_; } public static final int SCHEDULE_ID_FIELD_NUMBER = 10; private int scheduleId_; /** * uint32 schedule_id = 10; * @return The scheduleId. */ @java.lang.Override public int getScheduleId() { return scheduleId_; } public static final int BEGIN_TIME_FIELD_NUMBER = 1; private int beginTime_; /** * uint32 begin_time = 1; * @return The beginTime. */ @java.lang.Override public int getBeginTime() { return beginTime_; } public static final int END_TIME_FIELD_NUMBER = 14; private int endTime_; /** * uint32 end_time = 14; * @return The endTime. */ @java.lang.Override public int getEndTime() { return endTime_; } public static final int COST_ITEM_ID_FIELD_NUMBER = 9; private int costItemId_; /** * uint32 cost_item_id = 9; * @return The costItemId. */ @java.lang.Override public int getCostItemId() { return costItemId_; } public static final int COST_ITEM_NUM_FIELD_NUMBER = 3; private int costItemNum_; /** * uint32 cost_item_num = 3; * @return The costItemNum. */ @java.lang.Override public int getCostItemNum() { return costItemNum_; } public static final int GACHA_PREFAB_PATH_FIELD_NUMBER = 15; private volatile java.lang.Object gachaPrefabPath_; /** * string gacha_prefab_path = 15; * @return The gachaPrefabPath. */ @java.lang.Override public java.lang.String getGachaPrefabPath() { java.lang.Object ref = gachaPrefabPath_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); gachaPrefabPath_ = s; return s; } } /** * string gacha_prefab_path = 15; * @return The bytes for gachaPrefabPath. */ @java.lang.Override public com.google.protobuf.ByteString getGachaPrefabPathBytes() { java.lang.Object ref = gachaPrefabPath_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); gachaPrefabPath_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int GACHA_PROB_URL_FIELD_NUMBER = 8; private volatile java.lang.Object gachaProbUrl_; /** * string gacha_prob_url = 8; * @return The gachaProbUrl. */ @java.lang.Override public java.lang.String getGachaProbUrl() { java.lang.Object ref = gachaProbUrl_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); gachaProbUrl_ = s; return s; } } /** * string gacha_prob_url = 8; * @return The bytes for gachaProbUrl. */ @java.lang.Override public com.google.protobuf.ByteString getGachaProbUrlBytes() { java.lang.Object ref = gachaProbUrl_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); gachaProbUrl_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int GACHA_RECORD_URL_FIELD_NUMBER = 12; private volatile java.lang.Object gachaRecordUrl_; /** * string gacha_record_url = 12; * @return The gachaRecordUrl. */ @java.lang.Override public java.lang.String getGachaRecordUrl() { java.lang.Object ref = gachaRecordUrl_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); gachaRecordUrl_ = s; return s; } } /** * string gacha_record_url = 12; * @return The bytes for gachaRecordUrl. */ @java.lang.Override public com.google.protobuf.ByteString getGachaRecordUrlBytes() { java.lang.Object ref = gachaRecordUrl_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); gachaRecordUrl_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int GACHA_PREVIEW_PREFAB_PATH_FIELD_NUMBER = 4; private volatile java.lang.Object gachaPreviewPrefabPath_; /** * string gacha_preview_prefab_path = 4; * @return The gachaPreviewPrefabPath. */ @java.lang.Override public java.lang.String getGachaPreviewPrefabPath() { java.lang.Object ref = gachaPreviewPrefabPath_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); gachaPreviewPrefabPath_ = s; return s; } } /** * string gacha_preview_prefab_path = 4; * @return The bytes for gachaPreviewPrefabPath. */ @java.lang.Override public com.google.protobuf.ByteString getGachaPreviewPrefabPathBytes() { java.lang.Object ref = gachaPreviewPrefabPath_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); gachaPreviewPrefabPath_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TEN_COST_ITEM_ID_FIELD_NUMBER = 2; private int tenCostItemId_; /** * uint32 ten_cost_item_id = 2; * @return The tenCostItemId. */ @java.lang.Override public int getTenCostItemId() { return tenCostItemId_; } public static final int TEN_COST_ITEM_NUM_FIELD_NUMBER = 6; private int tenCostItemNum_; /** * uint32 ten_cost_item_num = 6; * @return The tenCostItemNum. */ @java.lang.Override public int getTenCostItemNum() { return tenCostItemNum_; } public static final int LEFT_GACHA_TIMES_FIELD_NUMBER = 5; private int leftGachaTimes_; /** * uint32 left_gacha_times = 5; * @return The leftGachaTimes. */ @java.lang.Override public int getLeftGachaTimes() { return leftGachaTimes_; } public static final int GACHA_TIMES_LIMIT_FIELD_NUMBER = 11; private int gachaTimesLimit_; /** * uint32 gacha_times_limit = 11; * @return The gachaTimesLimit. */ @java.lang.Override public int getGachaTimesLimit() { return gachaTimesLimit_; } public static final int GACHA_SORT_ID_FIELD_NUMBER = 7; private int gachaSortId_; /** * uint32 gacha_sort_id = 7; * @return The gachaSortId. */ @java.lang.Override public int getGachaSortId() { return gachaSortId_; } public static final int GACHA_PROB_URL_OVERSEA_FIELD_NUMBER = 1481; private volatile java.lang.Object gachaProbUrlOversea_; /** * string gacha_prob_url_oversea = 1481; * @return The gachaProbUrlOversea. */ @java.lang.Override public java.lang.String getGachaProbUrlOversea() { java.lang.Object ref = gachaProbUrlOversea_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); gachaProbUrlOversea_ = s; return s; } } /** * string gacha_prob_url_oversea = 1481; * @return The bytes for gachaProbUrlOversea. */ @java.lang.Override public com.google.protobuf.ByteString getGachaProbUrlOverseaBytes() { java.lang.Object ref = gachaProbUrlOversea_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); gachaProbUrlOversea_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int GACHA_RECORD_URL_OVERSEA_FIELD_NUMBER = 1854; private volatile java.lang.Object gachaRecordUrlOversea_; /** * string gacha_record_url_oversea = 1854; * @return The gachaRecordUrlOversea. */ @java.lang.Override public java.lang.String getGachaRecordUrlOversea() { java.lang.Object ref = gachaRecordUrlOversea_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); gachaRecordUrlOversea_ = s; return s; } } /** * string gacha_record_url_oversea = 1854; * @return The bytes for gachaRecordUrlOversea. */ @java.lang.Override public com.google.protobuf.ByteString getGachaRecordUrlOverseaBytes() { java.lang.Object ref = gachaRecordUrlOversea_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); gachaRecordUrlOversea_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int GACHA_UP_INFO_LIST_FIELD_NUMBER = 1233; private java.util.List gachaUpInfoList_; /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ @java.lang.Override public java.util.List getGachaUpInfoListList() { return gachaUpInfoList_; } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ @java.lang.Override public java.util.List getGachaUpInfoListOrBuilderList() { return gachaUpInfoList_; } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ @java.lang.Override public int getGachaUpInfoListCount() { return gachaUpInfoList_.size(); } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ @java.lang.Override public emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo getGachaUpInfoList(int index) { return gachaUpInfoList_.get(index); } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ @java.lang.Override public emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfoOrBuilder getGachaUpInfoListOrBuilder( int index) { return gachaUpInfoList_.get(index); } public static final int TITLE_TEXTMAP_FIELD_NUMBER = 736; private volatile java.lang.Object titleTextmap_; /** * string title_textmap = 736; * @return The titleTextmap. */ @java.lang.Override public java.lang.String getTitleTextmap() { java.lang.Object ref = titleTextmap_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); titleTextmap_ = s; return s; } } /** * string title_textmap = 736; * @return The bytes for titleTextmap. */ @java.lang.Override public com.google.protobuf.ByteString getTitleTextmapBytes() { java.lang.Object ref = titleTextmap_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); titleTextmap_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DISPLAY_UP5_ITEM_LIST_FIELD_NUMBER = 2006; private com.google.protobuf.Internal.IntList displayUp5ItemList_; /** * repeated uint32 display_up5_item_list = 2006; * @return A list containing the displayUp5ItemList. */ @java.lang.Override public java.util.List getDisplayUp5ItemListList() { return displayUp5ItemList_; } /** * repeated uint32 display_up5_item_list = 2006; * @return The count of displayUp5ItemList. */ public int getDisplayUp5ItemListCount() { return displayUp5ItemList_.size(); } /** * repeated uint32 display_up5_item_list = 2006; * @param index The index of the element to return. * @return The displayUp5ItemList at the given index. */ public int getDisplayUp5ItemList(int index) { return displayUp5ItemList_.getInt(index); } private int displayUp5ItemListMemoizedSerializedSize = -1; public static final int DISPLAY_UP4_ITEM_LIST_FIELD_NUMBER = 1875; private com.google.protobuf.Internal.IntList displayUp4ItemList_; /** * repeated uint32 display_up4_item_list = 1875; * @return A list containing the displayUp4ItemList. */ @java.lang.Override public java.util.List getDisplayUp4ItemListList() { return displayUp4ItemList_; } /** * repeated uint32 display_up4_item_list = 1875; * @return The count of displayUp4ItemList. */ public int getDisplayUp4ItemListCount() { return displayUp4ItemList_.size(); } /** * repeated uint32 display_up4_item_list = 1875; * @param index The index of the element to return. * @return The displayUp4ItemList at the given index. */ public int getDisplayUp4ItemList(int index) { return displayUp4ItemList_.getInt(index); } private int displayUp4ItemListMemoizedSerializedSize = -1; public static final int WISH_ITEM_ID_FIELD_NUMBER = 1637; private int wishItemId_; /** * uint32 wish_item_id = 1637; * @return The wishItemId. */ @java.lang.Override public int getWishItemId() { return wishItemId_; } public static final int WISH_PROGRESS_FIELD_NUMBER = 1819; private int wishProgress_; /** * uint32 wish_progress = 1819; * @return The wishProgress. */ @java.lang.Override public int getWishProgress() { return wishProgress_; } public static final int WISH_MAX_PROGRESS_FIELD_NUMBER = 1222; private int wishMaxProgress_; /** * uint32 wish_max_progress = 1222; * @return The wishMaxProgress. */ @java.lang.Override public int getWishMaxProgress() { return wishMaxProgress_; } public static final int IS_NEW_WISH_FIELD_NUMBER = 733; private boolean isNewWish_; /** * bool is_new_wish = 733; * @return The isNewWish. */ @java.lang.Override public boolean getIsNewWish() { return isNewWish_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (beginTime_ != 0) { output.writeUInt32(1, beginTime_); } if (tenCostItemId_ != 0) { output.writeUInt32(2, tenCostItemId_); } if (costItemNum_ != 0) { output.writeUInt32(3, costItemNum_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaPreviewPrefabPath_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, gachaPreviewPrefabPath_); } if (leftGachaTimes_ != 0) { output.writeUInt32(5, leftGachaTimes_); } if (tenCostItemNum_ != 0) { output.writeUInt32(6, tenCostItemNum_); } if (gachaSortId_ != 0) { output.writeUInt32(7, gachaSortId_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaProbUrl_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 8, gachaProbUrl_); } if (costItemId_ != 0) { output.writeUInt32(9, costItemId_); } if (scheduleId_ != 0) { output.writeUInt32(10, scheduleId_); } if (gachaTimesLimit_ != 0) { output.writeUInt32(11, gachaTimesLimit_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaRecordUrl_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 12, gachaRecordUrl_); } if (gachaType_ != 0) { output.writeUInt32(13, gachaType_); } if (endTime_ != 0) { output.writeUInt32(14, endTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaPrefabPath_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 15, gachaPrefabPath_); } if (isNewWish_ != false) { output.writeBool(733, isNewWish_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(titleTextmap_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 736, titleTextmap_); } if (wishMaxProgress_ != 0) { output.writeUInt32(1222, wishMaxProgress_); } for (int i = 0; i < gachaUpInfoList_.size(); i++) { output.writeMessage(1233, gachaUpInfoList_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaProbUrlOversea_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1481, gachaProbUrlOversea_); } if (wishItemId_ != 0) { output.writeUInt32(1637, wishItemId_); } if (wishProgress_ != 0) { output.writeUInt32(1819, wishProgress_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaRecordUrlOversea_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1854, gachaRecordUrlOversea_); } if (getDisplayUp4ItemListList().size() > 0) { output.writeUInt32NoTag(15002); output.writeUInt32NoTag(displayUp4ItemListMemoizedSerializedSize); } for (int i = 0; i < displayUp4ItemList_.size(); i++) { output.writeUInt32NoTag(displayUp4ItemList_.getInt(i)); } if (getDisplayUp5ItemListList().size() > 0) { output.writeUInt32NoTag(16050); output.writeUInt32NoTag(displayUp5ItemListMemoizedSerializedSize); } for (int i = 0; i < displayUp5ItemList_.size(); i++) { output.writeUInt32NoTag(displayUp5ItemList_.getInt(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (beginTime_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, beginTime_); } if (tenCostItemId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, tenCostItemId_); } if (costItemNum_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, costItemNum_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaPreviewPrefabPath_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, gachaPreviewPrefabPath_); } if (leftGachaTimes_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(5, leftGachaTimes_); } if (tenCostItemNum_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(6, tenCostItemNum_); } if (gachaSortId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(7, gachaSortId_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaProbUrl_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, gachaProbUrl_); } if (costItemId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(9, costItemId_); } if (scheduleId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(10, scheduleId_); } if (gachaTimesLimit_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(11, gachaTimesLimit_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaRecordUrl_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, gachaRecordUrl_); } if (gachaType_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(13, gachaType_); } if (endTime_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(14, endTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaPrefabPath_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, gachaPrefabPath_); } if (isNewWish_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(733, isNewWish_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(titleTextmap_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(736, titleTextmap_); } if (wishMaxProgress_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1222, wishMaxProgress_); } for (int i = 0; i < gachaUpInfoList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1233, gachaUpInfoList_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaProbUrlOversea_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1481, gachaProbUrlOversea_); } if (wishItemId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1637, wishItemId_); } if (wishProgress_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1819, wishProgress_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaRecordUrlOversea_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1854, gachaRecordUrlOversea_); } { int dataSize = 0; for (int i = 0; i < displayUp4ItemList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(displayUp4ItemList_.getInt(i)); } size += dataSize; if (!getDisplayUp4ItemListList().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } displayUp4ItemListMemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < displayUp5ItemList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(displayUp5ItemList_.getInt(i)); } size += dataSize; if (!getDisplayUp5ItemListList().isEmpty()) { size += 2; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } displayUp5ItemListMemoizedSerializedSize = dataSize; } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo)) { return super.equals(obj); } emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo other = (emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo) obj; if (getGachaType() != other.getGachaType()) return false; if (getScheduleId() != other.getScheduleId()) return false; if (getBeginTime() != other.getBeginTime()) return false; if (getEndTime() != other.getEndTime()) return false; if (getCostItemId() != other.getCostItemId()) return false; if (getCostItemNum() != other.getCostItemNum()) return false; if (!getGachaPrefabPath() .equals(other.getGachaPrefabPath())) return false; if (!getGachaProbUrl() .equals(other.getGachaProbUrl())) return false; if (!getGachaRecordUrl() .equals(other.getGachaRecordUrl())) return false; if (!getGachaPreviewPrefabPath() .equals(other.getGachaPreviewPrefabPath())) return false; if (getTenCostItemId() != other.getTenCostItemId()) return false; if (getTenCostItemNum() != other.getTenCostItemNum()) return false; if (getLeftGachaTimes() != other.getLeftGachaTimes()) return false; if (getGachaTimesLimit() != other.getGachaTimesLimit()) return false; if (getGachaSortId() != other.getGachaSortId()) return false; if (!getGachaProbUrlOversea() .equals(other.getGachaProbUrlOversea())) return false; if (!getGachaRecordUrlOversea() .equals(other.getGachaRecordUrlOversea())) return false; if (!getGachaUpInfoListList() .equals(other.getGachaUpInfoListList())) return false; if (!getTitleTextmap() .equals(other.getTitleTextmap())) return false; if (!getDisplayUp5ItemListList() .equals(other.getDisplayUp5ItemListList())) return false; if (!getDisplayUp4ItemListList() .equals(other.getDisplayUp4ItemListList())) return false; if (getWishItemId() != other.getWishItemId()) return false; if (getWishProgress() != other.getWishProgress()) return false; if (getWishMaxProgress() != other.getWishMaxProgress()) return false; if (getIsNewWish() != other.getIsNewWish()) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + GACHA_TYPE_FIELD_NUMBER; hash = (53 * hash) + getGachaType(); hash = (37 * hash) + SCHEDULE_ID_FIELD_NUMBER; hash = (53 * hash) + getScheduleId(); hash = (37 * hash) + BEGIN_TIME_FIELD_NUMBER; hash = (53 * hash) + getBeginTime(); hash = (37 * hash) + END_TIME_FIELD_NUMBER; hash = (53 * hash) + getEndTime(); hash = (37 * hash) + COST_ITEM_ID_FIELD_NUMBER; hash = (53 * hash) + getCostItemId(); hash = (37 * hash) + COST_ITEM_NUM_FIELD_NUMBER; hash = (53 * hash) + getCostItemNum(); hash = (37 * hash) + GACHA_PREFAB_PATH_FIELD_NUMBER; hash = (53 * hash) + getGachaPrefabPath().hashCode(); hash = (37 * hash) + GACHA_PROB_URL_FIELD_NUMBER; hash = (53 * hash) + getGachaProbUrl().hashCode(); hash = (37 * hash) + GACHA_RECORD_URL_FIELD_NUMBER; hash = (53 * hash) + getGachaRecordUrl().hashCode(); hash = (37 * hash) + GACHA_PREVIEW_PREFAB_PATH_FIELD_NUMBER; hash = (53 * hash) + getGachaPreviewPrefabPath().hashCode(); hash = (37 * hash) + TEN_COST_ITEM_ID_FIELD_NUMBER; hash = (53 * hash) + getTenCostItemId(); hash = (37 * hash) + TEN_COST_ITEM_NUM_FIELD_NUMBER; hash = (53 * hash) + getTenCostItemNum(); hash = (37 * hash) + LEFT_GACHA_TIMES_FIELD_NUMBER; hash = (53 * hash) + getLeftGachaTimes(); hash = (37 * hash) + GACHA_TIMES_LIMIT_FIELD_NUMBER; hash = (53 * hash) + getGachaTimesLimit(); hash = (37 * hash) + GACHA_SORT_ID_FIELD_NUMBER; hash = (53 * hash) + getGachaSortId(); hash = (37 * hash) + GACHA_PROB_URL_OVERSEA_FIELD_NUMBER; hash = (53 * hash) + getGachaProbUrlOversea().hashCode(); hash = (37 * hash) + GACHA_RECORD_URL_OVERSEA_FIELD_NUMBER; hash = (53 * hash) + getGachaRecordUrlOversea().hashCode(); if (getGachaUpInfoListCount() > 0) { hash = (37 * hash) + GACHA_UP_INFO_LIST_FIELD_NUMBER; hash = (53 * hash) + getGachaUpInfoListList().hashCode(); } hash = (37 * hash) + TITLE_TEXTMAP_FIELD_NUMBER; hash = (53 * hash) + getTitleTextmap().hashCode(); if (getDisplayUp5ItemListCount() > 0) { hash = (37 * hash) + DISPLAY_UP5_ITEM_LIST_FIELD_NUMBER; hash = (53 * hash) + getDisplayUp5ItemListList().hashCode(); } if (getDisplayUp4ItemListCount() > 0) { hash = (37 * hash) + DISPLAY_UP4_ITEM_LIST_FIELD_NUMBER; hash = (53 * hash) + getDisplayUp4ItemListList().hashCode(); } hash = (37 * hash) + WISH_ITEM_ID_FIELD_NUMBER; hash = (53 * hash) + getWishItemId(); hash = (37 * hash) + WISH_PROGRESS_FIELD_NUMBER; hash = (53 * hash) + getWishProgress(); hash = (37 * hash) + WISH_MAX_PROGRESS_FIELD_NUMBER; hash = (53 * hash) + getWishMaxProgress(); hash = (37 * hash) + IS_NEW_WISH_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsNewWish()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code GachaInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:GachaInfo) emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.GachaInfoOuterClass.internal_static_GachaInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.GachaInfoOuterClass.internal_static_GachaInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.class, emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.Builder.class); } // Construct using emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getGachaUpInfoListFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); gachaType_ = 0; scheduleId_ = 0; beginTime_ = 0; endTime_ = 0; costItemId_ = 0; costItemNum_ = 0; gachaPrefabPath_ = ""; gachaProbUrl_ = ""; gachaRecordUrl_ = ""; gachaPreviewPrefabPath_ = ""; tenCostItemId_ = 0; tenCostItemNum_ = 0; leftGachaTimes_ = 0; gachaTimesLimit_ = 0; gachaSortId_ = 0; gachaProbUrlOversea_ = ""; gachaRecordUrlOversea_ = ""; if (gachaUpInfoListBuilder_ == null) { gachaUpInfoList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { gachaUpInfoListBuilder_.clear(); } titleTextmap_ = ""; displayUp5ItemList_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000002); displayUp4ItemList_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000004); wishItemId_ = 0; wishProgress_ = 0; wishMaxProgress_ = 0; isNewWish_ = false; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.GachaInfoOuterClass.internal_static_GachaInfo_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo getDefaultInstanceForType() { return emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo build() { emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo buildPartial() { emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo result = new emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo(this); int from_bitField0_ = bitField0_; result.gachaType_ = gachaType_; result.scheduleId_ = scheduleId_; result.beginTime_ = beginTime_; result.endTime_ = endTime_; result.costItemId_ = costItemId_; result.costItemNum_ = costItemNum_; result.gachaPrefabPath_ = gachaPrefabPath_; result.gachaProbUrl_ = gachaProbUrl_; result.gachaRecordUrl_ = gachaRecordUrl_; result.gachaPreviewPrefabPath_ = gachaPreviewPrefabPath_; result.tenCostItemId_ = tenCostItemId_; result.tenCostItemNum_ = tenCostItemNum_; result.leftGachaTimes_ = leftGachaTimes_; result.gachaTimesLimit_ = gachaTimesLimit_; result.gachaSortId_ = gachaSortId_; result.gachaProbUrlOversea_ = gachaProbUrlOversea_; result.gachaRecordUrlOversea_ = gachaRecordUrlOversea_; if (gachaUpInfoListBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { gachaUpInfoList_ = java.util.Collections.unmodifiableList(gachaUpInfoList_); bitField0_ = (bitField0_ & ~0x00000001); } result.gachaUpInfoList_ = gachaUpInfoList_; } else { result.gachaUpInfoList_ = gachaUpInfoListBuilder_.build(); } result.titleTextmap_ = titleTextmap_; if (((bitField0_ & 0x00000002) != 0)) { displayUp5ItemList_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000002); } result.displayUp5ItemList_ = displayUp5ItemList_; if (((bitField0_ & 0x00000004) != 0)) { displayUp4ItemList_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000004); } result.displayUp4ItemList_ = displayUp4ItemList_; result.wishItemId_ = wishItemId_; result.wishProgress_ = wishProgress_; result.wishMaxProgress_ = wishMaxProgress_; result.isNewWish_ = isNewWish_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo) { return mergeFrom((emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo other) { if (other == emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.getDefaultInstance()) return this; if (other.getGachaType() != 0) { setGachaType(other.getGachaType()); } if (other.getScheduleId() != 0) { setScheduleId(other.getScheduleId()); } if (other.getBeginTime() != 0) { setBeginTime(other.getBeginTime()); } if (other.getEndTime() != 0) { setEndTime(other.getEndTime()); } if (other.getCostItemId() != 0) { setCostItemId(other.getCostItemId()); } if (other.getCostItemNum() != 0) { setCostItemNum(other.getCostItemNum()); } if (!other.getGachaPrefabPath().isEmpty()) { gachaPrefabPath_ = other.gachaPrefabPath_; onChanged(); } if (!other.getGachaProbUrl().isEmpty()) { gachaProbUrl_ = other.gachaProbUrl_; onChanged(); } if (!other.getGachaRecordUrl().isEmpty()) { gachaRecordUrl_ = other.gachaRecordUrl_; onChanged(); } if (!other.getGachaPreviewPrefabPath().isEmpty()) { gachaPreviewPrefabPath_ = other.gachaPreviewPrefabPath_; onChanged(); } if (other.getTenCostItemId() != 0) { setTenCostItemId(other.getTenCostItemId()); } if (other.getTenCostItemNum() != 0) { setTenCostItemNum(other.getTenCostItemNum()); } if (other.getLeftGachaTimes() != 0) { setLeftGachaTimes(other.getLeftGachaTimes()); } if (other.getGachaTimesLimit() != 0) { setGachaTimesLimit(other.getGachaTimesLimit()); } if (other.getGachaSortId() != 0) { setGachaSortId(other.getGachaSortId()); } if (!other.getGachaProbUrlOversea().isEmpty()) { gachaProbUrlOversea_ = other.gachaProbUrlOversea_; onChanged(); } if (!other.getGachaRecordUrlOversea().isEmpty()) { gachaRecordUrlOversea_ = other.gachaRecordUrlOversea_; onChanged(); } if (gachaUpInfoListBuilder_ == null) { if (!other.gachaUpInfoList_.isEmpty()) { if (gachaUpInfoList_.isEmpty()) { gachaUpInfoList_ = other.gachaUpInfoList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureGachaUpInfoListIsMutable(); gachaUpInfoList_.addAll(other.gachaUpInfoList_); } onChanged(); } } else { if (!other.gachaUpInfoList_.isEmpty()) { if (gachaUpInfoListBuilder_.isEmpty()) { gachaUpInfoListBuilder_.dispose(); gachaUpInfoListBuilder_ = null; gachaUpInfoList_ = other.gachaUpInfoList_; bitField0_ = (bitField0_ & ~0x00000001); gachaUpInfoListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getGachaUpInfoListFieldBuilder() : null; } else { gachaUpInfoListBuilder_.addAllMessages(other.gachaUpInfoList_); } } } if (!other.getTitleTextmap().isEmpty()) { titleTextmap_ = other.titleTextmap_; onChanged(); } if (!other.displayUp5ItemList_.isEmpty()) { if (displayUp5ItemList_.isEmpty()) { displayUp5ItemList_ = other.displayUp5ItemList_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureDisplayUp5ItemListIsMutable(); displayUp5ItemList_.addAll(other.displayUp5ItemList_); } onChanged(); } if (!other.displayUp4ItemList_.isEmpty()) { if (displayUp4ItemList_.isEmpty()) { displayUp4ItemList_ = other.displayUp4ItemList_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureDisplayUp4ItemListIsMutable(); displayUp4ItemList_.addAll(other.displayUp4ItemList_); } onChanged(); } if (other.getWishItemId() != 0) { setWishItemId(other.getWishItemId()); } if (other.getWishProgress() != 0) { setWishProgress(other.getWishProgress()); } if (other.getWishMaxProgress() != 0) { setWishMaxProgress(other.getWishMaxProgress()); } if (other.getIsNewWish() != false) { setIsNewWish(other.getIsNewWish()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int gachaType_ ; /** * uint32 gacha_type = 13; * @return The gachaType. */ @java.lang.Override public int getGachaType() { return gachaType_; } /** * uint32 gacha_type = 13; * @param value The gachaType to set. * @return This builder for chaining. */ public Builder setGachaType(int value) { gachaType_ = value; onChanged(); return this; } /** * uint32 gacha_type = 13; * @return This builder for chaining. */ public Builder clearGachaType() { gachaType_ = 0; onChanged(); return this; } private int scheduleId_ ; /** * uint32 schedule_id = 10; * @return The scheduleId. */ @java.lang.Override public int getScheduleId() { return scheduleId_; } /** * uint32 schedule_id = 10; * @param value The scheduleId to set. * @return This builder for chaining. */ public Builder setScheduleId(int value) { scheduleId_ = value; onChanged(); return this; } /** * uint32 schedule_id = 10; * @return This builder for chaining. */ public Builder clearScheduleId() { scheduleId_ = 0; onChanged(); return this; } private int beginTime_ ; /** * uint32 begin_time = 1; * @return The beginTime. */ @java.lang.Override public int getBeginTime() { return beginTime_; } /** * uint32 begin_time = 1; * @param value The beginTime to set. * @return This builder for chaining. */ public Builder setBeginTime(int value) { beginTime_ = value; onChanged(); return this; } /** * uint32 begin_time = 1; * @return This builder for chaining. */ public Builder clearBeginTime() { beginTime_ = 0; onChanged(); return this; } private int endTime_ ; /** * uint32 end_time = 14; * @return The endTime. */ @java.lang.Override public int getEndTime() { return endTime_; } /** * uint32 end_time = 14; * @param value The endTime to set. * @return This builder for chaining. */ public Builder setEndTime(int value) { endTime_ = value; onChanged(); return this; } /** * uint32 end_time = 14; * @return This builder for chaining. */ public Builder clearEndTime() { endTime_ = 0; onChanged(); return this; } private int costItemId_ ; /** * uint32 cost_item_id = 9; * @return The costItemId. */ @java.lang.Override public int getCostItemId() { return costItemId_; } /** * uint32 cost_item_id = 9; * @param value The costItemId to set. * @return This builder for chaining. */ public Builder setCostItemId(int value) { costItemId_ = value; onChanged(); return this; } /** * uint32 cost_item_id = 9; * @return This builder for chaining. */ public Builder clearCostItemId() { costItemId_ = 0; onChanged(); return this; } private int costItemNum_ ; /** * uint32 cost_item_num = 3; * @return The costItemNum. */ @java.lang.Override public int getCostItemNum() { return costItemNum_; } /** * uint32 cost_item_num = 3; * @param value The costItemNum to set. * @return This builder for chaining. */ public Builder setCostItemNum(int value) { costItemNum_ = value; onChanged(); return this; } /** * uint32 cost_item_num = 3; * @return This builder for chaining. */ public Builder clearCostItemNum() { costItemNum_ = 0; onChanged(); return this; } private java.lang.Object gachaPrefabPath_ = ""; /** * string gacha_prefab_path = 15; * @return The gachaPrefabPath. */ public java.lang.String getGachaPrefabPath() { java.lang.Object ref = gachaPrefabPath_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); gachaPrefabPath_ = s; return s; } else { return (java.lang.String) ref; } } /** * string gacha_prefab_path = 15; * @return The bytes for gachaPrefabPath. */ public com.google.protobuf.ByteString getGachaPrefabPathBytes() { java.lang.Object ref = gachaPrefabPath_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); gachaPrefabPath_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string gacha_prefab_path = 15; * @param value The gachaPrefabPath to set. * @return This builder for chaining. */ public Builder setGachaPrefabPath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } gachaPrefabPath_ = value; onChanged(); return this; } /** * string gacha_prefab_path = 15; * @return This builder for chaining. */ public Builder clearGachaPrefabPath() { gachaPrefabPath_ = getDefaultInstance().getGachaPrefabPath(); onChanged(); return this; } /** * string gacha_prefab_path = 15; * @param value The bytes for gachaPrefabPath to set. * @return This builder for chaining. */ public Builder setGachaPrefabPathBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); gachaPrefabPath_ = value; onChanged(); return this; } private java.lang.Object gachaProbUrl_ = ""; /** * string gacha_prob_url = 8; * @return The gachaProbUrl. */ public java.lang.String getGachaProbUrl() { java.lang.Object ref = gachaProbUrl_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); gachaProbUrl_ = s; return s; } else { return (java.lang.String) ref; } } /** * string gacha_prob_url = 8; * @return The bytes for gachaProbUrl. */ public com.google.protobuf.ByteString getGachaProbUrlBytes() { java.lang.Object ref = gachaProbUrl_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); gachaProbUrl_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string gacha_prob_url = 8; * @param value The gachaProbUrl to set. * @return This builder for chaining. */ public Builder setGachaProbUrl( java.lang.String value) { if (value == null) { throw new NullPointerException(); } gachaProbUrl_ = value; onChanged(); return this; } /** * string gacha_prob_url = 8; * @return This builder for chaining. */ public Builder clearGachaProbUrl() { gachaProbUrl_ = getDefaultInstance().getGachaProbUrl(); onChanged(); return this; } /** * string gacha_prob_url = 8; * @param value The bytes for gachaProbUrl to set. * @return This builder for chaining. */ public Builder setGachaProbUrlBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); gachaProbUrl_ = value; onChanged(); return this; } private java.lang.Object gachaRecordUrl_ = ""; /** * string gacha_record_url = 12; * @return The gachaRecordUrl. */ public java.lang.String getGachaRecordUrl() { java.lang.Object ref = gachaRecordUrl_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); gachaRecordUrl_ = s; return s; } else { return (java.lang.String) ref; } } /** * string gacha_record_url = 12; * @return The bytes for gachaRecordUrl. */ public com.google.protobuf.ByteString getGachaRecordUrlBytes() { java.lang.Object ref = gachaRecordUrl_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); gachaRecordUrl_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string gacha_record_url = 12; * @param value The gachaRecordUrl to set. * @return This builder for chaining. */ public Builder setGachaRecordUrl( java.lang.String value) { if (value == null) { throw new NullPointerException(); } gachaRecordUrl_ = value; onChanged(); return this; } /** * string gacha_record_url = 12; * @return This builder for chaining. */ public Builder clearGachaRecordUrl() { gachaRecordUrl_ = getDefaultInstance().getGachaRecordUrl(); onChanged(); return this; } /** * string gacha_record_url = 12; * @param value The bytes for gachaRecordUrl to set. * @return This builder for chaining. */ public Builder setGachaRecordUrlBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); gachaRecordUrl_ = value; onChanged(); return this; } private java.lang.Object gachaPreviewPrefabPath_ = ""; /** * string gacha_preview_prefab_path = 4; * @return The gachaPreviewPrefabPath. */ public java.lang.String getGachaPreviewPrefabPath() { java.lang.Object ref = gachaPreviewPrefabPath_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); gachaPreviewPrefabPath_ = s; return s; } else { return (java.lang.String) ref; } } /** * string gacha_preview_prefab_path = 4; * @return The bytes for gachaPreviewPrefabPath. */ public com.google.protobuf.ByteString getGachaPreviewPrefabPathBytes() { java.lang.Object ref = gachaPreviewPrefabPath_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); gachaPreviewPrefabPath_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string gacha_preview_prefab_path = 4; * @param value The gachaPreviewPrefabPath to set. * @return This builder for chaining. */ public Builder setGachaPreviewPrefabPath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } gachaPreviewPrefabPath_ = value; onChanged(); return this; } /** * string gacha_preview_prefab_path = 4; * @return This builder for chaining. */ public Builder clearGachaPreviewPrefabPath() { gachaPreviewPrefabPath_ = getDefaultInstance().getGachaPreviewPrefabPath(); onChanged(); return this; } /** * string gacha_preview_prefab_path = 4; * @param value The bytes for gachaPreviewPrefabPath to set. * @return This builder for chaining. */ public Builder setGachaPreviewPrefabPathBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); gachaPreviewPrefabPath_ = value; onChanged(); return this; } private int tenCostItemId_ ; /** * uint32 ten_cost_item_id = 2; * @return The tenCostItemId. */ @java.lang.Override public int getTenCostItemId() { return tenCostItemId_; } /** * uint32 ten_cost_item_id = 2; * @param value The tenCostItemId to set. * @return This builder for chaining. */ public Builder setTenCostItemId(int value) { tenCostItemId_ = value; onChanged(); return this; } /** * uint32 ten_cost_item_id = 2; * @return This builder for chaining. */ public Builder clearTenCostItemId() { tenCostItemId_ = 0; onChanged(); return this; } private int tenCostItemNum_ ; /** * uint32 ten_cost_item_num = 6; * @return The tenCostItemNum. */ @java.lang.Override public int getTenCostItemNum() { return tenCostItemNum_; } /** * uint32 ten_cost_item_num = 6; * @param value The tenCostItemNum to set. * @return This builder for chaining. */ public Builder setTenCostItemNum(int value) { tenCostItemNum_ = value; onChanged(); return this; } /** * uint32 ten_cost_item_num = 6; * @return This builder for chaining. */ public Builder clearTenCostItemNum() { tenCostItemNum_ = 0; onChanged(); return this; } private int leftGachaTimes_ ; /** * uint32 left_gacha_times = 5; * @return The leftGachaTimes. */ @java.lang.Override public int getLeftGachaTimes() { return leftGachaTimes_; } /** * uint32 left_gacha_times = 5; * @param value The leftGachaTimes to set. * @return This builder for chaining. */ public Builder setLeftGachaTimes(int value) { leftGachaTimes_ = value; onChanged(); return this; } /** * uint32 left_gacha_times = 5; * @return This builder for chaining. */ public Builder clearLeftGachaTimes() { leftGachaTimes_ = 0; onChanged(); return this; } private int gachaTimesLimit_ ; /** * uint32 gacha_times_limit = 11; * @return The gachaTimesLimit. */ @java.lang.Override public int getGachaTimesLimit() { return gachaTimesLimit_; } /** * uint32 gacha_times_limit = 11; * @param value The gachaTimesLimit to set. * @return This builder for chaining. */ public Builder setGachaTimesLimit(int value) { gachaTimesLimit_ = value; onChanged(); return this; } /** * uint32 gacha_times_limit = 11; * @return This builder for chaining. */ public Builder clearGachaTimesLimit() { gachaTimesLimit_ = 0; onChanged(); return this; } private int gachaSortId_ ; /** * uint32 gacha_sort_id = 7; * @return The gachaSortId. */ @java.lang.Override public int getGachaSortId() { return gachaSortId_; } /** * uint32 gacha_sort_id = 7; * @param value The gachaSortId to set. * @return This builder for chaining. */ public Builder setGachaSortId(int value) { gachaSortId_ = value; onChanged(); return this; } /** * uint32 gacha_sort_id = 7; * @return This builder for chaining. */ public Builder clearGachaSortId() { gachaSortId_ = 0; onChanged(); return this; } private java.lang.Object gachaProbUrlOversea_ = ""; /** * string gacha_prob_url_oversea = 1481; * @return The gachaProbUrlOversea. */ public java.lang.String getGachaProbUrlOversea() { java.lang.Object ref = gachaProbUrlOversea_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); gachaProbUrlOversea_ = s; return s; } else { return (java.lang.String) ref; } } /** * string gacha_prob_url_oversea = 1481; * @return The bytes for gachaProbUrlOversea. */ public com.google.protobuf.ByteString getGachaProbUrlOverseaBytes() { java.lang.Object ref = gachaProbUrlOversea_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); gachaProbUrlOversea_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string gacha_prob_url_oversea = 1481; * @param value The gachaProbUrlOversea to set. * @return This builder for chaining. */ public Builder setGachaProbUrlOversea( java.lang.String value) { if (value == null) { throw new NullPointerException(); } gachaProbUrlOversea_ = value; onChanged(); return this; } /** * string gacha_prob_url_oversea = 1481; * @return This builder for chaining. */ public Builder clearGachaProbUrlOversea() { gachaProbUrlOversea_ = getDefaultInstance().getGachaProbUrlOversea(); onChanged(); return this; } /** * string gacha_prob_url_oversea = 1481; * @param value The bytes for gachaProbUrlOversea to set. * @return This builder for chaining. */ public Builder setGachaProbUrlOverseaBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); gachaProbUrlOversea_ = value; onChanged(); return this; } private java.lang.Object gachaRecordUrlOversea_ = ""; /** * string gacha_record_url_oversea = 1854; * @return The gachaRecordUrlOversea. */ public java.lang.String getGachaRecordUrlOversea() { java.lang.Object ref = gachaRecordUrlOversea_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); gachaRecordUrlOversea_ = s; return s; } else { return (java.lang.String) ref; } } /** * string gacha_record_url_oversea = 1854; * @return The bytes for gachaRecordUrlOversea. */ public com.google.protobuf.ByteString getGachaRecordUrlOverseaBytes() { java.lang.Object ref = gachaRecordUrlOversea_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); gachaRecordUrlOversea_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string gacha_record_url_oversea = 1854; * @param value The gachaRecordUrlOversea to set. * @return This builder for chaining. */ public Builder setGachaRecordUrlOversea( java.lang.String value) { if (value == null) { throw new NullPointerException(); } gachaRecordUrlOversea_ = value; onChanged(); return this; } /** * string gacha_record_url_oversea = 1854; * @return This builder for chaining. */ public Builder clearGachaRecordUrlOversea() { gachaRecordUrlOversea_ = getDefaultInstance().getGachaRecordUrlOversea(); onChanged(); return this; } /** * string gacha_record_url_oversea = 1854; * @param value The bytes for gachaRecordUrlOversea to set. * @return This builder for chaining. */ public Builder setGachaRecordUrlOverseaBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); gachaRecordUrlOversea_ = value; onChanged(); return this; } private java.util.List gachaUpInfoList_ = java.util.Collections.emptyList(); private void ensureGachaUpInfoListIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { gachaUpInfoList_ = new java.util.ArrayList(gachaUpInfoList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo, emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo.Builder, emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfoOrBuilder> gachaUpInfoListBuilder_; /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public java.util.List getGachaUpInfoListList() { if (gachaUpInfoListBuilder_ == null) { return java.util.Collections.unmodifiableList(gachaUpInfoList_); } else { return gachaUpInfoListBuilder_.getMessageList(); } } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public int getGachaUpInfoListCount() { if (gachaUpInfoListBuilder_ == null) { return gachaUpInfoList_.size(); } else { return gachaUpInfoListBuilder_.getCount(); } } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo getGachaUpInfoList(int index) { if (gachaUpInfoListBuilder_ == null) { return gachaUpInfoList_.get(index); } else { return gachaUpInfoListBuilder_.getMessage(index); } } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public Builder setGachaUpInfoList( int index, emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo value) { if (gachaUpInfoListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureGachaUpInfoListIsMutable(); gachaUpInfoList_.set(index, value); onChanged(); } else { gachaUpInfoListBuilder_.setMessage(index, value); } return this; } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public Builder setGachaUpInfoList( int index, emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo.Builder builderForValue) { if (gachaUpInfoListBuilder_ == null) { ensureGachaUpInfoListIsMutable(); gachaUpInfoList_.set(index, builderForValue.build()); onChanged(); } else { gachaUpInfoListBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public Builder addGachaUpInfoList(emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo value) { if (gachaUpInfoListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureGachaUpInfoListIsMutable(); gachaUpInfoList_.add(value); onChanged(); } else { gachaUpInfoListBuilder_.addMessage(value); } return this; } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public Builder addGachaUpInfoList( int index, emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo value) { if (gachaUpInfoListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureGachaUpInfoListIsMutable(); gachaUpInfoList_.add(index, value); onChanged(); } else { gachaUpInfoListBuilder_.addMessage(index, value); } return this; } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public Builder addGachaUpInfoList( emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo.Builder builderForValue) { if (gachaUpInfoListBuilder_ == null) { ensureGachaUpInfoListIsMutable(); gachaUpInfoList_.add(builderForValue.build()); onChanged(); } else { gachaUpInfoListBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public Builder addGachaUpInfoList( int index, emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo.Builder builderForValue) { if (gachaUpInfoListBuilder_ == null) { ensureGachaUpInfoListIsMutable(); gachaUpInfoList_.add(index, builderForValue.build()); onChanged(); } else { gachaUpInfoListBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public Builder addAllGachaUpInfoList( java.lang.Iterable values) { if (gachaUpInfoListBuilder_ == null) { ensureGachaUpInfoListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, gachaUpInfoList_); onChanged(); } else { gachaUpInfoListBuilder_.addAllMessages(values); } return this; } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public Builder clearGachaUpInfoList() { if (gachaUpInfoListBuilder_ == null) { gachaUpInfoList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { gachaUpInfoListBuilder_.clear(); } return this; } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public Builder removeGachaUpInfoList(int index) { if (gachaUpInfoListBuilder_ == null) { ensureGachaUpInfoListIsMutable(); gachaUpInfoList_.remove(index); onChanged(); } else { gachaUpInfoListBuilder_.remove(index); } return this; } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo.Builder getGachaUpInfoListBuilder( int index) { return getGachaUpInfoListFieldBuilder().getBuilder(index); } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfoOrBuilder getGachaUpInfoListOrBuilder( int index) { if (gachaUpInfoListBuilder_ == null) { return gachaUpInfoList_.get(index); } else { return gachaUpInfoListBuilder_.getMessageOrBuilder(index); } } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public java.util.List getGachaUpInfoListOrBuilderList() { if (gachaUpInfoListBuilder_ != null) { return gachaUpInfoListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(gachaUpInfoList_); } } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo.Builder addGachaUpInfoListBuilder() { return getGachaUpInfoListFieldBuilder().addBuilder( emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo.getDefaultInstance()); } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo.Builder addGachaUpInfoListBuilder( int index) { return getGachaUpInfoListFieldBuilder().addBuilder( index, emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo.getDefaultInstance()); } /** * repeated .GachaUpInfo gacha_up_info_list = 1233; */ public java.util.List getGachaUpInfoListBuilderList() { return getGachaUpInfoListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo, emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo.Builder, emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfoOrBuilder> getGachaUpInfoListFieldBuilder() { if (gachaUpInfoListBuilder_ == null) { gachaUpInfoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo, emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfo.Builder, emu.grasscutter.net.proto.GachaUpInfoOuterClass.GachaUpInfoOrBuilder>( gachaUpInfoList_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); gachaUpInfoList_ = null; } return gachaUpInfoListBuilder_; } private java.lang.Object titleTextmap_ = ""; /** * string title_textmap = 736; * @return The titleTextmap. */ public java.lang.String getTitleTextmap() { java.lang.Object ref = titleTextmap_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); titleTextmap_ = s; return s; } else { return (java.lang.String) ref; } } /** * string title_textmap = 736; * @return The bytes for titleTextmap. */ public com.google.protobuf.ByteString getTitleTextmapBytes() { java.lang.Object ref = titleTextmap_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); titleTextmap_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string title_textmap = 736; * @param value The titleTextmap to set. * @return This builder for chaining. */ public Builder setTitleTextmap( java.lang.String value) { if (value == null) { throw new NullPointerException(); } titleTextmap_ = value; onChanged(); return this; } /** * string title_textmap = 736; * @return This builder for chaining. */ public Builder clearTitleTextmap() { titleTextmap_ = getDefaultInstance().getTitleTextmap(); onChanged(); return this; } /** * string title_textmap = 736; * @param value The bytes for titleTextmap to set. * @return This builder for chaining. */ public Builder setTitleTextmapBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); titleTextmap_ = value; onChanged(); return this; } private com.google.protobuf.Internal.IntList displayUp5ItemList_ = emptyIntList(); private void ensureDisplayUp5ItemListIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { displayUp5ItemList_ = mutableCopy(displayUp5ItemList_); bitField0_ |= 0x00000002; } } /** * repeated uint32 display_up5_item_list = 2006; * @return A list containing the displayUp5ItemList. */ public java.util.List getDisplayUp5ItemListList() { return ((bitField0_ & 0x00000002) != 0) ? java.util.Collections.unmodifiableList(displayUp5ItemList_) : displayUp5ItemList_; } /** * repeated uint32 display_up5_item_list = 2006; * @return The count of displayUp5ItemList. */ public int getDisplayUp5ItemListCount() { return displayUp5ItemList_.size(); } /** * repeated uint32 display_up5_item_list = 2006; * @param index The index of the element to return. * @return The displayUp5ItemList at the given index. */ public int getDisplayUp5ItemList(int index) { return displayUp5ItemList_.getInt(index); } /** * repeated uint32 display_up5_item_list = 2006; * @param index The index to set the value at. * @param value The displayUp5ItemList to set. * @return This builder for chaining. */ public Builder setDisplayUp5ItemList( int index, int value) { ensureDisplayUp5ItemListIsMutable(); displayUp5ItemList_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 display_up5_item_list = 2006; * @param value The displayUp5ItemList to add. * @return This builder for chaining. */ public Builder addDisplayUp5ItemList(int value) { ensureDisplayUp5ItemListIsMutable(); displayUp5ItemList_.addInt(value); onChanged(); return this; } /** * repeated uint32 display_up5_item_list = 2006; * @param values The displayUp5ItemList to add. * @return This builder for chaining. */ public Builder addAllDisplayUp5ItemList( java.lang.Iterable values) { ensureDisplayUp5ItemListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, displayUp5ItemList_); onChanged(); return this; } /** * repeated uint32 display_up5_item_list = 2006; * @return This builder for chaining. */ public Builder clearDisplayUp5ItemList() { displayUp5ItemList_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } private com.google.protobuf.Internal.IntList displayUp4ItemList_ = emptyIntList(); private void ensureDisplayUp4ItemListIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { displayUp4ItemList_ = mutableCopy(displayUp4ItemList_); bitField0_ |= 0x00000004; } } /** * repeated uint32 display_up4_item_list = 1875; * @return A list containing the displayUp4ItemList. */ public java.util.List getDisplayUp4ItemListList() { return ((bitField0_ & 0x00000004) != 0) ? java.util.Collections.unmodifiableList(displayUp4ItemList_) : displayUp4ItemList_; } /** * repeated uint32 display_up4_item_list = 1875; * @return The count of displayUp4ItemList. */ public int getDisplayUp4ItemListCount() { return displayUp4ItemList_.size(); } /** * repeated uint32 display_up4_item_list = 1875; * @param index The index of the element to return. * @return The displayUp4ItemList at the given index. */ public int getDisplayUp4ItemList(int index) { return displayUp4ItemList_.getInt(index); } /** * repeated uint32 display_up4_item_list = 1875; * @param index The index to set the value at. * @param value The displayUp4ItemList to set. * @return This builder for chaining. */ public Builder setDisplayUp4ItemList( int index, int value) { ensureDisplayUp4ItemListIsMutable(); displayUp4ItemList_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 display_up4_item_list = 1875; * @param value The displayUp4ItemList to add. * @return This builder for chaining. */ public Builder addDisplayUp4ItemList(int value) { ensureDisplayUp4ItemListIsMutable(); displayUp4ItemList_.addInt(value); onChanged(); return this; } /** * repeated uint32 display_up4_item_list = 1875; * @param values The displayUp4ItemList to add. * @return This builder for chaining. */ public Builder addAllDisplayUp4ItemList( java.lang.Iterable values) { ensureDisplayUp4ItemListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, displayUp4ItemList_); onChanged(); return this; } /** * repeated uint32 display_up4_item_list = 1875; * @return This builder for chaining. */ public Builder clearDisplayUp4ItemList() { displayUp4ItemList_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } private int wishItemId_ ; /** * uint32 wish_item_id = 1637; * @return The wishItemId. */ @java.lang.Override public int getWishItemId() { return wishItemId_; } /** * uint32 wish_item_id = 1637; * @param value The wishItemId to set. * @return This builder for chaining. */ public Builder setWishItemId(int value) { wishItemId_ = value; onChanged(); return this; } /** * uint32 wish_item_id = 1637; * @return This builder for chaining. */ public Builder clearWishItemId() { wishItemId_ = 0; onChanged(); return this; } private int wishProgress_ ; /** * uint32 wish_progress = 1819; * @return The wishProgress. */ @java.lang.Override public int getWishProgress() { return wishProgress_; } /** * uint32 wish_progress = 1819; * @param value The wishProgress to set. * @return This builder for chaining. */ public Builder setWishProgress(int value) { wishProgress_ = value; onChanged(); return this; } /** * uint32 wish_progress = 1819; * @return This builder for chaining. */ public Builder clearWishProgress() { wishProgress_ = 0; onChanged(); return this; } private int wishMaxProgress_ ; /** * uint32 wish_max_progress = 1222; * @return The wishMaxProgress. */ @java.lang.Override public int getWishMaxProgress() { return wishMaxProgress_; } /** * uint32 wish_max_progress = 1222; * @param value The wishMaxProgress to set. * @return This builder for chaining. */ public Builder setWishMaxProgress(int value) { wishMaxProgress_ = value; onChanged(); return this; } /** * uint32 wish_max_progress = 1222; * @return This builder for chaining. */ public Builder clearWishMaxProgress() { wishMaxProgress_ = 0; onChanged(); return this; } private boolean isNewWish_ ; /** * bool is_new_wish = 733; * @return The isNewWish. */ @java.lang.Override public boolean getIsNewWish() { return isNewWish_; } /** * bool is_new_wish = 733; * @param value The isNewWish to set. * @return This builder for chaining. */ public Builder setIsNewWish(boolean value) { isNewWish_ = value; onChanged(); return this; } /** * bool is_new_wish = 733; * @return This builder for chaining. */ public Builder clearIsNewWish() { isNewWish_ = false; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:GachaInfo) } // @@protoc_insertion_point(class_scope:GachaInfo) private static final emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo(); } public static emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public GachaInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new GachaInfo(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_GachaInfo_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_GachaInfo_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\017GachaInfo.proto\032\021GachaUpInfo.proto\"\240\005\n" + "\tGachaInfo\022\022\n\ngacha_type\030\r \001(\r\022\023\n\013schedu" + "le_id\030\n \001(\r\022\022\n\nbegin_time\030\001 \001(\r\022\020\n\010end_t" + "ime\030\016 \001(\r\022\024\n\014cost_item_id\030\t \001(\r\022\025\n\rcost_" + "item_num\030\003 \001(\r\022\031\n\021gacha_prefab_path\030\017 \001(" + "\t\022\026\n\016gacha_prob_url\030\010 \001(\t\022\030\n\020gacha_recor" + "d_url\030\014 \001(\t\022!\n\031gacha_preview_prefab_path" + "\030\004 \001(\t\022\030\n\020ten_cost_item_id\030\002 \001(\r\022\031\n\021ten_" + "cost_item_num\030\006 \001(\r\022\030\n\020left_gacha_times\030" + "\005 \001(\r\022\031\n\021gacha_times_limit\030\013 \001(\r\022\025\n\rgach" + "a_sort_id\030\007 \001(\r\022\037\n\026gacha_prob_url_overse" + "a\030\311\013 \001(\t\022!\n\030gacha_record_url_oversea\030\276\016 " + "\001(\t\022)\n\022gacha_up_info_list\030\321\t \003(\0132\014.Gacha" + "UpInfo\022\026\n\rtitle_textmap\030\340\005 \001(\t\022\036\n\025displa" + "y_up5_item_list\030\326\017 \003(\r\022\036\n\025display_up4_it" + "em_list\030\323\016 \003(\r\022\025\n\014wish_item_id\030\345\014 \001(\r\022\026\n" + "\rwish_progress\030\233\016 \001(\r\022\032\n\021wish_max_progre" + "ss\030\306\t \001(\r\022\024\n\013is_new_wish\030\335\005 \001(\010B\033\n\031emu.g" + "rasscutter.net.protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { emu.grasscutter.net.proto.GachaUpInfoOuterClass.getDescriptor(), }); internal_static_GachaInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_GachaInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_GachaInfo_descriptor, new java.lang.String[] { "GachaType", "ScheduleId", "BeginTime", "EndTime", "CostItemId", "CostItemNum", "GachaPrefabPath", "GachaProbUrl", "GachaRecordUrl", "GachaPreviewPrefabPath", "TenCostItemId", "TenCostItemNum", "LeftGachaTimes", "GachaTimesLimit", "GachaSortId", "GachaProbUrlOversea", "GachaRecordUrlOversea", "GachaUpInfoList", "TitleTextmap", "DisplayUp5ItemList", "DisplayUp4ItemList", "WishItemId", "WishProgress", "WishMaxProgress", "IsNewWish", }); emu.grasscutter.net.proto.GachaUpInfoOuterClass.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }