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

POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: POGOProtos/Settings/Master/Item/IncenseAttributes.proto

package POGOProtos.Settings.Master.Item;

public final class IncenseAttributesOuterClass {
  private IncenseAttributesOuterClass() {}
  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 IncenseAttributesOrBuilder extends
      // @@protoc_insertion_point(interface_extends:POGOProtos.Settings.Master.Item.IncenseAttributes)
      com.google.protobuf.MessageOrBuilder {

    /**
     * int32 incense_lifetime_seconds = 1;
     */
    int getIncenseLifetimeSeconds();

    /**
     * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
     */
    java.util.List getPokemonTypeList();
    /**
     * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
     */
    int getPokemonTypeCount();
    /**
     * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
     */
    POGOProtos.Enums.PokemonTypeOuterClass.PokemonType getPokemonType(int index);
    /**
     * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
     */
    java.util.List
    getPokemonTypeValueList();
    /**
     * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
     */
    int getPokemonTypeValue(int index);

    /**
     * float pokemon_incense_type_probability = 3;
     */
    float getPokemonIncenseTypeProbability();

    /**
     * int32 standing_time_between_encounters_seconds = 4;
     */
    int getStandingTimeBetweenEncountersSeconds();

    /**
     * int32 moving_time_between_encounter_seconds = 5;
     */
    int getMovingTimeBetweenEncounterSeconds();

    /**
     * int32 distance_required_for_shorter_interval_meters = 6;
     */
    int getDistanceRequiredForShorterIntervalMeters();

    /**
     * int32 pokemon_attracted_length_sec = 7;
     */
    int getPokemonAttractedLengthSec();

    /**
     * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
     */
    java.util.List 
        getSpawnTableList();
    /**
     * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
     */
    POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon getSpawnTable(int index);
    /**
     * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
     */
    int getSpawnTableCount();
    /**
     * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
     */
    java.util.List 
        getSpawnTableOrBuilderList();
    /**
     * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
     */
    POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemonOrBuilder getSpawnTableOrBuilder(
        int index);

    /**
     * float spawn_table_probability = 9;
     */
    float getSpawnTableProbability();
  }
  /**
   * Protobuf type {@code POGOProtos.Settings.Master.Item.IncenseAttributes}
   */
  public  static final class IncenseAttributes extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:POGOProtos.Settings.Master.Item.IncenseAttributes)
      IncenseAttributesOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use IncenseAttributes.newBuilder() to construct.
    private IncenseAttributes(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private IncenseAttributes() {
      incenseLifetimeSeconds_ = 0;
      pokemonType_ = java.util.Collections.emptyList();
      pokemonIncenseTypeProbability_ = 0F;
      standingTimeBetweenEncountersSeconds_ = 0;
      movingTimeBetweenEncounterSeconds_ = 0;
      distanceRequiredForShorterIntervalMeters_ = 0;
      pokemonAttractedLengthSec_ = 0;
      spawnTable_ = java.util.Collections.emptyList();
      spawnTableProbability_ = 0F;
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private IncenseAttributes(
        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: {

              incenseLifetimeSeconds_ = input.readInt32();
              break;
            }
            case 16: {
              int rawValue = input.readEnum();
              if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
                pokemonType_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000002;
              }
              pokemonType_.add(rawValue);
              break;
            }
            case 18: {
              int length = input.readRawVarint32();
              int oldLimit = input.pushLimit(length);
              while(input.getBytesUntilLimit() > 0) {
                int rawValue = input.readEnum();
                if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
                  pokemonType_ = new java.util.ArrayList();
                  mutable_bitField0_ |= 0x00000002;
                }
                pokemonType_.add(rawValue);
              }
              input.popLimit(oldLimit);
              break;
            }
            case 29: {

              pokemonIncenseTypeProbability_ = input.readFloat();
              break;
            }
            case 32: {

              standingTimeBetweenEncountersSeconds_ = input.readInt32();
              break;
            }
            case 40: {

              movingTimeBetweenEncounterSeconds_ = input.readInt32();
              break;
            }
            case 48: {

              distanceRequiredForShorterIntervalMeters_ = input.readInt32();
              break;
            }
            case 56: {

              pokemonAttractedLengthSec_ = input.readInt32();
              break;
            }
            case 66: {
              if (!((mutable_bitField0_ & 0x00000080) == 0x00000080)) {
                spawnTable_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000080;
              }
              spawnTable_.add(
                  input.readMessage(POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.parser(), extensionRegistry));
              break;
            }
            case 77: {

              spawnTableProbability_ = input.readFloat();
              break;
            }
            default: {
              if (!parseUnknownFieldProto3(
                  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_ & 0x00000002) == 0x00000002)) {
          pokemonType_ = java.util.Collections.unmodifiableList(pokemonType_);
        }
        if (((mutable_bitField0_ & 0x00000080) == 0x00000080)) {
          spawnTable_ = java.util.Collections.unmodifiableList(spawnTable_);
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.class, POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.Builder.class);
    }

    public interface SpawnTablePokemonOrBuilder extends
        // @@protoc_insertion_point(interface_extends:POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon)
        com.google.protobuf.MessageOrBuilder {

      /**
       * .POGOProtos.Enums.PokemonId pokemon_id = 1;
       */
      int getPokemonIdValue();
      /**
       * .POGOProtos.Enums.PokemonId pokemon_id = 1;
       */
      POGOProtos.Enums.PokemonIdOuterClass.PokemonId getPokemonId();

      /**
       * float weight = 2;
       */
      float getWeight();

      /**
       * .POGOProtos.Enums.Form form = 3;
       */
      int getFormValue();
      /**
       * .POGOProtos.Enums.Form form = 3;
       */
      POGOProtos.Enums.FormOuterClass.Form getForm();
    }
    /**
     * Protobuf type {@code POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon}
     */
    public  static final class SpawnTablePokemon extends
        com.google.protobuf.GeneratedMessageV3 implements
        // @@protoc_insertion_point(message_implements:POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon)
        SpawnTablePokemonOrBuilder {
    private static final long serialVersionUID = 0L;
      // Use SpawnTablePokemon.newBuilder() to construct.
      private SpawnTablePokemon(com.google.protobuf.GeneratedMessageV3.Builder builder) {
        super(builder);
      }
      private SpawnTablePokemon() {
        pokemonId_ = 0;
        weight_ = 0F;
        form_ = 0;
      }

      @java.lang.Override
      public final com.google.protobuf.UnknownFieldSet
      getUnknownFields() {
        return this.unknownFields;
      }
      private SpawnTablePokemon(
          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: {
                int rawValue = input.readEnum();

                pokemonId_ = rawValue;
                break;
              }
              case 21: {

                weight_ = input.readFloat();
                break;
              }
              case 24: {
                int rawValue = input.readEnum();

                form_ = rawValue;
                break;
              }
              default: {
                if (!parseUnknownFieldProto3(
                    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 {
          this.unknownFields = unknownFields.build();
          makeExtensionsImmutable();
        }
      }
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_SpawnTablePokemon_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_SpawnTablePokemon_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.class, POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.Builder.class);
      }

      public static final int POKEMON_ID_FIELD_NUMBER = 1;
      private int pokemonId_;
      /**
       * .POGOProtos.Enums.PokemonId pokemon_id = 1;
       */
      public int getPokemonIdValue() {
        return pokemonId_;
      }
      /**
       * .POGOProtos.Enums.PokemonId pokemon_id = 1;
       */
      public POGOProtos.Enums.PokemonIdOuterClass.PokemonId getPokemonId() {
        @SuppressWarnings("deprecation")
        POGOProtos.Enums.PokemonIdOuterClass.PokemonId result = POGOProtos.Enums.PokemonIdOuterClass.PokemonId.valueOf(pokemonId_);
        return result == null ? POGOProtos.Enums.PokemonIdOuterClass.PokemonId.UNRECOGNIZED : result;
      }

      public static final int WEIGHT_FIELD_NUMBER = 2;
      private float weight_;
      /**
       * float weight = 2;
       */
      public float getWeight() {
        return weight_;
      }

      public static final int FORM_FIELD_NUMBER = 3;
      private int form_;
      /**
       * .POGOProtos.Enums.Form form = 3;
       */
      public int getFormValue() {
        return form_;
      }
      /**
       * .POGOProtos.Enums.Form form = 3;
       */
      public POGOProtos.Enums.FormOuterClass.Form getForm() {
        @SuppressWarnings("deprecation")
        POGOProtos.Enums.FormOuterClass.Form result = POGOProtos.Enums.FormOuterClass.Form.valueOf(form_);
        return result == null ? POGOProtos.Enums.FormOuterClass.Form.UNRECOGNIZED : result;
      }

      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 (pokemonId_ != POGOProtos.Enums.PokemonIdOuterClass.PokemonId.MISSINGNO.getNumber()) {
          output.writeEnum(1, pokemonId_);
        }
        if (weight_ != 0F) {
          output.writeFloat(2, weight_);
        }
        if (form_ != POGOProtos.Enums.FormOuterClass.Form.FORM_UNSET.getNumber()) {
          output.writeEnum(3, form_);
        }
        unknownFields.writeTo(output);
      }

      @java.lang.Override
      public int getSerializedSize() {
        int size = memoizedSize;
        if (size != -1) return size;

        size = 0;
        if (pokemonId_ != POGOProtos.Enums.PokemonIdOuterClass.PokemonId.MISSINGNO.getNumber()) {
          size += com.google.protobuf.CodedOutputStream
            .computeEnumSize(1, pokemonId_);
        }
        if (weight_ != 0F) {
          size += com.google.protobuf.CodedOutputStream
            .computeFloatSize(2, weight_);
        }
        if (form_ != POGOProtos.Enums.FormOuterClass.Form.FORM_UNSET.getNumber()) {
          size += com.google.protobuf.CodedOutputStream
            .computeEnumSize(3, form_);
        }
        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 POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon)) {
          return super.equals(obj);
        }
        POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon other = (POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon) obj;

        boolean result = true;
        result = result && pokemonId_ == other.pokemonId_;
        result = result && (
            java.lang.Float.floatToIntBits(getWeight())
            == java.lang.Float.floatToIntBits(
                other.getWeight()));
        result = result && form_ == other.form_;
        result = result && unknownFields.equals(other.unknownFields);
        return result;
      }

      @java.lang.Override
      public int hashCode() {
        if (memoizedHashCode != 0) {
          return memoizedHashCode;
        }
        int hash = 41;
        hash = (19 * hash) + getDescriptor().hashCode();
        hash = (37 * hash) + POKEMON_ID_FIELD_NUMBER;
        hash = (53 * hash) + pokemonId_;
        hash = (37 * hash) + WEIGHT_FIELD_NUMBER;
        hash = (53 * hash) + java.lang.Float.floatToIntBits(
            getWeight());
        hash = (37 * hash) + FORM_FIELD_NUMBER;
        hash = (53 * hash) + form_;
        hash = (29 * hash) + unknownFields.hashCode();
        memoizedHashCode = hash;
        return hash;
      }

      public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon parseFrom(
          java.nio.ByteBuffer data)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return PARSER.parseFrom(data);
      }
      public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon parseFrom(
          java.nio.ByteBuffer data,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return PARSER.parseFrom(data, extensionRegistry);
      }
      public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon parseFrom(
          com.google.protobuf.ByteString data)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return PARSER.parseFrom(data);
      }
      public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon parseFrom(
          com.google.protobuf.ByteString data,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return PARSER.parseFrom(data, extensionRegistry);
      }
      public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon parseFrom(byte[] data)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return PARSER.parseFrom(data);
      }
      public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon parseFrom(
          byte[] data,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return PARSER.parseFrom(data, extensionRegistry);
      }
      public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon parseFrom(java.io.InputStream input)
          throws java.io.IOException {
        return com.google.protobuf.GeneratedMessageV3
            .parseWithIOException(PARSER, input);
      }
      public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon 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 POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon parseDelimitedFrom(java.io.InputStream input)
          throws java.io.IOException {
        return com.google.protobuf.GeneratedMessageV3
            .parseDelimitedWithIOException(PARSER, input);
      }
      public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon 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 POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon parseFrom(
          com.google.protobuf.CodedInputStream input)
          throws java.io.IOException {
        return com.google.protobuf.GeneratedMessageV3
            .parseWithIOException(PARSER, input);
      }
      public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon 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(POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon 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 POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon}
       */
      public static final class Builder extends
          com.google.protobuf.GeneratedMessageV3.Builder implements
          // @@protoc_insertion_point(builder_implements:POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon)
          POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemonOrBuilder {
        public static final com.google.protobuf.Descriptors.Descriptor
            getDescriptor() {
          return POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_SpawnTablePokemon_descriptor;
        }

        @java.lang.Override
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
            internalGetFieldAccessorTable() {
          return POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_SpawnTablePokemon_fieldAccessorTable
              .ensureFieldAccessorsInitialized(
                  POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.class, POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.Builder.class);
        }

        // Construct using POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.newBuilder()
        private Builder() {
          maybeForceBuilderInitialization();
        }

        private Builder(
            com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
          super(parent);
          maybeForceBuilderInitialization();
        }
        private void maybeForceBuilderInitialization() {
          if (com.google.protobuf.GeneratedMessageV3
                  .alwaysUseFieldBuilders) {
          }
        }
        @java.lang.Override
        public Builder clear() {
          super.clear();
          pokemonId_ = 0;

          weight_ = 0F;

          form_ = 0;

          return this;
        }

        @java.lang.Override
        public com.google.protobuf.Descriptors.Descriptor
            getDescriptorForType() {
          return POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_SpawnTablePokemon_descriptor;
        }

        @java.lang.Override
        public POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon getDefaultInstanceForType() {
          return POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.getDefaultInstance();
        }

        @java.lang.Override
        public POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon build() {
          POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon result = buildPartial();
          if (!result.isInitialized()) {
            throw newUninitializedMessageException(result);
          }
          return result;
        }

        @java.lang.Override
        public POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon buildPartial() {
          POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon result = new POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon(this);
          result.pokemonId_ = pokemonId_;
          result.weight_ = weight_;
          result.form_ = form_;
          onBuilt();
          return result;
        }

        @java.lang.Override
        public Builder clone() {
          return (Builder) super.clone();
        }
        @java.lang.Override
        public Builder setField(
            com.google.protobuf.Descriptors.FieldDescriptor field,
            java.lang.Object value) {
          return (Builder) super.setField(field, value);
        }
        @java.lang.Override
        public Builder clearField(
            com.google.protobuf.Descriptors.FieldDescriptor field) {
          return (Builder) super.clearField(field);
        }
        @java.lang.Override
        public Builder clearOneof(
            com.google.protobuf.Descriptors.OneofDescriptor oneof) {
          return (Builder) super.clearOneof(oneof);
        }
        @java.lang.Override
        public Builder setRepeatedField(
            com.google.protobuf.Descriptors.FieldDescriptor field,
            int index, java.lang.Object value) {
          return (Builder) super.setRepeatedField(field, index, value);
        }
        @java.lang.Override
        public Builder addRepeatedField(
            com.google.protobuf.Descriptors.FieldDescriptor field,
            java.lang.Object value) {
          return (Builder) super.addRepeatedField(field, value);
        }
        @java.lang.Override
        public Builder mergeFrom(com.google.protobuf.Message other) {
          if (other instanceof POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon) {
            return mergeFrom((POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon)other);
          } else {
            super.mergeFrom(other);
            return this;
          }
        }

        public Builder mergeFrom(POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon other) {
          if (other == POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.getDefaultInstance()) return this;
          if (other.pokemonId_ != 0) {
            setPokemonIdValue(other.getPokemonIdValue());
          }
          if (other.getWeight() != 0F) {
            setWeight(other.getWeight());
          }
          if (other.form_ != 0) {
            setFormValue(other.getFormValue());
          }
          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 {
          POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon parsedMessage = null;
          try {
            parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
            parsedMessage = (POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon) e.getUnfinishedMessage();
            throw e.unwrapIOException();
          } finally {
            if (parsedMessage != null) {
              mergeFrom(parsedMessage);
            }
          }
          return this;
        }

        private int pokemonId_ = 0;
        /**
         * .POGOProtos.Enums.PokemonId pokemon_id = 1;
         */
        public int getPokemonIdValue() {
          return pokemonId_;
        }
        /**
         * .POGOProtos.Enums.PokemonId pokemon_id = 1;
         */
        public Builder setPokemonIdValue(int value) {
          pokemonId_ = value;
          onChanged();
          return this;
        }
        /**
         * .POGOProtos.Enums.PokemonId pokemon_id = 1;
         */
        public POGOProtos.Enums.PokemonIdOuterClass.PokemonId getPokemonId() {
          @SuppressWarnings("deprecation")
          POGOProtos.Enums.PokemonIdOuterClass.PokemonId result = POGOProtos.Enums.PokemonIdOuterClass.PokemonId.valueOf(pokemonId_);
          return result == null ? POGOProtos.Enums.PokemonIdOuterClass.PokemonId.UNRECOGNIZED : result;
        }
        /**
         * .POGOProtos.Enums.PokemonId pokemon_id = 1;
         */
        public Builder setPokemonId(POGOProtos.Enums.PokemonIdOuterClass.PokemonId value) {
          if (value == null) {
            throw new NullPointerException();
          }
          
          pokemonId_ = value.getNumber();
          onChanged();
          return this;
        }
        /**
         * .POGOProtos.Enums.PokemonId pokemon_id = 1;
         */
        public Builder clearPokemonId() {
          
          pokemonId_ = 0;
          onChanged();
          return this;
        }

        private float weight_ ;
        /**
         * float weight = 2;
         */
        public float getWeight() {
          return weight_;
        }
        /**
         * float weight = 2;
         */
        public Builder setWeight(float value) {
          
          weight_ = value;
          onChanged();
          return this;
        }
        /**
         * float weight = 2;
         */
        public Builder clearWeight() {
          
          weight_ = 0F;
          onChanged();
          return this;
        }

        private int form_ = 0;
        /**
         * .POGOProtos.Enums.Form form = 3;
         */
        public int getFormValue() {
          return form_;
        }
        /**
         * .POGOProtos.Enums.Form form = 3;
         */
        public Builder setFormValue(int value) {
          form_ = value;
          onChanged();
          return this;
        }
        /**
         * .POGOProtos.Enums.Form form = 3;
         */
        public POGOProtos.Enums.FormOuterClass.Form getForm() {
          @SuppressWarnings("deprecation")
          POGOProtos.Enums.FormOuterClass.Form result = POGOProtos.Enums.FormOuterClass.Form.valueOf(form_);
          return result == null ? POGOProtos.Enums.FormOuterClass.Form.UNRECOGNIZED : result;
        }
        /**
         * .POGOProtos.Enums.Form form = 3;
         */
        public Builder setForm(POGOProtos.Enums.FormOuterClass.Form value) {
          if (value == null) {
            throw new NullPointerException();
          }
          
          form_ = value.getNumber();
          onChanged();
          return this;
        }
        /**
         * .POGOProtos.Enums.Form form = 3;
         */
        public Builder clearForm() {
          
          form_ = 0;
          onChanged();
          return this;
        }
        @java.lang.Override
        public final Builder setUnknownFields(
            final com.google.protobuf.UnknownFieldSet unknownFields) {
          return super.setUnknownFieldsProto3(unknownFields);
        }

        @java.lang.Override
        public final Builder mergeUnknownFields(
            final com.google.protobuf.UnknownFieldSet unknownFields) {
          return super.mergeUnknownFields(unknownFields);
        }


        // @@protoc_insertion_point(builder_scope:POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon)
      }

      // @@protoc_insertion_point(class_scope:POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon)
      private static final POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon DEFAULT_INSTANCE;
      static {
        DEFAULT_INSTANCE = new POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon();
      }

      public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon getDefaultInstance() {
        return DEFAULT_INSTANCE;
      }

      private static final com.google.protobuf.Parser
          PARSER = new com.google.protobuf.AbstractParser() {
        @java.lang.Override
        public SpawnTablePokemon parsePartialFrom(
            com.google.protobuf.CodedInputStream input,
            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
            throws com.google.protobuf.InvalidProtocolBufferException {
          return new SpawnTablePokemon(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 POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon getDefaultInstanceForType() {
        return DEFAULT_INSTANCE;
      }

    }

    private int bitField0_;
    public static final int INCENSE_LIFETIME_SECONDS_FIELD_NUMBER = 1;
    private int incenseLifetimeSeconds_;
    /**
     * int32 incense_lifetime_seconds = 1;
     */
    public int getIncenseLifetimeSeconds() {
      return incenseLifetimeSeconds_;
    }

    public static final int POKEMON_TYPE_FIELD_NUMBER = 2;
    private java.util.List pokemonType_;
    private static final com.google.protobuf.Internal.ListAdapter.Converter<
        java.lang.Integer, POGOProtos.Enums.PokemonTypeOuterClass.PokemonType> pokemonType_converter_ =
            new com.google.protobuf.Internal.ListAdapter.Converter<
                java.lang.Integer, POGOProtos.Enums.PokemonTypeOuterClass.PokemonType>() {
              public POGOProtos.Enums.PokemonTypeOuterClass.PokemonType convert(java.lang.Integer from) {
                @SuppressWarnings("deprecation")
                POGOProtos.Enums.PokemonTypeOuterClass.PokemonType result = POGOProtos.Enums.PokemonTypeOuterClass.PokemonType.valueOf(from);
                return result == null ? POGOProtos.Enums.PokemonTypeOuterClass.PokemonType.UNRECOGNIZED : result;
              }
            };
    /**
     * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
     */
    public java.util.List getPokemonTypeList() {
      return new com.google.protobuf.Internal.ListAdapter<
          java.lang.Integer, POGOProtos.Enums.PokemonTypeOuterClass.PokemonType>(pokemonType_, pokemonType_converter_);
    }
    /**
     * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
     */
    public int getPokemonTypeCount() {
      return pokemonType_.size();
    }
    /**
     * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
     */
    public POGOProtos.Enums.PokemonTypeOuterClass.PokemonType getPokemonType(int index) {
      return pokemonType_converter_.convert(pokemonType_.get(index));
    }
    /**
     * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
     */
    public java.util.List
    getPokemonTypeValueList() {
      return pokemonType_;
    }
    /**
     * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
     */
    public int getPokemonTypeValue(int index) {
      return pokemonType_.get(index);
    }
    private int pokemonTypeMemoizedSerializedSize;

    public static final int POKEMON_INCENSE_TYPE_PROBABILITY_FIELD_NUMBER = 3;
    private float pokemonIncenseTypeProbability_;
    /**
     * float pokemon_incense_type_probability = 3;
     */
    public float getPokemonIncenseTypeProbability() {
      return pokemonIncenseTypeProbability_;
    }

    public static final int STANDING_TIME_BETWEEN_ENCOUNTERS_SECONDS_FIELD_NUMBER = 4;
    private int standingTimeBetweenEncountersSeconds_;
    /**
     * int32 standing_time_between_encounters_seconds = 4;
     */
    public int getStandingTimeBetweenEncountersSeconds() {
      return standingTimeBetweenEncountersSeconds_;
    }

    public static final int MOVING_TIME_BETWEEN_ENCOUNTER_SECONDS_FIELD_NUMBER = 5;
    private int movingTimeBetweenEncounterSeconds_;
    /**
     * int32 moving_time_between_encounter_seconds = 5;
     */
    public int getMovingTimeBetweenEncounterSeconds() {
      return movingTimeBetweenEncounterSeconds_;
    }

    public static final int DISTANCE_REQUIRED_FOR_SHORTER_INTERVAL_METERS_FIELD_NUMBER = 6;
    private int distanceRequiredForShorterIntervalMeters_;
    /**
     * int32 distance_required_for_shorter_interval_meters = 6;
     */
    public int getDistanceRequiredForShorterIntervalMeters() {
      return distanceRequiredForShorterIntervalMeters_;
    }

    public static final int POKEMON_ATTRACTED_LENGTH_SEC_FIELD_NUMBER = 7;
    private int pokemonAttractedLengthSec_;
    /**
     * int32 pokemon_attracted_length_sec = 7;
     */
    public int getPokemonAttractedLengthSec() {
      return pokemonAttractedLengthSec_;
    }

    public static final int SPAWN_TABLE_FIELD_NUMBER = 8;
    private java.util.List spawnTable_;
    /**
     * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
     */
    public java.util.List getSpawnTableList() {
      return spawnTable_;
    }
    /**
     * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
     */
    public java.util.List 
        getSpawnTableOrBuilderList() {
      return spawnTable_;
    }
    /**
     * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
     */
    public int getSpawnTableCount() {
      return spawnTable_.size();
    }
    /**
     * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
     */
    public POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon getSpawnTable(int index) {
      return spawnTable_.get(index);
    }
    /**
     * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
     */
    public POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemonOrBuilder getSpawnTableOrBuilder(
        int index) {
      return spawnTable_.get(index);
    }

    public static final int SPAWN_TABLE_PROBABILITY_FIELD_NUMBER = 9;
    private float spawnTableProbability_;
    /**
     * float spawn_table_probability = 9;
     */
    public float getSpawnTableProbability() {
      return spawnTableProbability_;
    }

    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 (incenseLifetimeSeconds_ != 0) {
        output.writeInt32(1, incenseLifetimeSeconds_);
      }
      if (getPokemonTypeList().size() > 0) {
        output.writeUInt32NoTag(18);
        output.writeUInt32NoTag(pokemonTypeMemoizedSerializedSize);
      }
      for (int i = 0; i < pokemonType_.size(); i++) {
        output.writeEnumNoTag(pokemonType_.get(i));
      }
      if (pokemonIncenseTypeProbability_ != 0F) {
        output.writeFloat(3, pokemonIncenseTypeProbability_);
      }
      if (standingTimeBetweenEncountersSeconds_ != 0) {
        output.writeInt32(4, standingTimeBetweenEncountersSeconds_);
      }
      if (movingTimeBetweenEncounterSeconds_ != 0) {
        output.writeInt32(5, movingTimeBetweenEncounterSeconds_);
      }
      if (distanceRequiredForShorterIntervalMeters_ != 0) {
        output.writeInt32(6, distanceRequiredForShorterIntervalMeters_);
      }
      if (pokemonAttractedLengthSec_ != 0) {
        output.writeInt32(7, pokemonAttractedLengthSec_);
      }
      for (int i = 0; i < spawnTable_.size(); i++) {
        output.writeMessage(8, spawnTable_.get(i));
      }
      if (spawnTableProbability_ != 0F) {
        output.writeFloat(9, spawnTableProbability_);
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (incenseLifetimeSeconds_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(1, incenseLifetimeSeconds_);
      }
      {
        int dataSize = 0;
        for (int i = 0; i < pokemonType_.size(); i++) {
          dataSize += com.google.protobuf.CodedOutputStream
            .computeEnumSizeNoTag(pokemonType_.get(i));
        }
        size += dataSize;
        if (!getPokemonTypeList().isEmpty()) {  size += 1;
          size += com.google.protobuf.CodedOutputStream
            .computeUInt32SizeNoTag(dataSize);
        }pokemonTypeMemoizedSerializedSize = dataSize;
      }
      if (pokemonIncenseTypeProbability_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(3, pokemonIncenseTypeProbability_);
      }
      if (standingTimeBetweenEncountersSeconds_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(4, standingTimeBetweenEncountersSeconds_);
      }
      if (movingTimeBetweenEncounterSeconds_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(5, movingTimeBetweenEncounterSeconds_);
      }
      if (distanceRequiredForShorterIntervalMeters_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(6, distanceRequiredForShorterIntervalMeters_);
      }
      if (pokemonAttractedLengthSec_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(7, pokemonAttractedLengthSec_);
      }
      for (int i = 0; i < spawnTable_.size(); i++) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(8, spawnTable_.get(i));
      }
      if (spawnTableProbability_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(9, spawnTableProbability_);
      }
      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 POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes)) {
        return super.equals(obj);
      }
      POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes other = (POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes) obj;

      boolean result = true;
      result = result && (getIncenseLifetimeSeconds()
          == other.getIncenseLifetimeSeconds());
      result = result && pokemonType_.equals(other.pokemonType_);
      result = result && (
          java.lang.Float.floatToIntBits(getPokemonIncenseTypeProbability())
          == java.lang.Float.floatToIntBits(
              other.getPokemonIncenseTypeProbability()));
      result = result && (getStandingTimeBetweenEncountersSeconds()
          == other.getStandingTimeBetweenEncountersSeconds());
      result = result && (getMovingTimeBetweenEncounterSeconds()
          == other.getMovingTimeBetweenEncounterSeconds());
      result = result && (getDistanceRequiredForShorterIntervalMeters()
          == other.getDistanceRequiredForShorterIntervalMeters());
      result = result && (getPokemonAttractedLengthSec()
          == other.getPokemonAttractedLengthSec());
      result = result && getSpawnTableList()
          .equals(other.getSpawnTableList());
      result = result && (
          java.lang.Float.floatToIntBits(getSpawnTableProbability())
          == java.lang.Float.floatToIntBits(
              other.getSpawnTableProbability()));
      result = result && unknownFields.equals(other.unknownFields);
      return result;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + INCENSE_LIFETIME_SECONDS_FIELD_NUMBER;
      hash = (53 * hash) + getIncenseLifetimeSeconds();
      if (getPokemonTypeCount() > 0) {
        hash = (37 * hash) + POKEMON_TYPE_FIELD_NUMBER;
        hash = (53 * hash) + pokemonType_.hashCode();
      }
      hash = (37 * hash) + POKEMON_INCENSE_TYPE_PROBABILITY_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getPokemonIncenseTypeProbability());
      hash = (37 * hash) + STANDING_TIME_BETWEEN_ENCOUNTERS_SECONDS_FIELD_NUMBER;
      hash = (53 * hash) + getStandingTimeBetweenEncountersSeconds();
      hash = (37 * hash) + MOVING_TIME_BETWEEN_ENCOUNTER_SECONDS_FIELD_NUMBER;
      hash = (53 * hash) + getMovingTimeBetweenEncounterSeconds();
      hash = (37 * hash) + DISTANCE_REQUIRED_FOR_SHORTER_INTERVAL_METERS_FIELD_NUMBER;
      hash = (53 * hash) + getDistanceRequiredForShorterIntervalMeters();
      hash = (37 * hash) + POKEMON_ATTRACTED_LENGTH_SEC_FIELD_NUMBER;
      hash = (53 * hash) + getPokemonAttractedLengthSec();
      if (getSpawnTableCount() > 0) {
        hash = (37 * hash) + SPAWN_TABLE_FIELD_NUMBER;
        hash = (53 * hash) + getSpawnTableList().hashCode();
      }
      hash = (37 * hash) + SPAWN_TABLE_PROBABILITY_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getSpawnTableProbability());
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes 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 POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes 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 POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes 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(POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes 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 POGOProtos.Settings.Master.Item.IncenseAttributes}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:POGOProtos.Settings.Master.Item.IncenseAttributes)
        POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributesOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.class, POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.Builder.class);
      }

      // Construct using POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
          getSpawnTableFieldBuilder();
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        incenseLifetimeSeconds_ = 0;

        pokemonType_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000002);
        pokemonIncenseTypeProbability_ = 0F;

        standingTimeBetweenEncountersSeconds_ = 0;

        movingTimeBetweenEncounterSeconds_ = 0;

        distanceRequiredForShorterIntervalMeters_ = 0;

        pokemonAttractedLengthSec_ = 0;

        if (spawnTableBuilder_ == null) {
          spawnTable_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000080);
        } else {
          spawnTableBuilder_.clear();
        }
        spawnTableProbability_ = 0F;

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_descriptor;
      }

      @java.lang.Override
      public POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes getDefaultInstanceForType() {
        return POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.getDefaultInstance();
      }

      @java.lang.Override
      public POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes build() {
        POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes buildPartial() {
        POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes result = new POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        result.incenseLifetimeSeconds_ = incenseLifetimeSeconds_;
        if (((bitField0_ & 0x00000002) == 0x00000002)) {
          pokemonType_ = java.util.Collections.unmodifiableList(pokemonType_);
          bitField0_ = (bitField0_ & ~0x00000002);
        }
        result.pokemonType_ = pokemonType_;
        result.pokemonIncenseTypeProbability_ = pokemonIncenseTypeProbability_;
        result.standingTimeBetweenEncountersSeconds_ = standingTimeBetweenEncountersSeconds_;
        result.movingTimeBetweenEncounterSeconds_ = movingTimeBetweenEncounterSeconds_;
        result.distanceRequiredForShorterIntervalMeters_ = distanceRequiredForShorterIntervalMeters_;
        result.pokemonAttractedLengthSec_ = pokemonAttractedLengthSec_;
        if (spawnTableBuilder_ == null) {
          if (((bitField0_ & 0x00000080) == 0x00000080)) {
            spawnTable_ = java.util.Collections.unmodifiableList(spawnTable_);
            bitField0_ = (bitField0_ & ~0x00000080);
          }
          result.spawnTable_ = spawnTable_;
        } else {
          result.spawnTable_ = spawnTableBuilder_.build();
        }
        result.spawnTableProbability_ = spawnTableProbability_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return (Builder) super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return (Builder) super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return (Builder) super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return (Builder) super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return (Builder) super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return (Builder) super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes) {
          return mergeFrom((POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes other) {
        if (other == POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.getDefaultInstance()) return this;
        if (other.getIncenseLifetimeSeconds() != 0) {
          setIncenseLifetimeSeconds(other.getIncenseLifetimeSeconds());
        }
        if (!other.pokemonType_.isEmpty()) {
          if (pokemonType_.isEmpty()) {
            pokemonType_ = other.pokemonType_;
            bitField0_ = (bitField0_ & ~0x00000002);
          } else {
            ensurePokemonTypeIsMutable();
            pokemonType_.addAll(other.pokemonType_);
          }
          onChanged();
        }
        if (other.getPokemonIncenseTypeProbability() != 0F) {
          setPokemonIncenseTypeProbability(other.getPokemonIncenseTypeProbability());
        }
        if (other.getStandingTimeBetweenEncountersSeconds() != 0) {
          setStandingTimeBetweenEncountersSeconds(other.getStandingTimeBetweenEncountersSeconds());
        }
        if (other.getMovingTimeBetweenEncounterSeconds() != 0) {
          setMovingTimeBetweenEncounterSeconds(other.getMovingTimeBetweenEncounterSeconds());
        }
        if (other.getDistanceRequiredForShorterIntervalMeters() != 0) {
          setDistanceRequiredForShorterIntervalMeters(other.getDistanceRequiredForShorterIntervalMeters());
        }
        if (other.getPokemonAttractedLengthSec() != 0) {
          setPokemonAttractedLengthSec(other.getPokemonAttractedLengthSec());
        }
        if (spawnTableBuilder_ == null) {
          if (!other.spawnTable_.isEmpty()) {
            if (spawnTable_.isEmpty()) {
              spawnTable_ = other.spawnTable_;
              bitField0_ = (bitField0_ & ~0x00000080);
            } else {
              ensureSpawnTableIsMutable();
              spawnTable_.addAll(other.spawnTable_);
            }
            onChanged();
          }
        } else {
          if (!other.spawnTable_.isEmpty()) {
            if (spawnTableBuilder_.isEmpty()) {
              spawnTableBuilder_.dispose();
              spawnTableBuilder_ = null;
              spawnTable_ = other.spawnTable_;
              bitField0_ = (bitField0_ & ~0x00000080);
              spawnTableBuilder_ = 
                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                   getSpawnTableFieldBuilder() : null;
            } else {
              spawnTableBuilder_.addAllMessages(other.spawnTable_);
            }
          }
        }
        if (other.getSpawnTableProbability() != 0F) {
          setSpawnTableProbability(other.getSpawnTableProbability());
        }
        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 {
        POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private int incenseLifetimeSeconds_ ;
      /**
       * int32 incense_lifetime_seconds = 1;
       */
      public int getIncenseLifetimeSeconds() {
        return incenseLifetimeSeconds_;
      }
      /**
       * int32 incense_lifetime_seconds = 1;
       */
      public Builder setIncenseLifetimeSeconds(int value) {
        
        incenseLifetimeSeconds_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 incense_lifetime_seconds = 1;
       */
      public Builder clearIncenseLifetimeSeconds() {
        
        incenseLifetimeSeconds_ = 0;
        onChanged();
        return this;
      }

      private java.util.List pokemonType_ =
        java.util.Collections.emptyList();
      private void ensurePokemonTypeIsMutable() {
        if (!((bitField0_ & 0x00000002) == 0x00000002)) {
          pokemonType_ = new java.util.ArrayList(pokemonType_);
          bitField0_ |= 0x00000002;
        }
      }
      /**
       * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
       */
      public java.util.List getPokemonTypeList() {
        return new com.google.protobuf.Internal.ListAdapter<
            java.lang.Integer, POGOProtos.Enums.PokemonTypeOuterClass.PokemonType>(pokemonType_, pokemonType_converter_);
      }
      /**
       * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
       */
      public int getPokemonTypeCount() {
        return pokemonType_.size();
      }
      /**
       * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
       */
      public POGOProtos.Enums.PokemonTypeOuterClass.PokemonType getPokemonType(int index) {
        return pokemonType_converter_.convert(pokemonType_.get(index));
      }
      /**
       * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
       */
      public Builder setPokemonType(
          int index, POGOProtos.Enums.PokemonTypeOuterClass.PokemonType value) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensurePokemonTypeIsMutable();
        pokemonType_.set(index, value.getNumber());
        onChanged();
        return this;
      }
      /**
       * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
       */
      public Builder addPokemonType(POGOProtos.Enums.PokemonTypeOuterClass.PokemonType value) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensurePokemonTypeIsMutable();
        pokemonType_.add(value.getNumber());
        onChanged();
        return this;
      }
      /**
       * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
       */
      public Builder addAllPokemonType(
          java.lang.Iterable values) {
        ensurePokemonTypeIsMutable();
        for (POGOProtos.Enums.PokemonTypeOuterClass.PokemonType value : values) {
          pokemonType_.add(value.getNumber());
        }
        onChanged();
        return this;
      }
      /**
       * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
       */
      public Builder clearPokemonType() {
        pokemonType_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000002);
        onChanged();
        return this;
      }
      /**
       * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
       */
      public java.util.List
      getPokemonTypeValueList() {
        return java.util.Collections.unmodifiableList(pokemonType_);
      }
      /**
       * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
       */
      public int getPokemonTypeValue(int index) {
        return pokemonType_.get(index);
      }
      /**
       * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
       */
      public Builder setPokemonTypeValue(
          int index, int value) {
        ensurePokemonTypeIsMutable();
        pokemonType_.set(index, value);
        onChanged();
        return this;
      }
      /**
       * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
       */
      public Builder addPokemonTypeValue(int value) {
        ensurePokemonTypeIsMutable();
        pokemonType_.add(value);
        onChanged();
        return this;
      }
      /**
       * repeated .POGOProtos.Enums.PokemonType pokemon_type = 2;
       */
      public Builder addAllPokemonTypeValue(
          java.lang.Iterable values) {
        ensurePokemonTypeIsMutable();
        for (int value : values) {
          pokemonType_.add(value);
        }
        onChanged();
        return this;
      }

      private float pokemonIncenseTypeProbability_ ;
      /**
       * float pokemon_incense_type_probability = 3;
       */
      public float getPokemonIncenseTypeProbability() {
        return pokemonIncenseTypeProbability_;
      }
      /**
       * float pokemon_incense_type_probability = 3;
       */
      public Builder setPokemonIncenseTypeProbability(float value) {
        
        pokemonIncenseTypeProbability_ = value;
        onChanged();
        return this;
      }
      /**
       * float pokemon_incense_type_probability = 3;
       */
      public Builder clearPokemonIncenseTypeProbability() {
        
        pokemonIncenseTypeProbability_ = 0F;
        onChanged();
        return this;
      }

      private int standingTimeBetweenEncountersSeconds_ ;
      /**
       * int32 standing_time_between_encounters_seconds = 4;
       */
      public int getStandingTimeBetweenEncountersSeconds() {
        return standingTimeBetweenEncountersSeconds_;
      }
      /**
       * int32 standing_time_between_encounters_seconds = 4;
       */
      public Builder setStandingTimeBetweenEncountersSeconds(int value) {
        
        standingTimeBetweenEncountersSeconds_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 standing_time_between_encounters_seconds = 4;
       */
      public Builder clearStandingTimeBetweenEncountersSeconds() {
        
        standingTimeBetweenEncountersSeconds_ = 0;
        onChanged();
        return this;
      }

      private int movingTimeBetweenEncounterSeconds_ ;
      /**
       * int32 moving_time_between_encounter_seconds = 5;
       */
      public int getMovingTimeBetweenEncounterSeconds() {
        return movingTimeBetweenEncounterSeconds_;
      }
      /**
       * int32 moving_time_between_encounter_seconds = 5;
       */
      public Builder setMovingTimeBetweenEncounterSeconds(int value) {
        
        movingTimeBetweenEncounterSeconds_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 moving_time_between_encounter_seconds = 5;
       */
      public Builder clearMovingTimeBetweenEncounterSeconds() {
        
        movingTimeBetweenEncounterSeconds_ = 0;
        onChanged();
        return this;
      }

      private int distanceRequiredForShorterIntervalMeters_ ;
      /**
       * int32 distance_required_for_shorter_interval_meters = 6;
       */
      public int getDistanceRequiredForShorterIntervalMeters() {
        return distanceRequiredForShorterIntervalMeters_;
      }
      /**
       * int32 distance_required_for_shorter_interval_meters = 6;
       */
      public Builder setDistanceRequiredForShorterIntervalMeters(int value) {
        
        distanceRequiredForShorterIntervalMeters_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 distance_required_for_shorter_interval_meters = 6;
       */
      public Builder clearDistanceRequiredForShorterIntervalMeters() {
        
        distanceRequiredForShorterIntervalMeters_ = 0;
        onChanged();
        return this;
      }

      private int pokemonAttractedLengthSec_ ;
      /**
       * int32 pokemon_attracted_length_sec = 7;
       */
      public int getPokemonAttractedLengthSec() {
        return pokemonAttractedLengthSec_;
      }
      /**
       * int32 pokemon_attracted_length_sec = 7;
       */
      public Builder setPokemonAttractedLengthSec(int value) {
        
        pokemonAttractedLengthSec_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 pokemon_attracted_length_sec = 7;
       */
      public Builder clearPokemonAttractedLengthSec() {
        
        pokemonAttractedLengthSec_ = 0;
        onChanged();
        return this;
      }

      private java.util.List spawnTable_ =
        java.util.Collections.emptyList();
      private void ensureSpawnTableIsMutable() {
        if (!((bitField0_ & 0x00000080) == 0x00000080)) {
          spawnTable_ = new java.util.ArrayList(spawnTable_);
          bitField0_ |= 0x00000080;
         }
      }

      private com.google.protobuf.RepeatedFieldBuilderV3<
          POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon, POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.Builder, POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemonOrBuilder> spawnTableBuilder_;

      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public java.util.List getSpawnTableList() {
        if (spawnTableBuilder_ == null) {
          return java.util.Collections.unmodifiableList(spawnTable_);
        } else {
          return spawnTableBuilder_.getMessageList();
        }
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public int getSpawnTableCount() {
        if (spawnTableBuilder_ == null) {
          return spawnTable_.size();
        } else {
          return spawnTableBuilder_.getCount();
        }
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon getSpawnTable(int index) {
        if (spawnTableBuilder_ == null) {
          return spawnTable_.get(index);
        } else {
          return spawnTableBuilder_.getMessage(index);
        }
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public Builder setSpawnTable(
          int index, POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon value) {
        if (spawnTableBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureSpawnTableIsMutable();
          spawnTable_.set(index, value);
          onChanged();
        } else {
          spawnTableBuilder_.setMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public Builder setSpawnTable(
          int index, POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.Builder builderForValue) {
        if (spawnTableBuilder_ == null) {
          ensureSpawnTableIsMutable();
          spawnTable_.set(index, builderForValue.build());
          onChanged();
        } else {
          spawnTableBuilder_.setMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public Builder addSpawnTable(POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon value) {
        if (spawnTableBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureSpawnTableIsMutable();
          spawnTable_.add(value);
          onChanged();
        } else {
          spawnTableBuilder_.addMessage(value);
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public Builder addSpawnTable(
          int index, POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon value) {
        if (spawnTableBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureSpawnTableIsMutable();
          spawnTable_.add(index, value);
          onChanged();
        } else {
          spawnTableBuilder_.addMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public Builder addSpawnTable(
          POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.Builder builderForValue) {
        if (spawnTableBuilder_ == null) {
          ensureSpawnTableIsMutable();
          spawnTable_.add(builderForValue.build());
          onChanged();
        } else {
          spawnTableBuilder_.addMessage(builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public Builder addSpawnTable(
          int index, POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.Builder builderForValue) {
        if (spawnTableBuilder_ == null) {
          ensureSpawnTableIsMutable();
          spawnTable_.add(index, builderForValue.build());
          onChanged();
        } else {
          spawnTableBuilder_.addMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public Builder addAllSpawnTable(
          java.lang.Iterable values) {
        if (spawnTableBuilder_ == null) {
          ensureSpawnTableIsMutable();
          com.google.protobuf.AbstractMessageLite.Builder.addAll(
              values, spawnTable_);
          onChanged();
        } else {
          spawnTableBuilder_.addAllMessages(values);
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public Builder clearSpawnTable() {
        if (spawnTableBuilder_ == null) {
          spawnTable_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000080);
          onChanged();
        } else {
          spawnTableBuilder_.clear();
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public Builder removeSpawnTable(int index) {
        if (spawnTableBuilder_ == null) {
          ensureSpawnTableIsMutable();
          spawnTable_.remove(index);
          onChanged();
        } else {
          spawnTableBuilder_.remove(index);
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.Builder getSpawnTableBuilder(
          int index) {
        return getSpawnTableFieldBuilder().getBuilder(index);
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemonOrBuilder getSpawnTableOrBuilder(
          int index) {
        if (spawnTableBuilder_ == null) {
          return spawnTable_.get(index);  } else {
          return spawnTableBuilder_.getMessageOrBuilder(index);
        }
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public java.util.List 
           getSpawnTableOrBuilderList() {
        if (spawnTableBuilder_ != null) {
          return spawnTableBuilder_.getMessageOrBuilderList();
        } else {
          return java.util.Collections.unmodifiableList(spawnTable_);
        }
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.Builder addSpawnTableBuilder() {
        return getSpawnTableFieldBuilder().addBuilder(
            POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.getDefaultInstance());
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.Builder addSpawnTableBuilder(
          int index) {
        return getSpawnTableFieldBuilder().addBuilder(
            index, POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.getDefaultInstance());
      }
      /**
       * repeated .POGOProtos.Settings.Master.Item.IncenseAttributes.SpawnTablePokemon spawn_table = 8;
       */
      public java.util.List 
           getSpawnTableBuilderList() {
        return getSpawnTableFieldBuilder().getBuilderList();
      }
      private com.google.protobuf.RepeatedFieldBuilderV3<
          POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon, POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.Builder, POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemonOrBuilder> 
          getSpawnTableFieldBuilder() {
        if (spawnTableBuilder_ == null) {
          spawnTableBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
              POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon, POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemon.Builder, POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes.SpawnTablePokemonOrBuilder>(
                  spawnTable_,
                  ((bitField0_ & 0x00000080) == 0x00000080),
                  getParentForChildren(),
                  isClean());
          spawnTable_ = null;
        }
        return spawnTableBuilder_;
      }

      private float spawnTableProbability_ ;
      /**
       * float spawn_table_probability = 9;
       */
      public float getSpawnTableProbability() {
        return spawnTableProbability_;
      }
      /**
       * float spawn_table_probability = 9;
       */
      public Builder setSpawnTableProbability(float value) {
        
        spawnTableProbability_ = value;
        onChanged();
        return this;
      }
      /**
       * float spawn_table_probability = 9;
       */
      public Builder clearSpawnTableProbability() {
        
        spawnTableProbability_ = 0F;
        onChanged();
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFieldsProto3(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:POGOProtos.Settings.Master.Item.IncenseAttributes)
    }

    // @@protoc_insertion_point(class_scope:POGOProtos.Settings.Master.Item.IncenseAttributes)
    private static final POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes();
    }

    public static POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser
        PARSER = new com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public IncenseAttributes parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new IncenseAttributes(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 POGOProtos.Settings.Master.Item.IncenseAttributesOuterClass.IncenseAttributes getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_SpawnTablePokemon_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_SpawnTablePokemon_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n7POGOProtos/Settings/Master/Item/Incens" +
      "eAttributes.proto\022\037POGOProtos.Settings.M" +
      "aster.Item\032\"POGOProtos/Enums/PokemonType" +
      ".proto\032 POGOProtos/Enums/PokemonId.proto" +
      "\032\033POGOProtos/Enums/Form.proto\"\312\004\n\021Incens" +
      "eAttributes\022 \n\030incense_lifetime_seconds\030" +
      "\001 \001(\005\0223\n\014pokemon_type\030\002 \003(\0162\035.POGOProtos" +
      ".Enums.PokemonType\022(\n pokemon_incense_ty" +
      "pe_probability\030\003 \001(\002\0220\n(standing_time_be" +
      "tween_encounters_seconds\030\004 \001(\005\022-\n%moving" +
      "_time_between_encounter_seconds\030\005 \001(\005\0225\n" +
      "-distance_required_for_shorter_interval_" +
      "meters\030\006 \001(\005\022$\n\034pokemon_attracted_length" +
      "_sec\030\007 \001(\005\022Y\n\013spawn_table\030\010 \003(\0132D.POGOPr" +
      "otos.Settings.Master.Item.IncenseAttribu" +
      "tes.SpawnTablePokemon\022\037\n\027spawn_table_pro" +
      "bability\030\t \001(\002\032z\n\021SpawnTablePokemon\022/\n\np" +
      "okemon_id\030\001 \001(\0162\033.POGOProtos.Enums.Pokem" +
      "onId\022\016\n\006weight\030\002 \001(\002\022$\n\004form\030\003 \001(\0162\026.POG" +
      "OProtos.Enums.Formb\006proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          POGOProtos.Enums.PokemonTypeOuterClass.getDescriptor(),
          POGOProtos.Enums.PokemonIdOuterClass.getDescriptor(),
          POGOProtos.Enums.FormOuterClass.getDescriptor(),
        }, assigner);
    internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_descriptor,
        new java.lang.String[] { "IncenseLifetimeSeconds", "PokemonType", "PokemonIncenseTypeProbability", "StandingTimeBetweenEncountersSeconds", "MovingTimeBetweenEncounterSeconds", "DistanceRequiredForShorterIntervalMeters", "PokemonAttractedLengthSec", "SpawnTable", "SpawnTableProbability", });
    internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_SpawnTablePokemon_descriptor =
      internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_descriptor.getNestedTypes().get(0);
    internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_SpawnTablePokemon_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_POGOProtos_Settings_Master_Item_IncenseAttributes_SpawnTablePokemon_descriptor,
        new java.lang.String[] { "PokemonId", "Weight", "Form", });
    POGOProtos.Enums.PokemonTypeOuterClass.getDescriptor();
    POGOProtos.Enums.PokemonIdOuterClass.getDescriptor();
    POGOProtos.Enums.FormOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy