All Downloads are FREE. Search and download functionalities are using the official Maven repository.

emu.grasscutter.net.proto.GetGachaInfoRspOuterClass Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: GetGachaInfoRsp.proto

package emu.grasscutter.net.proto;

public final class GetGachaInfoRspOuterClass {
  private GetGachaInfoRspOuterClass() {}
  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 GetGachaInfoRspOrBuilder extends
      // @@protoc_insertion_point(interface_extends:GetGachaInfoRsp)
      com.google.protobuf.MessageOrBuilder {

    /**
     * repeated .GachaInfo gacha_info_list = 3;
     */
    java.util.List 
        getGachaInfoListList();
    /**
     * repeated .GachaInfo gacha_info_list = 3;
     */
    emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo getGachaInfoList(int index);
    /**
     * repeated .GachaInfo gacha_info_list = 3;
     */
    int getGachaInfoListCount();
    /**
     * repeated .GachaInfo gacha_info_list = 3;
     */
    java.util.List 
        getGachaInfoListOrBuilderList();
    /**
     * repeated .GachaInfo gacha_info_list = 3;
     */
    emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfoOrBuilder getGachaInfoListOrBuilder(
        int index);

    /**
     * uint32 gachaRandom = 12;
     * @return The gachaRandom.
     */
    int getGachaRandom();

    /**
     * uint32 dailyGachaTimes = 9;
     * @return The dailyGachaTimes.
     */
    int getDailyGachaTimes();

    /**
     * bool is_under_general_restrict = 7;
     * @return The isUnderGeneralRestrict.
     */
    boolean getIsUnderGeneralRestrict();

    /**
     * int32 retcode = 2;
     * @return The retcode.
     */
    int getRetcode();

    /**
     * bool is_under_minors_restrict = 5;
     * @return The isUnderMinorsRestrict.
     */
    boolean getIsUnderMinorsRestrict();
  }
  /**
   * 
   * CmdId: 23881
   * Obf: IAAKKGACPDM
   * 
* * Protobuf type {@code GetGachaInfoRsp} */ public static final class GetGachaInfoRsp extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:GetGachaInfoRsp) GetGachaInfoRspOrBuilder { private static final long serialVersionUID = 0L; // Use GetGachaInfoRsp.newBuilder() to construct. private GetGachaInfoRsp(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private GetGachaInfoRsp() { gachaInfoList_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new GetGachaInfoRsp(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private GetGachaInfoRsp( 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 16: { retcode_ = input.readInt32(); break; } case 26: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { gachaInfoList_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } gachaInfoList_.add( input.readMessage(emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.parser(), extensionRegistry)); break; } case 40: { isUnderMinorsRestrict_ = input.readBool(); break; } case 56: { isUnderGeneralRestrict_ = input.readBool(); break; } case 72: { dailyGachaTimes_ = input.readUInt32(); break; } case 96: { gachaRandom_ = input.readUInt32(); 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)) { gachaInfoList_ = java.util.Collections.unmodifiableList(gachaInfoList_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.internal_static_GetGachaInfoRsp_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.internal_static_GetGachaInfoRsp_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp.class, emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp.Builder.class); } public static final int GACHA_INFO_LIST_FIELD_NUMBER = 3; private java.util.List gachaInfoList_; /** * repeated .GachaInfo gacha_info_list = 3; */ @java.lang.Override public java.util.List getGachaInfoListList() { return gachaInfoList_; } /** * repeated .GachaInfo gacha_info_list = 3; */ @java.lang.Override public java.util.List getGachaInfoListOrBuilderList() { return gachaInfoList_; } /** * repeated .GachaInfo gacha_info_list = 3; */ @java.lang.Override public int getGachaInfoListCount() { return gachaInfoList_.size(); } /** * repeated .GachaInfo gacha_info_list = 3; */ @java.lang.Override public emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo getGachaInfoList(int index) { return gachaInfoList_.get(index); } /** * repeated .GachaInfo gacha_info_list = 3; */ @java.lang.Override public emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfoOrBuilder getGachaInfoListOrBuilder( int index) { return gachaInfoList_.get(index); } public static final int GACHARANDOM_FIELD_NUMBER = 12; private int gachaRandom_; /** * uint32 gachaRandom = 12; * @return The gachaRandom. */ @java.lang.Override public int getGachaRandom() { return gachaRandom_; } public static final int DAILYGACHATIMES_FIELD_NUMBER = 9; private int dailyGachaTimes_; /** * uint32 dailyGachaTimes = 9; * @return The dailyGachaTimes. */ @java.lang.Override public int getDailyGachaTimes() { return dailyGachaTimes_; } public static final int IS_UNDER_GENERAL_RESTRICT_FIELD_NUMBER = 7; private boolean isUnderGeneralRestrict_; /** * bool is_under_general_restrict = 7; * @return The isUnderGeneralRestrict. */ @java.lang.Override public boolean getIsUnderGeneralRestrict() { return isUnderGeneralRestrict_; } public static final int RETCODE_FIELD_NUMBER = 2; private int retcode_; /** * int32 retcode = 2; * @return The retcode. */ @java.lang.Override public int getRetcode() { return retcode_; } public static final int IS_UNDER_MINORS_RESTRICT_FIELD_NUMBER = 5; private boolean isUnderMinorsRestrict_; /** * bool is_under_minors_restrict = 5; * @return The isUnderMinorsRestrict. */ @java.lang.Override public boolean getIsUnderMinorsRestrict() { return isUnderMinorsRestrict_; } 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 { if (retcode_ != 0) { output.writeInt32(2, retcode_); } for (int i = 0; i < gachaInfoList_.size(); i++) { output.writeMessage(3, gachaInfoList_.get(i)); } if (isUnderMinorsRestrict_ != false) { output.writeBool(5, isUnderMinorsRestrict_); } if (isUnderGeneralRestrict_ != false) { output.writeBool(7, isUnderGeneralRestrict_); } if (dailyGachaTimes_ != 0) { output.writeUInt32(9, dailyGachaTimes_); } if (gachaRandom_ != 0) { output.writeUInt32(12, gachaRandom_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (retcode_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, retcode_); } for (int i = 0; i < gachaInfoList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, gachaInfoList_.get(i)); } if (isUnderMinorsRestrict_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(5, isUnderMinorsRestrict_); } if (isUnderGeneralRestrict_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(7, isUnderGeneralRestrict_); } if (dailyGachaTimes_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(9, dailyGachaTimes_); } if (gachaRandom_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(12, gachaRandom_); } 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.GetGachaInfoRspOuterClass.GetGachaInfoRsp)) { return super.equals(obj); } emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp other = (emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp) obj; if (!getGachaInfoListList() .equals(other.getGachaInfoListList())) return false; if (getGachaRandom() != other.getGachaRandom()) return false; if (getDailyGachaTimes() != other.getDailyGachaTimes()) return false; if (getIsUnderGeneralRestrict() != other.getIsUnderGeneralRestrict()) return false; if (getRetcode() != other.getRetcode()) return false; if (getIsUnderMinorsRestrict() != other.getIsUnderMinorsRestrict()) 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(); if (getGachaInfoListCount() > 0) { hash = (37 * hash) + GACHA_INFO_LIST_FIELD_NUMBER; hash = (53 * hash) + getGachaInfoListList().hashCode(); } hash = (37 * hash) + GACHARANDOM_FIELD_NUMBER; hash = (53 * hash) + getGachaRandom(); hash = (37 * hash) + DAILYGACHATIMES_FIELD_NUMBER; hash = (53 * hash) + getDailyGachaTimes(); hash = (37 * hash) + IS_UNDER_GENERAL_RESTRICT_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsUnderGeneralRestrict()); hash = (37 * hash) + RETCODE_FIELD_NUMBER; hash = (53 * hash) + getRetcode(); hash = (37 * hash) + IS_UNDER_MINORS_RESTRICT_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsUnderMinorsRestrict()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp 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.GetGachaInfoRspOuterClass.GetGachaInfoRsp parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp 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.GetGachaInfoRspOuterClass.GetGachaInfoRsp parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp 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.GetGachaInfoRspOuterClass.GetGachaInfoRsp parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp 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.GetGachaInfoRspOuterClass.GetGachaInfoRsp parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp 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.GetGachaInfoRspOuterClass.GetGachaInfoRsp 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; } /** *
     * CmdId: 23881
     * Obf: IAAKKGACPDM
     * 
* * Protobuf type {@code GetGachaInfoRsp} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:GetGachaInfoRsp) emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRspOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.internal_static_GetGachaInfoRsp_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.internal_static_GetGachaInfoRsp_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp.class, emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp.Builder.class); } // Construct using emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getGachaInfoListFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (gachaInfoListBuilder_ == null) { gachaInfoList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { gachaInfoListBuilder_.clear(); } gachaRandom_ = 0; dailyGachaTimes_ = 0; isUnderGeneralRestrict_ = false; retcode_ = 0; isUnderMinorsRestrict_ = false; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.internal_static_GetGachaInfoRsp_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp getDefaultInstanceForType() { return emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp build() { emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp buildPartial() { emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp result = new emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp(this); int from_bitField0_ = bitField0_; if (gachaInfoListBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { gachaInfoList_ = java.util.Collections.unmodifiableList(gachaInfoList_); bitField0_ = (bitField0_ & ~0x00000001); } result.gachaInfoList_ = gachaInfoList_; } else { result.gachaInfoList_ = gachaInfoListBuilder_.build(); } result.gachaRandom_ = gachaRandom_; result.dailyGachaTimes_ = dailyGachaTimes_; result.isUnderGeneralRestrict_ = isUnderGeneralRestrict_; result.retcode_ = retcode_; result.isUnderMinorsRestrict_ = isUnderMinorsRestrict_; 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.GetGachaInfoRspOuterClass.GetGachaInfoRsp) { return mergeFrom((emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp other) { if (other == emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp.getDefaultInstance()) return this; if (gachaInfoListBuilder_ == null) { if (!other.gachaInfoList_.isEmpty()) { if (gachaInfoList_.isEmpty()) { gachaInfoList_ = other.gachaInfoList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureGachaInfoListIsMutable(); gachaInfoList_.addAll(other.gachaInfoList_); } onChanged(); } } else { if (!other.gachaInfoList_.isEmpty()) { if (gachaInfoListBuilder_.isEmpty()) { gachaInfoListBuilder_.dispose(); gachaInfoListBuilder_ = null; gachaInfoList_ = other.gachaInfoList_; bitField0_ = (bitField0_ & ~0x00000001); gachaInfoListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getGachaInfoListFieldBuilder() : null; } else { gachaInfoListBuilder_.addAllMessages(other.gachaInfoList_); } } } if (other.getGachaRandom() != 0) { setGachaRandom(other.getGachaRandom()); } if (other.getDailyGachaTimes() != 0) { setDailyGachaTimes(other.getDailyGachaTimes()); } if (other.getIsUnderGeneralRestrict() != false) { setIsUnderGeneralRestrict(other.getIsUnderGeneralRestrict()); } if (other.getRetcode() != 0) { setRetcode(other.getRetcode()); } if (other.getIsUnderMinorsRestrict() != false) { setIsUnderMinorsRestrict(other.getIsUnderMinorsRestrict()); } 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.GetGachaInfoRspOuterClass.GetGachaInfoRsp parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List gachaInfoList_ = java.util.Collections.emptyList(); private void ensureGachaInfoListIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { gachaInfoList_ = new java.util.ArrayList(gachaInfoList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo, emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.Builder, emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfoOrBuilder> gachaInfoListBuilder_; /** * repeated .GachaInfo gacha_info_list = 3; */ public java.util.List getGachaInfoListList() { if (gachaInfoListBuilder_ == null) { return java.util.Collections.unmodifiableList(gachaInfoList_); } else { return gachaInfoListBuilder_.getMessageList(); } } /** * repeated .GachaInfo gacha_info_list = 3; */ public int getGachaInfoListCount() { if (gachaInfoListBuilder_ == null) { return gachaInfoList_.size(); } else { return gachaInfoListBuilder_.getCount(); } } /** * repeated .GachaInfo gacha_info_list = 3; */ public emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo getGachaInfoList(int index) { if (gachaInfoListBuilder_ == null) { return gachaInfoList_.get(index); } else { return gachaInfoListBuilder_.getMessage(index); } } /** * repeated .GachaInfo gacha_info_list = 3; */ public Builder setGachaInfoList( int index, emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo value) { if (gachaInfoListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureGachaInfoListIsMutable(); gachaInfoList_.set(index, value); onChanged(); } else { gachaInfoListBuilder_.setMessage(index, value); } return this; } /** * repeated .GachaInfo gacha_info_list = 3; */ public Builder setGachaInfoList( int index, emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.Builder builderForValue) { if (gachaInfoListBuilder_ == null) { ensureGachaInfoListIsMutable(); gachaInfoList_.set(index, builderForValue.build()); onChanged(); } else { gachaInfoListBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .GachaInfo gacha_info_list = 3; */ public Builder addGachaInfoList(emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo value) { if (gachaInfoListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureGachaInfoListIsMutable(); gachaInfoList_.add(value); onChanged(); } else { gachaInfoListBuilder_.addMessage(value); } return this; } /** * repeated .GachaInfo gacha_info_list = 3; */ public Builder addGachaInfoList( int index, emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo value) { if (gachaInfoListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureGachaInfoListIsMutable(); gachaInfoList_.add(index, value); onChanged(); } else { gachaInfoListBuilder_.addMessage(index, value); } return this; } /** * repeated .GachaInfo gacha_info_list = 3; */ public Builder addGachaInfoList( emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.Builder builderForValue) { if (gachaInfoListBuilder_ == null) { ensureGachaInfoListIsMutable(); gachaInfoList_.add(builderForValue.build()); onChanged(); } else { gachaInfoListBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .GachaInfo gacha_info_list = 3; */ public Builder addGachaInfoList( int index, emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.Builder builderForValue) { if (gachaInfoListBuilder_ == null) { ensureGachaInfoListIsMutable(); gachaInfoList_.add(index, builderForValue.build()); onChanged(); } else { gachaInfoListBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .GachaInfo gacha_info_list = 3; */ public Builder addAllGachaInfoList( java.lang.Iterable values) { if (gachaInfoListBuilder_ == null) { ensureGachaInfoListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, gachaInfoList_); onChanged(); } else { gachaInfoListBuilder_.addAllMessages(values); } return this; } /** * repeated .GachaInfo gacha_info_list = 3; */ public Builder clearGachaInfoList() { if (gachaInfoListBuilder_ == null) { gachaInfoList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { gachaInfoListBuilder_.clear(); } return this; } /** * repeated .GachaInfo gacha_info_list = 3; */ public Builder removeGachaInfoList(int index) { if (gachaInfoListBuilder_ == null) { ensureGachaInfoListIsMutable(); gachaInfoList_.remove(index); onChanged(); } else { gachaInfoListBuilder_.remove(index); } return this; } /** * repeated .GachaInfo gacha_info_list = 3; */ public emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.Builder getGachaInfoListBuilder( int index) { return getGachaInfoListFieldBuilder().getBuilder(index); } /** * repeated .GachaInfo gacha_info_list = 3; */ public emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfoOrBuilder getGachaInfoListOrBuilder( int index) { if (gachaInfoListBuilder_ == null) { return gachaInfoList_.get(index); } else { return gachaInfoListBuilder_.getMessageOrBuilder(index); } } /** * repeated .GachaInfo gacha_info_list = 3; */ public java.util.List getGachaInfoListOrBuilderList() { if (gachaInfoListBuilder_ != null) { return gachaInfoListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(gachaInfoList_); } } /** * repeated .GachaInfo gacha_info_list = 3; */ public emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.Builder addGachaInfoListBuilder() { return getGachaInfoListFieldBuilder().addBuilder( emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.getDefaultInstance()); } /** * repeated .GachaInfo gacha_info_list = 3; */ public emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.Builder addGachaInfoListBuilder( int index) { return getGachaInfoListFieldBuilder().addBuilder( index, emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.getDefaultInstance()); } /** * repeated .GachaInfo gacha_info_list = 3; */ public java.util.List getGachaInfoListBuilderList() { return getGachaInfoListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo, emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.Builder, emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfoOrBuilder> getGachaInfoListFieldBuilder() { if (gachaInfoListBuilder_ == null) { gachaInfoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo, emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfo.Builder, emu.grasscutter.net.proto.GachaInfoOuterClass.GachaInfoOrBuilder>( gachaInfoList_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); gachaInfoList_ = null; } return gachaInfoListBuilder_; } private int gachaRandom_ ; /** * uint32 gachaRandom = 12; * @return The gachaRandom. */ @java.lang.Override public int getGachaRandom() { return gachaRandom_; } /** * uint32 gachaRandom = 12; * @param value The gachaRandom to set. * @return This builder for chaining. */ public Builder setGachaRandom(int value) { gachaRandom_ = value; onChanged(); return this; } /** * uint32 gachaRandom = 12; * @return This builder for chaining. */ public Builder clearGachaRandom() { gachaRandom_ = 0; onChanged(); return this; } private int dailyGachaTimes_ ; /** * uint32 dailyGachaTimes = 9; * @return The dailyGachaTimes. */ @java.lang.Override public int getDailyGachaTimes() { return dailyGachaTimes_; } /** * uint32 dailyGachaTimes = 9; * @param value The dailyGachaTimes to set. * @return This builder for chaining. */ public Builder setDailyGachaTimes(int value) { dailyGachaTimes_ = value; onChanged(); return this; } /** * uint32 dailyGachaTimes = 9; * @return This builder for chaining. */ public Builder clearDailyGachaTimes() { dailyGachaTimes_ = 0; onChanged(); return this; } private boolean isUnderGeneralRestrict_ ; /** * bool is_under_general_restrict = 7; * @return The isUnderGeneralRestrict. */ @java.lang.Override public boolean getIsUnderGeneralRestrict() { return isUnderGeneralRestrict_; } /** * bool is_under_general_restrict = 7; * @param value The isUnderGeneralRestrict to set. * @return This builder for chaining. */ public Builder setIsUnderGeneralRestrict(boolean value) { isUnderGeneralRestrict_ = value; onChanged(); return this; } /** * bool is_under_general_restrict = 7; * @return This builder for chaining. */ public Builder clearIsUnderGeneralRestrict() { isUnderGeneralRestrict_ = false; onChanged(); return this; } private int retcode_ ; /** * int32 retcode = 2; * @return The retcode. */ @java.lang.Override public int getRetcode() { return retcode_; } /** * int32 retcode = 2; * @param value The retcode to set. * @return This builder for chaining. */ public Builder setRetcode(int value) { retcode_ = value; onChanged(); return this; } /** * int32 retcode = 2; * @return This builder for chaining. */ public Builder clearRetcode() { retcode_ = 0; onChanged(); return this; } private boolean isUnderMinorsRestrict_ ; /** * bool is_under_minors_restrict = 5; * @return The isUnderMinorsRestrict. */ @java.lang.Override public boolean getIsUnderMinorsRestrict() { return isUnderMinorsRestrict_; } /** * bool is_under_minors_restrict = 5; * @param value The isUnderMinorsRestrict to set. * @return This builder for chaining. */ public Builder setIsUnderMinorsRestrict(boolean value) { isUnderMinorsRestrict_ = value; onChanged(); return this; } /** * bool is_under_minors_restrict = 5; * @return This builder for chaining. */ public Builder clearIsUnderMinorsRestrict() { isUnderMinorsRestrict_ = 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:GetGachaInfoRsp) } // @@protoc_insertion_point(class_scope:GetGachaInfoRsp) private static final emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp(); } public static emu.grasscutter.net.proto.GetGachaInfoRspOuterClass.GetGachaInfoRsp getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public GetGachaInfoRsp parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new GetGachaInfoRsp(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.GetGachaInfoRspOuterClass.GetGachaInfoRsp getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_GetGachaInfoRsp_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_GetGachaInfoRsp_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\025GetGachaInfoRsp.proto\032\017GachaInfo.proto" + "\"\272\001\n\017GetGachaInfoRsp\022#\n\017gacha_info_list\030" + "\003 \003(\0132\n.GachaInfo\022\023\n\013gachaRandom\030\014 \001(\r\022\027" + "\n\017dailyGachaTimes\030\t \001(\r\022!\n\031is_under_gene" + "ral_restrict\030\007 \001(\010\022\017\n\007retcode\030\002 \001(\005\022 \n\030i" + "s_under_minors_restrict\030\005 \001(\010B\033\n\031emu.gra" + "sscutter.net.protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { emu.grasscutter.net.proto.GachaInfoOuterClass.getDescriptor(), }); internal_static_GetGachaInfoRsp_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_GetGachaInfoRsp_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_GetGachaInfoRsp_descriptor, new java.lang.String[] { "GachaInfoList", "GachaRandom", "DailyGachaTimes", "IsUnderGeneralRestrict", "Retcode", "IsUnderMinorsRestrict", }); emu.grasscutter.net.proto.GachaInfoOuterClass.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy