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

POGOProtos.Data.Beluga.BelugaPokemonOuterClass Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: POGOProtos/Data/Beluga/BelugaPokemon.proto

package POGOProtos.Data.Beluga;

public final class BelugaPokemonOuterClass {
  private BelugaPokemonOuterClass() {}
  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 BelugaPokemonOrBuilder extends
      // @@protoc_insertion_point(interface_extends:POGOProtos.Data.Beluga.BelugaPokemon)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string trainer_name = 1;
     */
    java.lang.String getTrainerName();
    /**
     * string trainer_name = 1;
     */
    com.google.protobuf.ByteString
        getTrainerNameBytes();

    /**
     * .POGOProtos.Data.Beluga.BelugaPokemon.TrainerGender trainer_gender = 2;
     */
    int getTrainerGenderValue();
    /**
     * .POGOProtos.Data.Beluga.BelugaPokemon.TrainerGender trainer_gender = 2;
     */
    POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.TrainerGender getTrainerGender();

    /**
     * .POGOProtos.Enums.TeamColor trainer_team = 3;
     */
    int getTrainerTeamValue();
    /**
     * .POGOProtos.Enums.TeamColor trainer_team = 3;
     */
    POGOProtos.Enums.TeamColorOuterClass.TeamColor getTrainerTeam();

    /**
     * int32 trainer_level = 4;
     */
    int getTrainerLevel();

    /**
     * int32 pokedex_id = 5;
     */
    int getPokedexId();

    /**
     * int32 cp = 6;
     */
    int getCp();

    /**
     * float pokemon_level = 7;
     */
    float getPokemonLevel();

    /**
     * int32 max_hp = 8;
     */
    int getMaxHp();

    /**
     * double origin_lat = 9;
     */
    double getOriginLat();

    /**
     * double origin_lng = 10;
     */
    double getOriginLng();

    /**
     * float height = 11;
     */
    float getHeight();

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

    /**
     * int32 individual_attack = 13;
     */
    int getIndividualAttack();

    /**
     * int32 individual_defense = 14;
     */
    int getIndividualDefense();

    /**
     * int32 individual_stamina = 15;
     */
    int getIndividualStamina();

    /**
     * int32 creation_day = 16;
     */
    int getCreationDay();

    /**
     * int32 creation_month = 17;
     */
    int getCreationMonth();

    /**
     * int32 creation_year = 18;
     */
    int getCreationYear();

    /**
     * string nickname = 19;
     */
    java.lang.String getNickname();
    /**
     * string nickname = 19;
     */
    com.google.protobuf.ByteString
        getNicknameBytes();

    /**
     * .POGOProtos.Enums.Gender gender = 20;
     */
    int getGenderValue();
    /**
     * .POGOProtos.Enums.Gender gender = 20;
     */
    POGOProtos.Enums.GenderOuterClass.Gender getGender();

    /**
     * .POGOProtos.Enums.Costume costume = 21;
     */
    int getCostumeValue();
    /**
     * .POGOProtos.Enums.Costume costume = 21;
     */
    POGOProtos.Enums.CostumeOuterClass.Costume getCostume();

    /**
     * .POGOProtos.Data.Beluga.BelugaPokemon.PokemonForm form = 22;
     */
    int getFormValue();
    /**
     * .POGOProtos.Data.Beluga.BelugaPokemon.PokemonForm form = 22;
     */
    POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.PokemonForm getForm();

    /**
     * bool shiny = 23;
     */
    boolean getShiny();

    /**
     * .POGOProtos.Enums.PokemonMove move1 = 24;
     */
    int getMove1Value();
    /**
     * .POGOProtos.Enums.PokemonMove move1 = 24;
     */
    POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove getMove1();

    /**
     * .POGOProtos.Enums.PokemonMove move2 = 25;
     */
    int getMove2Value();
    /**
     * .POGOProtos.Enums.PokemonMove move2 = 25;
     */
    POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove getMove2();
  }
  /**
   * Protobuf type {@code POGOProtos.Data.Beluga.BelugaPokemon}
   */
  public  static final class BelugaPokemon extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:POGOProtos.Data.Beluga.BelugaPokemon)
      BelugaPokemonOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use BelugaPokemon.newBuilder() to construct.
    private BelugaPokemon(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private BelugaPokemon() {
      trainerName_ = "";
      trainerGender_ = 0;
      trainerTeam_ = 0;
      trainerLevel_ = 0;
      pokedexId_ = 0;
      cp_ = 0;
      pokemonLevel_ = 0F;
      maxHp_ = 0;
      originLat_ = 0D;
      originLng_ = 0D;
      height_ = 0F;
      weight_ = 0F;
      individualAttack_ = 0;
      individualDefense_ = 0;
      individualStamina_ = 0;
      creationDay_ = 0;
      creationMonth_ = 0;
      creationYear_ = 0;
      nickname_ = "";
      gender_ = 0;
      costume_ = 0;
      form_ = 0;
      shiny_ = false;
      move1_ = 0;
      move2_ = 0;
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private BelugaPokemon(
        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 10: {
              java.lang.String s = input.readStringRequireUtf8();

              trainerName_ = s;
              break;
            }
            case 16: {
              int rawValue = input.readEnum();

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

              trainerTeam_ = rawValue;
              break;
            }
            case 32: {

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

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

              cp_ = input.readInt32();
              break;
            }
            case 61: {

              pokemonLevel_ = input.readFloat();
              break;
            }
            case 64: {

              maxHp_ = input.readInt32();
              break;
            }
            case 73: {

              originLat_ = input.readDouble();
              break;
            }
            case 81: {

              originLng_ = input.readDouble();
              break;
            }
            case 93: {

              height_ = input.readFloat();
              break;
            }
            case 101: {

              weight_ = input.readFloat();
              break;
            }
            case 104: {

              individualAttack_ = input.readInt32();
              break;
            }
            case 112: {

              individualDefense_ = input.readInt32();
              break;
            }
            case 120: {

              individualStamina_ = input.readInt32();
              break;
            }
            case 128: {

              creationDay_ = input.readInt32();
              break;
            }
            case 136: {

              creationMonth_ = input.readInt32();
              break;
            }
            case 144: {

              creationYear_ = input.readInt32();
              break;
            }
            case 154: {
              java.lang.String s = input.readStringRequireUtf8();

              nickname_ = s;
              break;
            }
            case 160: {
              int rawValue = input.readEnum();

              gender_ = rawValue;
              break;
            }
            case 168: {
              int rawValue = input.readEnum();

              costume_ = rawValue;
              break;
            }
            case 176: {
              int rawValue = input.readEnum();

              form_ = rawValue;
              break;
            }
            case 184: {

              shiny_ = input.readBool();
              break;
            }
            case 192: {
              int rawValue = input.readEnum();

              move1_ = rawValue;
              break;
            }
            case 200: {
              int rawValue = input.readEnum();

              move2_ = 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.Data.Beluga.BelugaPokemonOuterClass.internal_static_POGOProtos_Data_Beluga_BelugaPokemon_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return POGOProtos.Data.Beluga.BelugaPokemonOuterClass.internal_static_POGOProtos_Data_Beluga_BelugaPokemon_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.class, POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.Builder.class);
    }

    /**
     * Protobuf enum {@code POGOProtos.Data.Beluga.BelugaPokemon.PokemonForm}
     */
    public enum PokemonForm
        implements com.google.protobuf.ProtocolMessageEnum {
      /**
       * FORM_UNSET = 0;
       */
      FORM_UNSET(0),
      /**
       * ALOLA = 1;
       */
      ALOLA(1),
      UNRECOGNIZED(-1),
      ;

      /**
       * FORM_UNSET = 0;
       */
      public static final int FORM_UNSET_VALUE = 0;
      /**
       * ALOLA = 1;
       */
      public static final int ALOLA_VALUE = 1;


      public final int getNumber() {
        if (this == UNRECOGNIZED) {
          throw new java.lang.IllegalArgumentException(
              "Can't get the number of an unknown enum value.");
        }
        return value;
      }

      /**
       * @deprecated Use {@link #forNumber(int)} instead.
       */
      @java.lang.Deprecated
      public static PokemonForm valueOf(int value) {
        return forNumber(value);
      }

      public static PokemonForm forNumber(int value) {
        switch (value) {
          case 0: return FORM_UNSET;
          case 1: return ALOLA;
          default: return null;
        }
      }

      public static com.google.protobuf.Internal.EnumLiteMap
          internalGetValueMap() {
        return internalValueMap;
      }
      private static final com.google.protobuf.Internal.EnumLiteMap<
          PokemonForm> internalValueMap =
            new com.google.protobuf.Internal.EnumLiteMap() {
              public PokemonForm findValueByNumber(int number) {
                return PokemonForm.forNumber(number);
              }
            };

      public final com.google.protobuf.Descriptors.EnumValueDescriptor
          getValueDescriptor() {
        return getDescriptor().getValues().get(ordinal());
      }
      public final com.google.protobuf.Descriptors.EnumDescriptor
          getDescriptorForType() {
        return getDescriptor();
      }
      public static final com.google.protobuf.Descriptors.EnumDescriptor
          getDescriptor() {
        return POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.getDescriptor().getEnumTypes().get(0);
      }

      private static final PokemonForm[] VALUES = values();

      public static PokemonForm valueOf(
          com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
        if (desc.getType() != getDescriptor()) {
          throw new java.lang.IllegalArgumentException(
            "EnumValueDescriptor is not for this type.");
        }
        if (desc.getIndex() == -1) {
          return UNRECOGNIZED;
        }
        return VALUES[desc.getIndex()];
      }

      private final int value;

      private PokemonForm(int value) {
        this.value = value;
      }

      // @@protoc_insertion_point(enum_scope:POGOProtos.Data.Beluga.BelugaPokemon.PokemonForm)
    }

    /**
     * Protobuf enum {@code POGOProtos.Data.Beluga.BelugaPokemon.TrainerGender}
     */
    public enum TrainerGender
        implements com.google.protobuf.ProtocolMessageEnum {
      /**
       * TRAINER_MALE = 0;
       */
      TRAINER_MALE(0),
      /**
       * TRAINER_FEMALE = 1;
       */
      TRAINER_FEMALE(1),
      UNRECOGNIZED(-1),
      ;

      /**
       * TRAINER_MALE = 0;
       */
      public static final int TRAINER_MALE_VALUE = 0;
      /**
       * TRAINER_FEMALE = 1;
       */
      public static final int TRAINER_FEMALE_VALUE = 1;


      public final int getNumber() {
        if (this == UNRECOGNIZED) {
          throw new java.lang.IllegalArgumentException(
              "Can't get the number of an unknown enum value.");
        }
        return value;
      }

      /**
       * @deprecated Use {@link #forNumber(int)} instead.
       */
      @java.lang.Deprecated
      public static TrainerGender valueOf(int value) {
        return forNumber(value);
      }

      public static TrainerGender forNumber(int value) {
        switch (value) {
          case 0: return TRAINER_MALE;
          case 1: return TRAINER_FEMALE;
          default: return null;
        }
      }

      public static com.google.protobuf.Internal.EnumLiteMap
          internalGetValueMap() {
        return internalValueMap;
      }
      private static final com.google.protobuf.Internal.EnumLiteMap<
          TrainerGender> internalValueMap =
            new com.google.protobuf.Internal.EnumLiteMap() {
              public TrainerGender findValueByNumber(int number) {
                return TrainerGender.forNumber(number);
              }
            };

      public final com.google.protobuf.Descriptors.EnumValueDescriptor
          getValueDescriptor() {
        return getDescriptor().getValues().get(ordinal());
      }
      public final com.google.protobuf.Descriptors.EnumDescriptor
          getDescriptorForType() {
        return getDescriptor();
      }
      public static final com.google.protobuf.Descriptors.EnumDescriptor
          getDescriptor() {
        return POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.getDescriptor().getEnumTypes().get(1);
      }

      private static final TrainerGender[] VALUES = values();

      public static TrainerGender valueOf(
          com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
        if (desc.getType() != getDescriptor()) {
          throw new java.lang.IllegalArgumentException(
            "EnumValueDescriptor is not for this type.");
        }
        if (desc.getIndex() == -1) {
          return UNRECOGNIZED;
        }
        return VALUES[desc.getIndex()];
      }

      private final int value;

      private TrainerGender(int value) {
        this.value = value;
      }

      // @@protoc_insertion_point(enum_scope:POGOProtos.Data.Beluga.BelugaPokemon.TrainerGender)
    }

    public static final int TRAINER_NAME_FIELD_NUMBER = 1;
    private volatile java.lang.Object trainerName_;
    /**
     * string trainer_name = 1;
     */
    public java.lang.String getTrainerName() {
      java.lang.Object ref = trainerName_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        trainerName_ = s;
        return s;
      }
    }
    /**
     * string trainer_name = 1;
     */
    public com.google.protobuf.ByteString
        getTrainerNameBytes() {
      java.lang.Object ref = trainerName_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        trainerName_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int TRAINER_GENDER_FIELD_NUMBER = 2;
    private int trainerGender_;
    /**
     * .POGOProtos.Data.Beluga.BelugaPokemon.TrainerGender trainer_gender = 2;
     */
    public int getTrainerGenderValue() {
      return trainerGender_;
    }
    /**
     * .POGOProtos.Data.Beluga.BelugaPokemon.TrainerGender trainer_gender = 2;
     */
    public POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.TrainerGender getTrainerGender() {
      @SuppressWarnings("deprecation")
      POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.TrainerGender result = POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.TrainerGender.valueOf(trainerGender_);
      return result == null ? POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.TrainerGender.UNRECOGNIZED : result;
    }

    public static final int TRAINER_TEAM_FIELD_NUMBER = 3;
    private int trainerTeam_;
    /**
     * .POGOProtos.Enums.TeamColor trainer_team = 3;
     */
    public int getTrainerTeamValue() {
      return trainerTeam_;
    }
    /**
     * .POGOProtos.Enums.TeamColor trainer_team = 3;
     */
    public POGOProtos.Enums.TeamColorOuterClass.TeamColor getTrainerTeam() {
      @SuppressWarnings("deprecation")
      POGOProtos.Enums.TeamColorOuterClass.TeamColor result = POGOProtos.Enums.TeamColorOuterClass.TeamColor.valueOf(trainerTeam_);
      return result == null ? POGOProtos.Enums.TeamColorOuterClass.TeamColor.UNRECOGNIZED : result;
    }

    public static final int TRAINER_LEVEL_FIELD_NUMBER = 4;
    private int trainerLevel_;
    /**
     * int32 trainer_level = 4;
     */
    public int getTrainerLevel() {
      return trainerLevel_;
    }

    public static final int POKEDEX_ID_FIELD_NUMBER = 5;
    private int pokedexId_;
    /**
     * int32 pokedex_id = 5;
     */
    public int getPokedexId() {
      return pokedexId_;
    }

    public static final int CP_FIELD_NUMBER = 6;
    private int cp_;
    /**
     * int32 cp = 6;
     */
    public int getCp() {
      return cp_;
    }

    public static final int POKEMON_LEVEL_FIELD_NUMBER = 7;
    private float pokemonLevel_;
    /**
     * float pokemon_level = 7;
     */
    public float getPokemonLevel() {
      return pokemonLevel_;
    }

    public static final int MAX_HP_FIELD_NUMBER = 8;
    private int maxHp_;
    /**
     * int32 max_hp = 8;
     */
    public int getMaxHp() {
      return maxHp_;
    }

    public static final int ORIGIN_LAT_FIELD_NUMBER = 9;
    private double originLat_;
    /**
     * double origin_lat = 9;
     */
    public double getOriginLat() {
      return originLat_;
    }

    public static final int ORIGIN_LNG_FIELD_NUMBER = 10;
    private double originLng_;
    /**
     * double origin_lng = 10;
     */
    public double getOriginLng() {
      return originLng_;
    }

    public static final int HEIGHT_FIELD_NUMBER = 11;
    private float height_;
    /**
     * float height = 11;
     */
    public float getHeight() {
      return height_;
    }

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

    public static final int INDIVIDUAL_ATTACK_FIELD_NUMBER = 13;
    private int individualAttack_;
    /**
     * int32 individual_attack = 13;
     */
    public int getIndividualAttack() {
      return individualAttack_;
    }

    public static final int INDIVIDUAL_DEFENSE_FIELD_NUMBER = 14;
    private int individualDefense_;
    /**
     * int32 individual_defense = 14;
     */
    public int getIndividualDefense() {
      return individualDefense_;
    }

    public static final int INDIVIDUAL_STAMINA_FIELD_NUMBER = 15;
    private int individualStamina_;
    /**
     * int32 individual_stamina = 15;
     */
    public int getIndividualStamina() {
      return individualStamina_;
    }

    public static final int CREATION_DAY_FIELD_NUMBER = 16;
    private int creationDay_;
    /**
     * int32 creation_day = 16;
     */
    public int getCreationDay() {
      return creationDay_;
    }

    public static final int CREATION_MONTH_FIELD_NUMBER = 17;
    private int creationMonth_;
    /**
     * int32 creation_month = 17;
     */
    public int getCreationMonth() {
      return creationMonth_;
    }

    public static final int CREATION_YEAR_FIELD_NUMBER = 18;
    private int creationYear_;
    /**
     * int32 creation_year = 18;
     */
    public int getCreationYear() {
      return creationYear_;
    }

    public static final int NICKNAME_FIELD_NUMBER = 19;
    private volatile java.lang.Object nickname_;
    /**
     * string nickname = 19;
     */
    public java.lang.String getNickname() {
      java.lang.Object ref = nickname_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        nickname_ = s;
        return s;
      }
    }
    /**
     * string nickname = 19;
     */
    public com.google.protobuf.ByteString
        getNicknameBytes() {
      java.lang.Object ref = nickname_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        nickname_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int GENDER_FIELD_NUMBER = 20;
    private int gender_;
    /**
     * .POGOProtos.Enums.Gender gender = 20;
     */
    public int getGenderValue() {
      return gender_;
    }
    /**
     * .POGOProtos.Enums.Gender gender = 20;
     */
    public POGOProtos.Enums.GenderOuterClass.Gender getGender() {
      @SuppressWarnings("deprecation")
      POGOProtos.Enums.GenderOuterClass.Gender result = POGOProtos.Enums.GenderOuterClass.Gender.valueOf(gender_);
      return result == null ? POGOProtos.Enums.GenderOuterClass.Gender.UNRECOGNIZED : result;
    }

    public static final int COSTUME_FIELD_NUMBER = 21;
    private int costume_;
    /**
     * .POGOProtos.Enums.Costume costume = 21;
     */
    public int getCostumeValue() {
      return costume_;
    }
    /**
     * .POGOProtos.Enums.Costume costume = 21;
     */
    public POGOProtos.Enums.CostumeOuterClass.Costume getCostume() {
      @SuppressWarnings("deprecation")
      POGOProtos.Enums.CostumeOuterClass.Costume result = POGOProtos.Enums.CostumeOuterClass.Costume.valueOf(costume_);
      return result == null ? POGOProtos.Enums.CostumeOuterClass.Costume.UNRECOGNIZED : result;
    }

    public static final int FORM_FIELD_NUMBER = 22;
    private int form_;
    /**
     * .POGOProtos.Data.Beluga.BelugaPokemon.PokemonForm form = 22;
     */
    public int getFormValue() {
      return form_;
    }
    /**
     * .POGOProtos.Data.Beluga.BelugaPokemon.PokemonForm form = 22;
     */
    public POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.PokemonForm getForm() {
      @SuppressWarnings("deprecation")
      POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.PokemonForm result = POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.PokemonForm.valueOf(form_);
      return result == null ? POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.PokemonForm.UNRECOGNIZED : result;
    }

    public static final int SHINY_FIELD_NUMBER = 23;
    private boolean shiny_;
    /**
     * bool shiny = 23;
     */
    public boolean getShiny() {
      return shiny_;
    }

    public static final int MOVE1_FIELD_NUMBER = 24;
    private int move1_;
    /**
     * .POGOProtos.Enums.PokemonMove move1 = 24;
     */
    public int getMove1Value() {
      return move1_;
    }
    /**
     * .POGOProtos.Enums.PokemonMove move1 = 24;
     */
    public POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove getMove1() {
      @SuppressWarnings("deprecation")
      POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove result = POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove.valueOf(move1_);
      return result == null ? POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove.UNRECOGNIZED : result;
    }

    public static final int MOVE2_FIELD_NUMBER = 25;
    private int move2_;
    /**
     * .POGOProtos.Enums.PokemonMove move2 = 25;
     */
    public int getMove2Value() {
      return move2_;
    }
    /**
     * .POGOProtos.Enums.PokemonMove move2 = 25;
     */
    public POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove getMove2() {
      @SuppressWarnings("deprecation")
      POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove result = POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove.valueOf(move2_);
      return result == null ? POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove.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 (!getTrainerNameBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 1, trainerName_);
      }
      if (trainerGender_ != POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.TrainerGender.TRAINER_MALE.getNumber()) {
        output.writeEnum(2, trainerGender_);
      }
      if (trainerTeam_ != POGOProtos.Enums.TeamColorOuterClass.TeamColor.NEUTRAL.getNumber()) {
        output.writeEnum(3, trainerTeam_);
      }
      if (trainerLevel_ != 0) {
        output.writeInt32(4, trainerLevel_);
      }
      if (pokedexId_ != 0) {
        output.writeInt32(5, pokedexId_);
      }
      if (cp_ != 0) {
        output.writeInt32(6, cp_);
      }
      if (pokemonLevel_ != 0F) {
        output.writeFloat(7, pokemonLevel_);
      }
      if (maxHp_ != 0) {
        output.writeInt32(8, maxHp_);
      }
      if (originLat_ != 0D) {
        output.writeDouble(9, originLat_);
      }
      if (originLng_ != 0D) {
        output.writeDouble(10, originLng_);
      }
      if (height_ != 0F) {
        output.writeFloat(11, height_);
      }
      if (weight_ != 0F) {
        output.writeFloat(12, weight_);
      }
      if (individualAttack_ != 0) {
        output.writeInt32(13, individualAttack_);
      }
      if (individualDefense_ != 0) {
        output.writeInt32(14, individualDefense_);
      }
      if (individualStamina_ != 0) {
        output.writeInt32(15, individualStamina_);
      }
      if (creationDay_ != 0) {
        output.writeInt32(16, creationDay_);
      }
      if (creationMonth_ != 0) {
        output.writeInt32(17, creationMonth_);
      }
      if (creationYear_ != 0) {
        output.writeInt32(18, creationYear_);
      }
      if (!getNicknameBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 19, nickname_);
      }
      if (gender_ != POGOProtos.Enums.GenderOuterClass.Gender.GENDER_UNSET.getNumber()) {
        output.writeEnum(20, gender_);
      }
      if (costume_ != POGOProtos.Enums.CostumeOuterClass.Costume.COSTUME_UNSET.getNumber()) {
        output.writeEnum(21, costume_);
      }
      if (form_ != POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.PokemonForm.FORM_UNSET.getNumber()) {
        output.writeEnum(22, form_);
      }
      if (shiny_ != false) {
        output.writeBool(23, shiny_);
      }
      if (move1_ != POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove.MOVE_UNSET.getNumber()) {
        output.writeEnum(24, move1_);
      }
      if (move2_ != POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove.MOVE_UNSET.getNumber()) {
        output.writeEnum(25, move2_);
      }
      unknownFields.writeTo(output);
    }

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

      size = 0;
      if (!getTrainerNameBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, trainerName_);
      }
      if (trainerGender_ != POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.TrainerGender.TRAINER_MALE.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(2, trainerGender_);
      }
      if (trainerTeam_ != POGOProtos.Enums.TeamColorOuterClass.TeamColor.NEUTRAL.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(3, trainerTeam_);
      }
      if (trainerLevel_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(4, trainerLevel_);
      }
      if (pokedexId_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(5, pokedexId_);
      }
      if (cp_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(6, cp_);
      }
      if (pokemonLevel_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(7, pokemonLevel_);
      }
      if (maxHp_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(8, maxHp_);
      }
      if (originLat_ != 0D) {
        size += com.google.protobuf.CodedOutputStream
          .computeDoubleSize(9, originLat_);
      }
      if (originLng_ != 0D) {
        size += com.google.protobuf.CodedOutputStream
          .computeDoubleSize(10, originLng_);
      }
      if (height_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(11, height_);
      }
      if (weight_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(12, weight_);
      }
      if (individualAttack_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(13, individualAttack_);
      }
      if (individualDefense_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(14, individualDefense_);
      }
      if (individualStamina_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(15, individualStamina_);
      }
      if (creationDay_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(16, creationDay_);
      }
      if (creationMonth_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(17, creationMonth_);
      }
      if (creationYear_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(18, creationYear_);
      }
      if (!getNicknameBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(19, nickname_);
      }
      if (gender_ != POGOProtos.Enums.GenderOuterClass.Gender.GENDER_UNSET.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(20, gender_);
      }
      if (costume_ != POGOProtos.Enums.CostumeOuterClass.Costume.COSTUME_UNSET.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(21, costume_);
      }
      if (form_ != POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.PokemonForm.FORM_UNSET.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(22, form_);
      }
      if (shiny_ != false) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(23, shiny_);
      }
      if (move1_ != POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove.MOVE_UNSET.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(24, move1_);
      }
      if (move2_ != POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove.MOVE_UNSET.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(25, move2_);
      }
      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.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon)) {
        return super.equals(obj);
      }
      POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon other = (POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon) obj;

      boolean result = true;
      result = result && getTrainerName()
          .equals(other.getTrainerName());
      result = result && trainerGender_ == other.trainerGender_;
      result = result && trainerTeam_ == other.trainerTeam_;
      result = result && (getTrainerLevel()
          == other.getTrainerLevel());
      result = result && (getPokedexId()
          == other.getPokedexId());
      result = result && (getCp()
          == other.getCp());
      result = result && (
          java.lang.Float.floatToIntBits(getPokemonLevel())
          == java.lang.Float.floatToIntBits(
              other.getPokemonLevel()));
      result = result && (getMaxHp()
          == other.getMaxHp());
      result = result && (
          java.lang.Double.doubleToLongBits(getOriginLat())
          == java.lang.Double.doubleToLongBits(
              other.getOriginLat()));
      result = result && (
          java.lang.Double.doubleToLongBits(getOriginLng())
          == java.lang.Double.doubleToLongBits(
              other.getOriginLng()));
      result = result && (
          java.lang.Float.floatToIntBits(getHeight())
          == java.lang.Float.floatToIntBits(
              other.getHeight()));
      result = result && (
          java.lang.Float.floatToIntBits(getWeight())
          == java.lang.Float.floatToIntBits(
              other.getWeight()));
      result = result && (getIndividualAttack()
          == other.getIndividualAttack());
      result = result && (getIndividualDefense()
          == other.getIndividualDefense());
      result = result && (getIndividualStamina()
          == other.getIndividualStamina());
      result = result && (getCreationDay()
          == other.getCreationDay());
      result = result && (getCreationMonth()
          == other.getCreationMonth());
      result = result && (getCreationYear()
          == other.getCreationYear());
      result = result && getNickname()
          .equals(other.getNickname());
      result = result && gender_ == other.gender_;
      result = result && costume_ == other.costume_;
      result = result && form_ == other.form_;
      result = result && (getShiny()
          == other.getShiny());
      result = result && move1_ == other.move1_;
      result = result && move2_ == other.move2_;
      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) + TRAINER_NAME_FIELD_NUMBER;
      hash = (53 * hash) + getTrainerName().hashCode();
      hash = (37 * hash) + TRAINER_GENDER_FIELD_NUMBER;
      hash = (53 * hash) + trainerGender_;
      hash = (37 * hash) + TRAINER_TEAM_FIELD_NUMBER;
      hash = (53 * hash) + trainerTeam_;
      hash = (37 * hash) + TRAINER_LEVEL_FIELD_NUMBER;
      hash = (53 * hash) + getTrainerLevel();
      hash = (37 * hash) + POKEDEX_ID_FIELD_NUMBER;
      hash = (53 * hash) + getPokedexId();
      hash = (37 * hash) + CP_FIELD_NUMBER;
      hash = (53 * hash) + getCp();
      hash = (37 * hash) + POKEMON_LEVEL_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getPokemonLevel());
      hash = (37 * hash) + MAX_HP_FIELD_NUMBER;
      hash = (53 * hash) + getMaxHp();
      hash = (37 * hash) + ORIGIN_LAT_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
          java.lang.Double.doubleToLongBits(getOriginLat()));
      hash = (37 * hash) + ORIGIN_LNG_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
          java.lang.Double.doubleToLongBits(getOriginLng()));
      hash = (37 * hash) + HEIGHT_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getHeight());
      hash = (37 * hash) + WEIGHT_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getWeight());
      hash = (37 * hash) + INDIVIDUAL_ATTACK_FIELD_NUMBER;
      hash = (53 * hash) + getIndividualAttack();
      hash = (37 * hash) + INDIVIDUAL_DEFENSE_FIELD_NUMBER;
      hash = (53 * hash) + getIndividualDefense();
      hash = (37 * hash) + INDIVIDUAL_STAMINA_FIELD_NUMBER;
      hash = (53 * hash) + getIndividualStamina();
      hash = (37 * hash) + CREATION_DAY_FIELD_NUMBER;
      hash = (53 * hash) + getCreationDay();
      hash = (37 * hash) + CREATION_MONTH_FIELD_NUMBER;
      hash = (53 * hash) + getCreationMonth();
      hash = (37 * hash) + CREATION_YEAR_FIELD_NUMBER;
      hash = (53 * hash) + getCreationYear();
      hash = (37 * hash) + NICKNAME_FIELD_NUMBER;
      hash = (53 * hash) + getNickname().hashCode();
      hash = (37 * hash) + GENDER_FIELD_NUMBER;
      hash = (53 * hash) + gender_;
      hash = (37 * hash) + COSTUME_FIELD_NUMBER;
      hash = (53 * hash) + costume_;
      hash = (37 * hash) + FORM_FIELD_NUMBER;
      hash = (53 * hash) + form_;
      hash = (37 * hash) + SHINY_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
          getShiny());
      hash = (37 * hash) + MOVE1_FIELD_NUMBER;
      hash = (53 * hash) + move1_;
      hash = (37 * hash) + MOVE2_FIELD_NUMBER;
      hash = (53 * hash) + move2_;
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

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

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return POGOProtos.Data.Beluga.BelugaPokemonOuterClass.internal_static_POGOProtos_Data_Beluga_BelugaPokemon_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.class, POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.Builder.class);
      }

      // Construct using POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.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();
        trainerName_ = "";

        trainerGender_ = 0;

        trainerTeam_ = 0;

        trainerLevel_ = 0;

        pokedexId_ = 0;

        cp_ = 0;

        pokemonLevel_ = 0F;

        maxHp_ = 0;

        originLat_ = 0D;

        originLng_ = 0D;

        height_ = 0F;

        weight_ = 0F;

        individualAttack_ = 0;

        individualDefense_ = 0;

        individualStamina_ = 0;

        creationDay_ = 0;

        creationMonth_ = 0;

        creationYear_ = 0;

        nickname_ = "";

        gender_ = 0;

        costume_ = 0;

        form_ = 0;

        shiny_ = false;

        move1_ = 0;

        move2_ = 0;

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return POGOProtos.Data.Beluga.BelugaPokemonOuterClass.internal_static_POGOProtos_Data_Beluga_BelugaPokemon_descriptor;
      }

      @java.lang.Override
      public POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon getDefaultInstanceForType() {
        return POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.getDefaultInstance();
      }

      @java.lang.Override
      public POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon build() {
        POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon buildPartial() {
        POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon result = new POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon(this);
        result.trainerName_ = trainerName_;
        result.trainerGender_ = trainerGender_;
        result.trainerTeam_ = trainerTeam_;
        result.trainerLevel_ = trainerLevel_;
        result.pokedexId_ = pokedexId_;
        result.cp_ = cp_;
        result.pokemonLevel_ = pokemonLevel_;
        result.maxHp_ = maxHp_;
        result.originLat_ = originLat_;
        result.originLng_ = originLng_;
        result.height_ = height_;
        result.weight_ = weight_;
        result.individualAttack_ = individualAttack_;
        result.individualDefense_ = individualDefense_;
        result.individualStamina_ = individualStamina_;
        result.creationDay_ = creationDay_;
        result.creationMonth_ = creationMonth_;
        result.creationYear_ = creationYear_;
        result.nickname_ = nickname_;
        result.gender_ = gender_;
        result.costume_ = costume_;
        result.form_ = form_;
        result.shiny_ = shiny_;
        result.move1_ = move1_;
        result.move2_ = move2_;
        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.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon) {
          return mergeFrom((POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon other) {
        if (other == POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.getDefaultInstance()) return this;
        if (!other.getTrainerName().isEmpty()) {
          trainerName_ = other.trainerName_;
          onChanged();
        }
        if (other.trainerGender_ != 0) {
          setTrainerGenderValue(other.getTrainerGenderValue());
        }
        if (other.trainerTeam_ != 0) {
          setTrainerTeamValue(other.getTrainerTeamValue());
        }
        if (other.getTrainerLevel() != 0) {
          setTrainerLevel(other.getTrainerLevel());
        }
        if (other.getPokedexId() != 0) {
          setPokedexId(other.getPokedexId());
        }
        if (other.getCp() != 0) {
          setCp(other.getCp());
        }
        if (other.getPokemonLevel() != 0F) {
          setPokemonLevel(other.getPokemonLevel());
        }
        if (other.getMaxHp() != 0) {
          setMaxHp(other.getMaxHp());
        }
        if (other.getOriginLat() != 0D) {
          setOriginLat(other.getOriginLat());
        }
        if (other.getOriginLng() != 0D) {
          setOriginLng(other.getOriginLng());
        }
        if (other.getHeight() != 0F) {
          setHeight(other.getHeight());
        }
        if (other.getWeight() != 0F) {
          setWeight(other.getWeight());
        }
        if (other.getIndividualAttack() != 0) {
          setIndividualAttack(other.getIndividualAttack());
        }
        if (other.getIndividualDefense() != 0) {
          setIndividualDefense(other.getIndividualDefense());
        }
        if (other.getIndividualStamina() != 0) {
          setIndividualStamina(other.getIndividualStamina());
        }
        if (other.getCreationDay() != 0) {
          setCreationDay(other.getCreationDay());
        }
        if (other.getCreationMonth() != 0) {
          setCreationMonth(other.getCreationMonth());
        }
        if (other.getCreationYear() != 0) {
          setCreationYear(other.getCreationYear());
        }
        if (!other.getNickname().isEmpty()) {
          nickname_ = other.nickname_;
          onChanged();
        }
        if (other.gender_ != 0) {
          setGenderValue(other.getGenderValue());
        }
        if (other.costume_ != 0) {
          setCostumeValue(other.getCostumeValue());
        }
        if (other.form_ != 0) {
          setFormValue(other.getFormValue());
        }
        if (other.getShiny() != false) {
          setShiny(other.getShiny());
        }
        if (other.move1_ != 0) {
          setMove1Value(other.getMove1Value());
        }
        if (other.move2_ != 0) {
          setMove2Value(other.getMove2Value());
        }
        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.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object trainerName_ = "";
      /**
       * string trainer_name = 1;
       */
      public java.lang.String getTrainerName() {
        java.lang.Object ref = trainerName_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          trainerName_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string trainer_name = 1;
       */
      public com.google.protobuf.ByteString
          getTrainerNameBytes() {
        java.lang.Object ref = trainerName_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          trainerName_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string trainer_name = 1;
       */
      public Builder setTrainerName(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        trainerName_ = value;
        onChanged();
        return this;
      }
      /**
       * string trainer_name = 1;
       */
      public Builder clearTrainerName() {
        
        trainerName_ = getDefaultInstance().getTrainerName();
        onChanged();
        return this;
      }
      /**
       * string trainer_name = 1;
       */
      public Builder setTrainerNameBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        trainerName_ = value;
        onChanged();
        return this;
      }

      private int trainerGender_ = 0;
      /**
       * .POGOProtos.Data.Beluga.BelugaPokemon.TrainerGender trainer_gender = 2;
       */
      public int getTrainerGenderValue() {
        return trainerGender_;
      }
      /**
       * .POGOProtos.Data.Beluga.BelugaPokemon.TrainerGender trainer_gender = 2;
       */
      public Builder setTrainerGenderValue(int value) {
        trainerGender_ = value;
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Data.Beluga.BelugaPokemon.TrainerGender trainer_gender = 2;
       */
      public POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.TrainerGender getTrainerGender() {
        @SuppressWarnings("deprecation")
        POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.TrainerGender result = POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.TrainerGender.valueOf(trainerGender_);
        return result == null ? POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.TrainerGender.UNRECOGNIZED : result;
      }
      /**
       * .POGOProtos.Data.Beluga.BelugaPokemon.TrainerGender trainer_gender = 2;
       */
      public Builder setTrainerGender(POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.TrainerGender value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        trainerGender_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Data.Beluga.BelugaPokemon.TrainerGender trainer_gender = 2;
       */
      public Builder clearTrainerGender() {
        
        trainerGender_ = 0;
        onChanged();
        return this;
      }

      private int trainerTeam_ = 0;
      /**
       * .POGOProtos.Enums.TeamColor trainer_team = 3;
       */
      public int getTrainerTeamValue() {
        return trainerTeam_;
      }
      /**
       * .POGOProtos.Enums.TeamColor trainer_team = 3;
       */
      public Builder setTrainerTeamValue(int value) {
        trainerTeam_ = value;
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Enums.TeamColor trainer_team = 3;
       */
      public POGOProtos.Enums.TeamColorOuterClass.TeamColor getTrainerTeam() {
        @SuppressWarnings("deprecation")
        POGOProtos.Enums.TeamColorOuterClass.TeamColor result = POGOProtos.Enums.TeamColorOuterClass.TeamColor.valueOf(trainerTeam_);
        return result == null ? POGOProtos.Enums.TeamColorOuterClass.TeamColor.UNRECOGNIZED : result;
      }
      /**
       * .POGOProtos.Enums.TeamColor trainer_team = 3;
       */
      public Builder setTrainerTeam(POGOProtos.Enums.TeamColorOuterClass.TeamColor value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        trainerTeam_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Enums.TeamColor trainer_team = 3;
       */
      public Builder clearTrainerTeam() {
        
        trainerTeam_ = 0;
        onChanged();
        return this;
      }

      private int trainerLevel_ ;
      /**
       * int32 trainer_level = 4;
       */
      public int getTrainerLevel() {
        return trainerLevel_;
      }
      /**
       * int32 trainer_level = 4;
       */
      public Builder setTrainerLevel(int value) {
        
        trainerLevel_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 trainer_level = 4;
       */
      public Builder clearTrainerLevel() {
        
        trainerLevel_ = 0;
        onChanged();
        return this;
      }

      private int pokedexId_ ;
      /**
       * int32 pokedex_id = 5;
       */
      public int getPokedexId() {
        return pokedexId_;
      }
      /**
       * int32 pokedex_id = 5;
       */
      public Builder setPokedexId(int value) {
        
        pokedexId_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 pokedex_id = 5;
       */
      public Builder clearPokedexId() {
        
        pokedexId_ = 0;
        onChanged();
        return this;
      }

      private int cp_ ;
      /**
       * int32 cp = 6;
       */
      public int getCp() {
        return cp_;
      }
      /**
       * int32 cp = 6;
       */
      public Builder setCp(int value) {
        
        cp_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 cp = 6;
       */
      public Builder clearCp() {
        
        cp_ = 0;
        onChanged();
        return this;
      }

      private float pokemonLevel_ ;
      /**
       * float pokemon_level = 7;
       */
      public float getPokemonLevel() {
        return pokemonLevel_;
      }
      /**
       * float pokemon_level = 7;
       */
      public Builder setPokemonLevel(float value) {
        
        pokemonLevel_ = value;
        onChanged();
        return this;
      }
      /**
       * float pokemon_level = 7;
       */
      public Builder clearPokemonLevel() {
        
        pokemonLevel_ = 0F;
        onChanged();
        return this;
      }

      private int maxHp_ ;
      /**
       * int32 max_hp = 8;
       */
      public int getMaxHp() {
        return maxHp_;
      }
      /**
       * int32 max_hp = 8;
       */
      public Builder setMaxHp(int value) {
        
        maxHp_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 max_hp = 8;
       */
      public Builder clearMaxHp() {
        
        maxHp_ = 0;
        onChanged();
        return this;
      }

      private double originLat_ ;
      /**
       * double origin_lat = 9;
       */
      public double getOriginLat() {
        return originLat_;
      }
      /**
       * double origin_lat = 9;
       */
      public Builder setOriginLat(double value) {
        
        originLat_ = value;
        onChanged();
        return this;
      }
      /**
       * double origin_lat = 9;
       */
      public Builder clearOriginLat() {
        
        originLat_ = 0D;
        onChanged();
        return this;
      }

      private double originLng_ ;
      /**
       * double origin_lng = 10;
       */
      public double getOriginLng() {
        return originLng_;
      }
      /**
       * double origin_lng = 10;
       */
      public Builder setOriginLng(double value) {
        
        originLng_ = value;
        onChanged();
        return this;
      }
      /**
       * double origin_lng = 10;
       */
      public Builder clearOriginLng() {
        
        originLng_ = 0D;
        onChanged();
        return this;
      }

      private float height_ ;
      /**
       * float height = 11;
       */
      public float getHeight() {
        return height_;
      }
      /**
       * float height = 11;
       */
      public Builder setHeight(float value) {
        
        height_ = value;
        onChanged();
        return this;
      }
      /**
       * float height = 11;
       */
      public Builder clearHeight() {
        
        height_ = 0F;
        onChanged();
        return this;
      }

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

      private int individualAttack_ ;
      /**
       * int32 individual_attack = 13;
       */
      public int getIndividualAttack() {
        return individualAttack_;
      }
      /**
       * int32 individual_attack = 13;
       */
      public Builder setIndividualAttack(int value) {
        
        individualAttack_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 individual_attack = 13;
       */
      public Builder clearIndividualAttack() {
        
        individualAttack_ = 0;
        onChanged();
        return this;
      }

      private int individualDefense_ ;
      /**
       * int32 individual_defense = 14;
       */
      public int getIndividualDefense() {
        return individualDefense_;
      }
      /**
       * int32 individual_defense = 14;
       */
      public Builder setIndividualDefense(int value) {
        
        individualDefense_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 individual_defense = 14;
       */
      public Builder clearIndividualDefense() {
        
        individualDefense_ = 0;
        onChanged();
        return this;
      }

      private int individualStamina_ ;
      /**
       * int32 individual_stamina = 15;
       */
      public int getIndividualStamina() {
        return individualStamina_;
      }
      /**
       * int32 individual_stamina = 15;
       */
      public Builder setIndividualStamina(int value) {
        
        individualStamina_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 individual_stamina = 15;
       */
      public Builder clearIndividualStamina() {
        
        individualStamina_ = 0;
        onChanged();
        return this;
      }

      private int creationDay_ ;
      /**
       * int32 creation_day = 16;
       */
      public int getCreationDay() {
        return creationDay_;
      }
      /**
       * int32 creation_day = 16;
       */
      public Builder setCreationDay(int value) {
        
        creationDay_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 creation_day = 16;
       */
      public Builder clearCreationDay() {
        
        creationDay_ = 0;
        onChanged();
        return this;
      }

      private int creationMonth_ ;
      /**
       * int32 creation_month = 17;
       */
      public int getCreationMonth() {
        return creationMonth_;
      }
      /**
       * int32 creation_month = 17;
       */
      public Builder setCreationMonth(int value) {
        
        creationMonth_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 creation_month = 17;
       */
      public Builder clearCreationMonth() {
        
        creationMonth_ = 0;
        onChanged();
        return this;
      }

      private int creationYear_ ;
      /**
       * int32 creation_year = 18;
       */
      public int getCreationYear() {
        return creationYear_;
      }
      /**
       * int32 creation_year = 18;
       */
      public Builder setCreationYear(int value) {
        
        creationYear_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 creation_year = 18;
       */
      public Builder clearCreationYear() {
        
        creationYear_ = 0;
        onChanged();
        return this;
      }

      private java.lang.Object nickname_ = "";
      /**
       * string nickname = 19;
       */
      public java.lang.String getNickname() {
        java.lang.Object ref = nickname_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          nickname_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string nickname = 19;
       */
      public com.google.protobuf.ByteString
          getNicknameBytes() {
        java.lang.Object ref = nickname_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          nickname_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string nickname = 19;
       */
      public Builder setNickname(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        nickname_ = value;
        onChanged();
        return this;
      }
      /**
       * string nickname = 19;
       */
      public Builder clearNickname() {
        
        nickname_ = getDefaultInstance().getNickname();
        onChanged();
        return this;
      }
      /**
       * string nickname = 19;
       */
      public Builder setNicknameBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        nickname_ = value;
        onChanged();
        return this;
      }

      private int gender_ = 0;
      /**
       * .POGOProtos.Enums.Gender gender = 20;
       */
      public int getGenderValue() {
        return gender_;
      }
      /**
       * .POGOProtos.Enums.Gender gender = 20;
       */
      public Builder setGenderValue(int value) {
        gender_ = value;
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Enums.Gender gender = 20;
       */
      public POGOProtos.Enums.GenderOuterClass.Gender getGender() {
        @SuppressWarnings("deprecation")
        POGOProtos.Enums.GenderOuterClass.Gender result = POGOProtos.Enums.GenderOuterClass.Gender.valueOf(gender_);
        return result == null ? POGOProtos.Enums.GenderOuterClass.Gender.UNRECOGNIZED : result;
      }
      /**
       * .POGOProtos.Enums.Gender gender = 20;
       */
      public Builder setGender(POGOProtos.Enums.GenderOuterClass.Gender value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        gender_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Enums.Gender gender = 20;
       */
      public Builder clearGender() {
        
        gender_ = 0;
        onChanged();
        return this;
      }

      private int costume_ = 0;
      /**
       * .POGOProtos.Enums.Costume costume = 21;
       */
      public int getCostumeValue() {
        return costume_;
      }
      /**
       * .POGOProtos.Enums.Costume costume = 21;
       */
      public Builder setCostumeValue(int value) {
        costume_ = value;
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Enums.Costume costume = 21;
       */
      public POGOProtos.Enums.CostumeOuterClass.Costume getCostume() {
        @SuppressWarnings("deprecation")
        POGOProtos.Enums.CostumeOuterClass.Costume result = POGOProtos.Enums.CostumeOuterClass.Costume.valueOf(costume_);
        return result == null ? POGOProtos.Enums.CostumeOuterClass.Costume.UNRECOGNIZED : result;
      }
      /**
       * .POGOProtos.Enums.Costume costume = 21;
       */
      public Builder setCostume(POGOProtos.Enums.CostumeOuterClass.Costume value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        costume_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Enums.Costume costume = 21;
       */
      public Builder clearCostume() {
        
        costume_ = 0;
        onChanged();
        return this;
      }

      private int form_ = 0;
      /**
       * .POGOProtos.Data.Beluga.BelugaPokemon.PokemonForm form = 22;
       */
      public int getFormValue() {
        return form_;
      }
      /**
       * .POGOProtos.Data.Beluga.BelugaPokemon.PokemonForm form = 22;
       */
      public Builder setFormValue(int value) {
        form_ = value;
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Data.Beluga.BelugaPokemon.PokemonForm form = 22;
       */
      public POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.PokemonForm getForm() {
        @SuppressWarnings("deprecation")
        POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.PokemonForm result = POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.PokemonForm.valueOf(form_);
        return result == null ? POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.PokemonForm.UNRECOGNIZED : result;
      }
      /**
       * .POGOProtos.Data.Beluga.BelugaPokemon.PokemonForm form = 22;
       */
      public Builder setForm(POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon.PokemonForm value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        form_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Data.Beluga.BelugaPokemon.PokemonForm form = 22;
       */
      public Builder clearForm() {
        
        form_ = 0;
        onChanged();
        return this;
      }

      private boolean shiny_ ;
      /**
       * bool shiny = 23;
       */
      public boolean getShiny() {
        return shiny_;
      }
      /**
       * bool shiny = 23;
       */
      public Builder setShiny(boolean value) {
        
        shiny_ = value;
        onChanged();
        return this;
      }
      /**
       * bool shiny = 23;
       */
      public Builder clearShiny() {
        
        shiny_ = false;
        onChanged();
        return this;
      }

      private int move1_ = 0;
      /**
       * .POGOProtos.Enums.PokemonMove move1 = 24;
       */
      public int getMove1Value() {
        return move1_;
      }
      /**
       * .POGOProtos.Enums.PokemonMove move1 = 24;
       */
      public Builder setMove1Value(int value) {
        move1_ = value;
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Enums.PokemonMove move1 = 24;
       */
      public POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove getMove1() {
        @SuppressWarnings("deprecation")
        POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove result = POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove.valueOf(move1_);
        return result == null ? POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove.UNRECOGNIZED : result;
      }
      /**
       * .POGOProtos.Enums.PokemonMove move1 = 24;
       */
      public Builder setMove1(POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        move1_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Enums.PokemonMove move1 = 24;
       */
      public Builder clearMove1() {
        
        move1_ = 0;
        onChanged();
        return this;
      }

      private int move2_ = 0;
      /**
       * .POGOProtos.Enums.PokemonMove move2 = 25;
       */
      public int getMove2Value() {
        return move2_;
      }
      /**
       * .POGOProtos.Enums.PokemonMove move2 = 25;
       */
      public Builder setMove2Value(int value) {
        move2_ = value;
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Enums.PokemonMove move2 = 25;
       */
      public POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove getMove2() {
        @SuppressWarnings("deprecation")
        POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove result = POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove.valueOf(move2_);
        return result == null ? POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove.UNRECOGNIZED : result;
      }
      /**
       * .POGOProtos.Enums.PokemonMove move2 = 25;
       */
      public Builder setMove2(POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        move2_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Enums.PokemonMove move2 = 25;
       */
      public Builder clearMove2() {
        
        move2_ = 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.Data.Beluga.BelugaPokemon)
    }

    // @@protoc_insertion_point(class_scope:POGOProtos.Data.Beluga.BelugaPokemon)
    private static final POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon();
    }

    public static POGOProtos.Data.Beluga.BelugaPokemonOuterClass.BelugaPokemon getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_POGOProtos_Data_Beluga_BelugaPokemon_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_POGOProtos_Data_Beluga_BelugaPokemon_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*POGOProtos/Data/Beluga/BelugaPokemon.p" +
      "roto\022\026POGOProtos.Data.Beluga\032\036POGOProtos" +
      "/Enums/Costume.proto\032\035POGOProtos/Enums/G" +
      "ender.proto\032\"POGOProtos/Enums/PokemonMov" +
      "e.proto\032 POGOProtos/Enums/TeamColor.prot" +
      "o\"\330\006\n\rBelugaPokemon\022\024\n\014trainer_name\030\001 \001(" +
      "\t\022K\n\016trainer_gender\030\002 \001(\01623.POGOProtos.D" +
      "ata.Beluga.BelugaPokemon.TrainerGender\0221" +
      "\n\014trainer_team\030\003 \001(\0162\033.POGOProtos.Enums." +
      "TeamColor\022\025\n\rtrainer_level\030\004 \001(\005\022\022\n\npoke" +
      "dex_id\030\005 \001(\005\022\n\n\002cp\030\006 \001(\005\022\025\n\rpokemon_leve" +
      "l\030\007 \001(\002\022\016\n\006max_hp\030\010 \001(\005\022\022\n\norigin_lat\030\t " +
      "\001(\001\022\022\n\norigin_lng\030\n \001(\001\022\016\n\006height\030\013 \001(\002\022" +
      "\016\n\006weight\030\014 \001(\002\022\031\n\021individual_attack\030\r \001" +
      "(\005\022\032\n\022individual_defense\030\016 \001(\005\022\032\n\022indivi" +
      "dual_stamina\030\017 \001(\005\022\024\n\014creation_day\030\020 \001(\005" +
      "\022\026\n\016creation_month\030\021 \001(\005\022\025\n\rcreation_yea" +
      "r\030\022 \001(\005\022\020\n\010nickname\030\023 \001(\t\022(\n\006gender\030\024 \001(" +
      "\0162\030.POGOProtos.Enums.Gender\022*\n\007costume\030\025" +
      " \001(\0162\031.POGOProtos.Enums.Costume\022?\n\004form\030" +
      "\026 \001(\01621.POGOProtos.Data.Beluga.BelugaPok" +
      "emon.PokemonForm\022\r\n\005shiny\030\027 \001(\010\022,\n\005move1" +
      "\030\030 \001(\0162\035.POGOProtos.Enums.PokemonMove\022,\n" +
      "\005move2\030\031 \001(\0162\035.POGOProtos.Enums.PokemonM" +
      "ove\"(\n\013PokemonForm\022\016\n\nFORM_UNSET\020\000\022\t\n\005AL" +
      "OLA\020\001\"5\n\rTrainerGender\022\020\n\014TRAINER_MALE\020\000" +
      "\022\022\n\016TRAINER_FEMALE\020\001b\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.CostumeOuterClass.getDescriptor(),
          POGOProtos.Enums.GenderOuterClass.getDescriptor(),
          POGOProtos.Enums.PokemonMoveOuterClass.getDescriptor(),
          POGOProtos.Enums.TeamColorOuterClass.getDescriptor(),
        }, assigner);
    internal_static_POGOProtos_Data_Beluga_BelugaPokemon_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_POGOProtos_Data_Beluga_BelugaPokemon_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_POGOProtos_Data_Beluga_BelugaPokemon_descriptor,
        new java.lang.String[] { "TrainerName", "TrainerGender", "TrainerTeam", "TrainerLevel", "PokedexId", "Cp", "PokemonLevel", "MaxHp", "OriginLat", "OriginLng", "Height", "Weight", "IndividualAttack", "IndividualDefense", "IndividualStamina", "CreationDay", "CreationMonth", "CreationYear", "Nickname", "Gender", "Costume", "Form", "Shiny", "Move1", "Move2", });
    POGOProtos.Enums.CostumeOuterClass.getDescriptor();
    POGOProtos.Enums.GenderOuterClass.getDescriptor();
    POGOProtos.Enums.PokemonMoveOuterClass.getDescriptor();
    POGOProtos.Enums.TeamColorOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy