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

POGOProtos.Data.Player.PlayerChurnParametersOuterClass Maven / Gradle / Ivy

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

package POGOProtos.Data.Player;

public final class PlayerChurnParametersOuterClass {
  private PlayerChurnParametersOuterClass() {}
  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 PlayerChurnParametersOrBuilder extends
      // @@protoc_insertion_point(interface_extends:POGOProtos.Data.Player.PlayerChurnParameters)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string account_id = 1;
     */
    java.lang.String getAccountId();
    /**
     * string account_id = 1;
     */
    com.google.protobuf.ByteString
        getAccountIdBytes();

    /**
     * string code_name = 2;
     */
    java.lang.String getCodeName();
    /**
     * string code_name = 2;
     */
    com.google.protobuf.ByteString
        getCodeNameBytes();

    /**
     * string team = 3;
     */
    java.lang.String getTeam();
    /**
     * string team = 3;
     */
    com.google.protobuf.ByteString
        getTeamBytes();

    /**
     * string country = 4;
     */
    java.lang.String getCountry();
    /**
     * string country = 4;
     */
    com.google.protobuf.ByteString
        getCountryBytes();

    /**
     * int32 level = 5;
     */
    int getLevel();

    /**
     * int32 total_pokemon_caught = 6;
     */
    int getTotalPokemonCaught();

    /**
     * int32 gifts_opened_daily = 7;
     */
    int getGiftsOpenedDaily();

    /**
     * int32 total_big_karps = 8;
     */
    int getTotalBigKarps();

    /**
     * int32 stardust_balance = 9;
     */
    int getStardustBalance();

    /**
     * int32 total_raids = 10;
     */
    int getTotalRaids();

    /**
     * int32 total_pokemon_evolved = 11;
     */
    int getTotalPokemonEvolved();

    /**
     * int32 total_legendary_raids = 12;
     */
    int getTotalLegendaryRaids();

    /**
     * int32 total_eggs_hatched = 13;
     */
    int getTotalEggsHatched();

    /**
     * int32 total_battle_attack_won = 14;
     */
    int getTotalBattleAttackWon();

    /**
     * int32 total_battle_defended_won = 15;
     */
    int getTotalBattleDefendedWon();

    /**
     * int32 total_quests_completed = 16;
     */
    int getTotalQuestsCompleted();

    /**
     * int32 poke_coin_balance = 17;
     */
    int getPokeCoinBalance();

    /**
     * int32 pokemon_caught_active_day = 18;
     */
    int getPokemonCaughtActiveDay();

    /**
     * float total_km_walked = 19;
     */
    float getTotalKmWalked();

    /**
     * float num_pokedex_entries = 20;
     */
    float getNumPokedexEntries();

    /**
     * float km_walked_past_active_day = 21;
     */
    float getKmWalkedPastActiveDay();

    /**
     * int64 days_since_last_logon = 22;
     */
    long getDaysSinceLastLogon();

    /**
     * int64 days_since_creation = 23;
     */
    long getDaysSinceCreation();

    /**
     * int64 days_since_last_pokemon_caught = 24;
     */
    long getDaysSinceLastPokemonCaught();
  }
  /**
   * Protobuf type {@code POGOProtos.Data.Player.PlayerChurnParameters}
   */
  public  static final class PlayerChurnParameters extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:POGOProtos.Data.Player.PlayerChurnParameters)
      PlayerChurnParametersOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use PlayerChurnParameters.newBuilder() to construct.
    private PlayerChurnParameters(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private PlayerChurnParameters() {
      accountId_ = "";
      codeName_ = "";
      team_ = "";
      country_ = "";
      level_ = 0;
      totalPokemonCaught_ = 0;
      giftsOpenedDaily_ = 0;
      totalBigKarps_ = 0;
      stardustBalance_ = 0;
      totalRaids_ = 0;
      totalPokemonEvolved_ = 0;
      totalLegendaryRaids_ = 0;
      totalEggsHatched_ = 0;
      totalBattleAttackWon_ = 0;
      totalBattleDefendedWon_ = 0;
      totalQuestsCompleted_ = 0;
      pokeCoinBalance_ = 0;
      pokemonCaughtActiveDay_ = 0;
      totalKmWalked_ = 0F;
      numPokedexEntries_ = 0F;
      kmWalkedPastActiveDay_ = 0F;
      daysSinceLastLogon_ = 0L;
      daysSinceCreation_ = 0L;
      daysSinceLastPokemonCaught_ = 0L;
    }

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

              accountId_ = s;
              break;
            }
            case 18: {
              java.lang.String s = input.readStringRequireUtf8();

              codeName_ = s;
              break;
            }
            case 26: {
              java.lang.String s = input.readStringRequireUtf8();

              team_ = s;
              break;
            }
            case 34: {
              java.lang.String s = input.readStringRequireUtf8();

              country_ = s;
              break;
            }
            case 40: {

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

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

              giftsOpenedDaily_ = input.readInt32();
              break;
            }
            case 64: {

              totalBigKarps_ = input.readInt32();
              break;
            }
            case 72: {

              stardustBalance_ = input.readInt32();
              break;
            }
            case 80: {

              totalRaids_ = input.readInt32();
              break;
            }
            case 88: {

              totalPokemonEvolved_ = input.readInt32();
              break;
            }
            case 96: {

              totalLegendaryRaids_ = input.readInt32();
              break;
            }
            case 104: {

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

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

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

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

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

              pokemonCaughtActiveDay_ = input.readInt32();
              break;
            }
            case 157: {

              totalKmWalked_ = input.readFloat();
              break;
            }
            case 165: {

              numPokedexEntries_ = input.readFloat();
              break;
            }
            case 173: {

              kmWalkedPastActiveDay_ = input.readFloat();
              break;
            }
            case 176: {

              daysSinceLastLogon_ = input.readInt64();
              break;
            }
            case 184: {

              daysSinceCreation_ = input.readInt64();
              break;
            }
            case 192: {

              daysSinceLastPokemonCaught_ = input.readInt64();
              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.Player.PlayerChurnParametersOuterClass.internal_static_POGOProtos_Data_Player_PlayerChurnParameters_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return POGOProtos.Data.Player.PlayerChurnParametersOuterClass.internal_static_POGOProtos_Data_Player_PlayerChurnParameters_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters.class, POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters.Builder.class);
    }

    public static final int ACCOUNT_ID_FIELD_NUMBER = 1;
    private volatile java.lang.Object accountId_;
    /**
     * string account_id = 1;
     */
    public java.lang.String getAccountId() {
      java.lang.Object ref = accountId_;
      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();
        accountId_ = s;
        return s;
      }
    }
    /**
     * string account_id = 1;
     */
    public com.google.protobuf.ByteString
        getAccountIdBytes() {
      java.lang.Object ref = accountId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        accountId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int CODE_NAME_FIELD_NUMBER = 2;
    private volatile java.lang.Object codeName_;
    /**
     * string code_name = 2;
     */
    public java.lang.String getCodeName() {
      java.lang.Object ref = codeName_;
      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();
        codeName_ = s;
        return s;
      }
    }
    /**
     * string code_name = 2;
     */
    public com.google.protobuf.ByteString
        getCodeNameBytes() {
      java.lang.Object ref = codeName_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        codeName_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int TEAM_FIELD_NUMBER = 3;
    private volatile java.lang.Object team_;
    /**
     * string team = 3;
     */
    public java.lang.String getTeam() {
      java.lang.Object ref = team_;
      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();
        team_ = s;
        return s;
      }
    }
    /**
     * string team = 3;
     */
    public com.google.protobuf.ByteString
        getTeamBytes() {
      java.lang.Object ref = team_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        team_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int COUNTRY_FIELD_NUMBER = 4;
    private volatile java.lang.Object country_;
    /**
     * string country = 4;
     */
    public java.lang.String getCountry() {
      java.lang.Object ref = country_;
      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();
        country_ = s;
        return s;
      }
    }
    /**
     * string country = 4;
     */
    public com.google.protobuf.ByteString
        getCountryBytes() {
      java.lang.Object ref = country_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        country_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int LEVEL_FIELD_NUMBER = 5;
    private int level_;
    /**
     * int32 level = 5;
     */
    public int getLevel() {
      return level_;
    }

    public static final int TOTAL_POKEMON_CAUGHT_FIELD_NUMBER = 6;
    private int totalPokemonCaught_;
    /**
     * int32 total_pokemon_caught = 6;
     */
    public int getTotalPokemonCaught() {
      return totalPokemonCaught_;
    }

    public static final int GIFTS_OPENED_DAILY_FIELD_NUMBER = 7;
    private int giftsOpenedDaily_;
    /**
     * int32 gifts_opened_daily = 7;
     */
    public int getGiftsOpenedDaily() {
      return giftsOpenedDaily_;
    }

    public static final int TOTAL_BIG_KARPS_FIELD_NUMBER = 8;
    private int totalBigKarps_;
    /**
     * int32 total_big_karps = 8;
     */
    public int getTotalBigKarps() {
      return totalBigKarps_;
    }

    public static final int STARDUST_BALANCE_FIELD_NUMBER = 9;
    private int stardustBalance_;
    /**
     * int32 stardust_balance = 9;
     */
    public int getStardustBalance() {
      return stardustBalance_;
    }

    public static final int TOTAL_RAIDS_FIELD_NUMBER = 10;
    private int totalRaids_;
    /**
     * int32 total_raids = 10;
     */
    public int getTotalRaids() {
      return totalRaids_;
    }

    public static final int TOTAL_POKEMON_EVOLVED_FIELD_NUMBER = 11;
    private int totalPokemonEvolved_;
    /**
     * int32 total_pokemon_evolved = 11;
     */
    public int getTotalPokemonEvolved() {
      return totalPokemonEvolved_;
    }

    public static final int TOTAL_LEGENDARY_RAIDS_FIELD_NUMBER = 12;
    private int totalLegendaryRaids_;
    /**
     * int32 total_legendary_raids = 12;
     */
    public int getTotalLegendaryRaids() {
      return totalLegendaryRaids_;
    }

    public static final int TOTAL_EGGS_HATCHED_FIELD_NUMBER = 13;
    private int totalEggsHatched_;
    /**
     * int32 total_eggs_hatched = 13;
     */
    public int getTotalEggsHatched() {
      return totalEggsHatched_;
    }

    public static final int TOTAL_BATTLE_ATTACK_WON_FIELD_NUMBER = 14;
    private int totalBattleAttackWon_;
    /**
     * int32 total_battle_attack_won = 14;
     */
    public int getTotalBattleAttackWon() {
      return totalBattleAttackWon_;
    }

    public static final int TOTAL_BATTLE_DEFENDED_WON_FIELD_NUMBER = 15;
    private int totalBattleDefendedWon_;
    /**
     * int32 total_battle_defended_won = 15;
     */
    public int getTotalBattleDefendedWon() {
      return totalBattleDefendedWon_;
    }

    public static final int TOTAL_QUESTS_COMPLETED_FIELD_NUMBER = 16;
    private int totalQuestsCompleted_;
    /**
     * int32 total_quests_completed = 16;
     */
    public int getTotalQuestsCompleted() {
      return totalQuestsCompleted_;
    }

    public static final int POKE_COIN_BALANCE_FIELD_NUMBER = 17;
    private int pokeCoinBalance_;
    /**
     * int32 poke_coin_balance = 17;
     */
    public int getPokeCoinBalance() {
      return pokeCoinBalance_;
    }

    public static final int POKEMON_CAUGHT_ACTIVE_DAY_FIELD_NUMBER = 18;
    private int pokemonCaughtActiveDay_;
    /**
     * int32 pokemon_caught_active_day = 18;
     */
    public int getPokemonCaughtActiveDay() {
      return pokemonCaughtActiveDay_;
    }

    public static final int TOTAL_KM_WALKED_FIELD_NUMBER = 19;
    private float totalKmWalked_;
    /**
     * float total_km_walked = 19;
     */
    public float getTotalKmWalked() {
      return totalKmWalked_;
    }

    public static final int NUM_POKEDEX_ENTRIES_FIELD_NUMBER = 20;
    private float numPokedexEntries_;
    /**
     * float num_pokedex_entries = 20;
     */
    public float getNumPokedexEntries() {
      return numPokedexEntries_;
    }

    public static final int KM_WALKED_PAST_ACTIVE_DAY_FIELD_NUMBER = 21;
    private float kmWalkedPastActiveDay_;
    /**
     * float km_walked_past_active_day = 21;
     */
    public float getKmWalkedPastActiveDay() {
      return kmWalkedPastActiveDay_;
    }

    public static final int DAYS_SINCE_LAST_LOGON_FIELD_NUMBER = 22;
    private long daysSinceLastLogon_;
    /**
     * int64 days_since_last_logon = 22;
     */
    public long getDaysSinceLastLogon() {
      return daysSinceLastLogon_;
    }

    public static final int DAYS_SINCE_CREATION_FIELD_NUMBER = 23;
    private long daysSinceCreation_;
    /**
     * int64 days_since_creation = 23;
     */
    public long getDaysSinceCreation() {
      return daysSinceCreation_;
    }

    public static final int DAYS_SINCE_LAST_POKEMON_CAUGHT_FIELD_NUMBER = 24;
    private long daysSinceLastPokemonCaught_;
    /**
     * int64 days_since_last_pokemon_caught = 24;
     */
    public long getDaysSinceLastPokemonCaught() {
      return daysSinceLastPokemonCaught_;
    }

    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 (!getAccountIdBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 1, accountId_);
      }
      if (!getCodeNameBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, codeName_);
      }
      if (!getTeamBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 3, team_);
      }
      if (!getCountryBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 4, country_);
      }
      if (level_ != 0) {
        output.writeInt32(5, level_);
      }
      if (totalPokemonCaught_ != 0) {
        output.writeInt32(6, totalPokemonCaught_);
      }
      if (giftsOpenedDaily_ != 0) {
        output.writeInt32(7, giftsOpenedDaily_);
      }
      if (totalBigKarps_ != 0) {
        output.writeInt32(8, totalBigKarps_);
      }
      if (stardustBalance_ != 0) {
        output.writeInt32(9, stardustBalance_);
      }
      if (totalRaids_ != 0) {
        output.writeInt32(10, totalRaids_);
      }
      if (totalPokemonEvolved_ != 0) {
        output.writeInt32(11, totalPokemonEvolved_);
      }
      if (totalLegendaryRaids_ != 0) {
        output.writeInt32(12, totalLegendaryRaids_);
      }
      if (totalEggsHatched_ != 0) {
        output.writeInt32(13, totalEggsHatched_);
      }
      if (totalBattleAttackWon_ != 0) {
        output.writeInt32(14, totalBattleAttackWon_);
      }
      if (totalBattleDefendedWon_ != 0) {
        output.writeInt32(15, totalBattleDefendedWon_);
      }
      if (totalQuestsCompleted_ != 0) {
        output.writeInt32(16, totalQuestsCompleted_);
      }
      if (pokeCoinBalance_ != 0) {
        output.writeInt32(17, pokeCoinBalance_);
      }
      if (pokemonCaughtActiveDay_ != 0) {
        output.writeInt32(18, pokemonCaughtActiveDay_);
      }
      if (totalKmWalked_ != 0F) {
        output.writeFloat(19, totalKmWalked_);
      }
      if (numPokedexEntries_ != 0F) {
        output.writeFloat(20, numPokedexEntries_);
      }
      if (kmWalkedPastActiveDay_ != 0F) {
        output.writeFloat(21, kmWalkedPastActiveDay_);
      }
      if (daysSinceLastLogon_ != 0L) {
        output.writeInt64(22, daysSinceLastLogon_);
      }
      if (daysSinceCreation_ != 0L) {
        output.writeInt64(23, daysSinceCreation_);
      }
      if (daysSinceLastPokemonCaught_ != 0L) {
        output.writeInt64(24, daysSinceLastPokemonCaught_);
      }
      unknownFields.writeTo(output);
    }

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

      size = 0;
      if (!getAccountIdBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, accountId_);
      }
      if (!getCodeNameBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, codeName_);
      }
      if (!getTeamBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, team_);
      }
      if (!getCountryBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, country_);
      }
      if (level_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(5, level_);
      }
      if (totalPokemonCaught_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(6, totalPokemonCaught_);
      }
      if (giftsOpenedDaily_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(7, giftsOpenedDaily_);
      }
      if (totalBigKarps_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(8, totalBigKarps_);
      }
      if (stardustBalance_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(9, stardustBalance_);
      }
      if (totalRaids_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(10, totalRaids_);
      }
      if (totalPokemonEvolved_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(11, totalPokemonEvolved_);
      }
      if (totalLegendaryRaids_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(12, totalLegendaryRaids_);
      }
      if (totalEggsHatched_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(13, totalEggsHatched_);
      }
      if (totalBattleAttackWon_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(14, totalBattleAttackWon_);
      }
      if (totalBattleDefendedWon_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(15, totalBattleDefendedWon_);
      }
      if (totalQuestsCompleted_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(16, totalQuestsCompleted_);
      }
      if (pokeCoinBalance_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(17, pokeCoinBalance_);
      }
      if (pokemonCaughtActiveDay_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(18, pokemonCaughtActiveDay_);
      }
      if (totalKmWalked_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(19, totalKmWalked_);
      }
      if (numPokedexEntries_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(20, numPokedexEntries_);
      }
      if (kmWalkedPastActiveDay_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(21, kmWalkedPastActiveDay_);
      }
      if (daysSinceLastLogon_ != 0L) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt64Size(22, daysSinceLastLogon_);
      }
      if (daysSinceCreation_ != 0L) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt64Size(23, daysSinceCreation_);
      }
      if (daysSinceLastPokemonCaught_ != 0L) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt64Size(24, daysSinceLastPokemonCaught_);
      }
      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.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters)) {
        return super.equals(obj);
      }
      POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters other = (POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters) obj;

      boolean result = true;
      result = result && getAccountId()
          .equals(other.getAccountId());
      result = result && getCodeName()
          .equals(other.getCodeName());
      result = result && getTeam()
          .equals(other.getTeam());
      result = result && getCountry()
          .equals(other.getCountry());
      result = result && (getLevel()
          == other.getLevel());
      result = result && (getTotalPokemonCaught()
          == other.getTotalPokemonCaught());
      result = result && (getGiftsOpenedDaily()
          == other.getGiftsOpenedDaily());
      result = result && (getTotalBigKarps()
          == other.getTotalBigKarps());
      result = result && (getStardustBalance()
          == other.getStardustBalance());
      result = result && (getTotalRaids()
          == other.getTotalRaids());
      result = result && (getTotalPokemonEvolved()
          == other.getTotalPokemonEvolved());
      result = result && (getTotalLegendaryRaids()
          == other.getTotalLegendaryRaids());
      result = result && (getTotalEggsHatched()
          == other.getTotalEggsHatched());
      result = result && (getTotalBattleAttackWon()
          == other.getTotalBattleAttackWon());
      result = result && (getTotalBattleDefendedWon()
          == other.getTotalBattleDefendedWon());
      result = result && (getTotalQuestsCompleted()
          == other.getTotalQuestsCompleted());
      result = result && (getPokeCoinBalance()
          == other.getPokeCoinBalance());
      result = result && (getPokemonCaughtActiveDay()
          == other.getPokemonCaughtActiveDay());
      result = result && (
          java.lang.Float.floatToIntBits(getTotalKmWalked())
          == java.lang.Float.floatToIntBits(
              other.getTotalKmWalked()));
      result = result && (
          java.lang.Float.floatToIntBits(getNumPokedexEntries())
          == java.lang.Float.floatToIntBits(
              other.getNumPokedexEntries()));
      result = result && (
          java.lang.Float.floatToIntBits(getKmWalkedPastActiveDay())
          == java.lang.Float.floatToIntBits(
              other.getKmWalkedPastActiveDay()));
      result = result && (getDaysSinceLastLogon()
          == other.getDaysSinceLastLogon());
      result = result && (getDaysSinceCreation()
          == other.getDaysSinceCreation());
      result = result && (getDaysSinceLastPokemonCaught()
          == other.getDaysSinceLastPokemonCaught());
      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) + ACCOUNT_ID_FIELD_NUMBER;
      hash = (53 * hash) + getAccountId().hashCode();
      hash = (37 * hash) + CODE_NAME_FIELD_NUMBER;
      hash = (53 * hash) + getCodeName().hashCode();
      hash = (37 * hash) + TEAM_FIELD_NUMBER;
      hash = (53 * hash) + getTeam().hashCode();
      hash = (37 * hash) + COUNTRY_FIELD_NUMBER;
      hash = (53 * hash) + getCountry().hashCode();
      hash = (37 * hash) + LEVEL_FIELD_NUMBER;
      hash = (53 * hash) + getLevel();
      hash = (37 * hash) + TOTAL_POKEMON_CAUGHT_FIELD_NUMBER;
      hash = (53 * hash) + getTotalPokemonCaught();
      hash = (37 * hash) + GIFTS_OPENED_DAILY_FIELD_NUMBER;
      hash = (53 * hash) + getGiftsOpenedDaily();
      hash = (37 * hash) + TOTAL_BIG_KARPS_FIELD_NUMBER;
      hash = (53 * hash) + getTotalBigKarps();
      hash = (37 * hash) + STARDUST_BALANCE_FIELD_NUMBER;
      hash = (53 * hash) + getStardustBalance();
      hash = (37 * hash) + TOTAL_RAIDS_FIELD_NUMBER;
      hash = (53 * hash) + getTotalRaids();
      hash = (37 * hash) + TOTAL_POKEMON_EVOLVED_FIELD_NUMBER;
      hash = (53 * hash) + getTotalPokemonEvolved();
      hash = (37 * hash) + TOTAL_LEGENDARY_RAIDS_FIELD_NUMBER;
      hash = (53 * hash) + getTotalLegendaryRaids();
      hash = (37 * hash) + TOTAL_EGGS_HATCHED_FIELD_NUMBER;
      hash = (53 * hash) + getTotalEggsHatched();
      hash = (37 * hash) + TOTAL_BATTLE_ATTACK_WON_FIELD_NUMBER;
      hash = (53 * hash) + getTotalBattleAttackWon();
      hash = (37 * hash) + TOTAL_BATTLE_DEFENDED_WON_FIELD_NUMBER;
      hash = (53 * hash) + getTotalBattleDefendedWon();
      hash = (37 * hash) + TOTAL_QUESTS_COMPLETED_FIELD_NUMBER;
      hash = (53 * hash) + getTotalQuestsCompleted();
      hash = (37 * hash) + POKE_COIN_BALANCE_FIELD_NUMBER;
      hash = (53 * hash) + getPokeCoinBalance();
      hash = (37 * hash) + POKEMON_CAUGHT_ACTIVE_DAY_FIELD_NUMBER;
      hash = (53 * hash) + getPokemonCaughtActiveDay();
      hash = (37 * hash) + TOTAL_KM_WALKED_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getTotalKmWalked());
      hash = (37 * hash) + NUM_POKEDEX_ENTRIES_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getNumPokedexEntries());
      hash = (37 * hash) + KM_WALKED_PAST_ACTIVE_DAY_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getKmWalkedPastActiveDay());
      hash = (37 * hash) + DAYS_SINCE_LAST_LOGON_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
          getDaysSinceLastLogon());
      hash = (37 * hash) + DAYS_SINCE_CREATION_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
          getDaysSinceCreation());
      hash = (37 * hash) + DAYS_SINCE_LAST_POKEMON_CAUGHT_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
          getDaysSinceLastPokemonCaught());
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

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

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return POGOProtos.Data.Player.PlayerChurnParametersOuterClass.internal_static_POGOProtos_Data_Player_PlayerChurnParameters_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters.class, POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters.Builder.class);
      }

      // Construct using POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters.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();
        accountId_ = "";

        codeName_ = "";

        team_ = "";

        country_ = "";

        level_ = 0;

        totalPokemonCaught_ = 0;

        giftsOpenedDaily_ = 0;

        totalBigKarps_ = 0;

        stardustBalance_ = 0;

        totalRaids_ = 0;

        totalPokemonEvolved_ = 0;

        totalLegendaryRaids_ = 0;

        totalEggsHatched_ = 0;

        totalBattleAttackWon_ = 0;

        totalBattleDefendedWon_ = 0;

        totalQuestsCompleted_ = 0;

        pokeCoinBalance_ = 0;

        pokemonCaughtActiveDay_ = 0;

        totalKmWalked_ = 0F;

        numPokedexEntries_ = 0F;

        kmWalkedPastActiveDay_ = 0F;

        daysSinceLastLogon_ = 0L;

        daysSinceCreation_ = 0L;

        daysSinceLastPokemonCaught_ = 0L;

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return POGOProtos.Data.Player.PlayerChurnParametersOuterClass.internal_static_POGOProtos_Data_Player_PlayerChurnParameters_descriptor;
      }

      @java.lang.Override
      public POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters getDefaultInstanceForType() {
        return POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters.getDefaultInstance();
      }

      @java.lang.Override
      public POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters build() {
        POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters buildPartial() {
        POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters result = new POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters(this);
        result.accountId_ = accountId_;
        result.codeName_ = codeName_;
        result.team_ = team_;
        result.country_ = country_;
        result.level_ = level_;
        result.totalPokemonCaught_ = totalPokemonCaught_;
        result.giftsOpenedDaily_ = giftsOpenedDaily_;
        result.totalBigKarps_ = totalBigKarps_;
        result.stardustBalance_ = stardustBalance_;
        result.totalRaids_ = totalRaids_;
        result.totalPokemonEvolved_ = totalPokemonEvolved_;
        result.totalLegendaryRaids_ = totalLegendaryRaids_;
        result.totalEggsHatched_ = totalEggsHatched_;
        result.totalBattleAttackWon_ = totalBattleAttackWon_;
        result.totalBattleDefendedWon_ = totalBattleDefendedWon_;
        result.totalQuestsCompleted_ = totalQuestsCompleted_;
        result.pokeCoinBalance_ = pokeCoinBalance_;
        result.pokemonCaughtActiveDay_ = pokemonCaughtActiveDay_;
        result.totalKmWalked_ = totalKmWalked_;
        result.numPokedexEntries_ = numPokedexEntries_;
        result.kmWalkedPastActiveDay_ = kmWalkedPastActiveDay_;
        result.daysSinceLastLogon_ = daysSinceLastLogon_;
        result.daysSinceCreation_ = daysSinceCreation_;
        result.daysSinceLastPokemonCaught_ = daysSinceLastPokemonCaught_;
        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.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters) {
          return mergeFrom((POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters other) {
        if (other == POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters.getDefaultInstance()) return this;
        if (!other.getAccountId().isEmpty()) {
          accountId_ = other.accountId_;
          onChanged();
        }
        if (!other.getCodeName().isEmpty()) {
          codeName_ = other.codeName_;
          onChanged();
        }
        if (!other.getTeam().isEmpty()) {
          team_ = other.team_;
          onChanged();
        }
        if (!other.getCountry().isEmpty()) {
          country_ = other.country_;
          onChanged();
        }
        if (other.getLevel() != 0) {
          setLevel(other.getLevel());
        }
        if (other.getTotalPokemonCaught() != 0) {
          setTotalPokemonCaught(other.getTotalPokemonCaught());
        }
        if (other.getGiftsOpenedDaily() != 0) {
          setGiftsOpenedDaily(other.getGiftsOpenedDaily());
        }
        if (other.getTotalBigKarps() != 0) {
          setTotalBigKarps(other.getTotalBigKarps());
        }
        if (other.getStardustBalance() != 0) {
          setStardustBalance(other.getStardustBalance());
        }
        if (other.getTotalRaids() != 0) {
          setTotalRaids(other.getTotalRaids());
        }
        if (other.getTotalPokemonEvolved() != 0) {
          setTotalPokemonEvolved(other.getTotalPokemonEvolved());
        }
        if (other.getTotalLegendaryRaids() != 0) {
          setTotalLegendaryRaids(other.getTotalLegendaryRaids());
        }
        if (other.getTotalEggsHatched() != 0) {
          setTotalEggsHatched(other.getTotalEggsHatched());
        }
        if (other.getTotalBattleAttackWon() != 0) {
          setTotalBattleAttackWon(other.getTotalBattleAttackWon());
        }
        if (other.getTotalBattleDefendedWon() != 0) {
          setTotalBattleDefendedWon(other.getTotalBattleDefendedWon());
        }
        if (other.getTotalQuestsCompleted() != 0) {
          setTotalQuestsCompleted(other.getTotalQuestsCompleted());
        }
        if (other.getPokeCoinBalance() != 0) {
          setPokeCoinBalance(other.getPokeCoinBalance());
        }
        if (other.getPokemonCaughtActiveDay() != 0) {
          setPokemonCaughtActiveDay(other.getPokemonCaughtActiveDay());
        }
        if (other.getTotalKmWalked() != 0F) {
          setTotalKmWalked(other.getTotalKmWalked());
        }
        if (other.getNumPokedexEntries() != 0F) {
          setNumPokedexEntries(other.getNumPokedexEntries());
        }
        if (other.getKmWalkedPastActiveDay() != 0F) {
          setKmWalkedPastActiveDay(other.getKmWalkedPastActiveDay());
        }
        if (other.getDaysSinceLastLogon() != 0L) {
          setDaysSinceLastLogon(other.getDaysSinceLastLogon());
        }
        if (other.getDaysSinceCreation() != 0L) {
          setDaysSinceCreation(other.getDaysSinceCreation());
        }
        if (other.getDaysSinceLastPokemonCaught() != 0L) {
          setDaysSinceLastPokemonCaught(other.getDaysSinceLastPokemonCaught());
        }
        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.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object accountId_ = "";
      /**
       * string account_id = 1;
       */
      public java.lang.String getAccountId() {
        java.lang.Object ref = accountId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          accountId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string account_id = 1;
       */
      public com.google.protobuf.ByteString
          getAccountIdBytes() {
        java.lang.Object ref = accountId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          accountId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string account_id = 1;
       */
      public Builder setAccountId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        accountId_ = value;
        onChanged();
        return this;
      }
      /**
       * string account_id = 1;
       */
      public Builder clearAccountId() {
        
        accountId_ = getDefaultInstance().getAccountId();
        onChanged();
        return this;
      }
      /**
       * string account_id = 1;
       */
      public Builder setAccountIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        accountId_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object codeName_ = "";
      /**
       * string code_name = 2;
       */
      public java.lang.String getCodeName() {
        java.lang.Object ref = codeName_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          codeName_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string code_name = 2;
       */
      public com.google.protobuf.ByteString
          getCodeNameBytes() {
        java.lang.Object ref = codeName_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          codeName_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string code_name = 2;
       */
      public Builder setCodeName(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        codeName_ = value;
        onChanged();
        return this;
      }
      /**
       * string code_name = 2;
       */
      public Builder clearCodeName() {
        
        codeName_ = getDefaultInstance().getCodeName();
        onChanged();
        return this;
      }
      /**
       * string code_name = 2;
       */
      public Builder setCodeNameBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        codeName_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object team_ = "";
      /**
       * string team = 3;
       */
      public java.lang.String getTeam() {
        java.lang.Object ref = team_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          team_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string team = 3;
       */
      public com.google.protobuf.ByteString
          getTeamBytes() {
        java.lang.Object ref = team_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          team_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string team = 3;
       */
      public Builder setTeam(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        team_ = value;
        onChanged();
        return this;
      }
      /**
       * string team = 3;
       */
      public Builder clearTeam() {
        
        team_ = getDefaultInstance().getTeam();
        onChanged();
        return this;
      }
      /**
       * string team = 3;
       */
      public Builder setTeamBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        team_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object country_ = "";
      /**
       * string country = 4;
       */
      public java.lang.String getCountry() {
        java.lang.Object ref = country_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          country_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string country = 4;
       */
      public com.google.protobuf.ByteString
          getCountryBytes() {
        java.lang.Object ref = country_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          country_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string country = 4;
       */
      public Builder setCountry(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        country_ = value;
        onChanged();
        return this;
      }
      /**
       * string country = 4;
       */
      public Builder clearCountry() {
        
        country_ = getDefaultInstance().getCountry();
        onChanged();
        return this;
      }
      /**
       * string country = 4;
       */
      public Builder setCountryBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        country_ = value;
        onChanged();
        return this;
      }

      private int level_ ;
      /**
       * int32 level = 5;
       */
      public int getLevel() {
        return level_;
      }
      /**
       * int32 level = 5;
       */
      public Builder setLevel(int value) {
        
        level_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 level = 5;
       */
      public Builder clearLevel() {
        
        level_ = 0;
        onChanged();
        return this;
      }

      private int totalPokemonCaught_ ;
      /**
       * int32 total_pokemon_caught = 6;
       */
      public int getTotalPokemonCaught() {
        return totalPokemonCaught_;
      }
      /**
       * int32 total_pokemon_caught = 6;
       */
      public Builder setTotalPokemonCaught(int value) {
        
        totalPokemonCaught_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 total_pokemon_caught = 6;
       */
      public Builder clearTotalPokemonCaught() {
        
        totalPokemonCaught_ = 0;
        onChanged();
        return this;
      }

      private int giftsOpenedDaily_ ;
      /**
       * int32 gifts_opened_daily = 7;
       */
      public int getGiftsOpenedDaily() {
        return giftsOpenedDaily_;
      }
      /**
       * int32 gifts_opened_daily = 7;
       */
      public Builder setGiftsOpenedDaily(int value) {
        
        giftsOpenedDaily_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 gifts_opened_daily = 7;
       */
      public Builder clearGiftsOpenedDaily() {
        
        giftsOpenedDaily_ = 0;
        onChanged();
        return this;
      }

      private int totalBigKarps_ ;
      /**
       * int32 total_big_karps = 8;
       */
      public int getTotalBigKarps() {
        return totalBigKarps_;
      }
      /**
       * int32 total_big_karps = 8;
       */
      public Builder setTotalBigKarps(int value) {
        
        totalBigKarps_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 total_big_karps = 8;
       */
      public Builder clearTotalBigKarps() {
        
        totalBigKarps_ = 0;
        onChanged();
        return this;
      }

      private int stardustBalance_ ;
      /**
       * int32 stardust_balance = 9;
       */
      public int getStardustBalance() {
        return stardustBalance_;
      }
      /**
       * int32 stardust_balance = 9;
       */
      public Builder setStardustBalance(int value) {
        
        stardustBalance_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 stardust_balance = 9;
       */
      public Builder clearStardustBalance() {
        
        stardustBalance_ = 0;
        onChanged();
        return this;
      }

      private int totalRaids_ ;
      /**
       * int32 total_raids = 10;
       */
      public int getTotalRaids() {
        return totalRaids_;
      }
      /**
       * int32 total_raids = 10;
       */
      public Builder setTotalRaids(int value) {
        
        totalRaids_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 total_raids = 10;
       */
      public Builder clearTotalRaids() {
        
        totalRaids_ = 0;
        onChanged();
        return this;
      }

      private int totalPokemonEvolved_ ;
      /**
       * int32 total_pokemon_evolved = 11;
       */
      public int getTotalPokemonEvolved() {
        return totalPokemonEvolved_;
      }
      /**
       * int32 total_pokemon_evolved = 11;
       */
      public Builder setTotalPokemonEvolved(int value) {
        
        totalPokemonEvolved_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 total_pokemon_evolved = 11;
       */
      public Builder clearTotalPokemonEvolved() {
        
        totalPokemonEvolved_ = 0;
        onChanged();
        return this;
      }

      private int totalLegendaryRaids_ ;
      /**
       * int32 total_legendary_raids = 12;
       */
      public int getTotalLegendaryRaids() {
        return totalLegendaryRaids_;
      }
      /**
       * int32 total_legendary_raids = 12;
       */
      public Builder setTotalLegendaryRaids(int value) {
        
        totalLegendaryRaids_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 total_legendary_raids = 12;
       */
      public Builder clearTotalLegendaryRaids() {
        
        totalLegendaryRaids_ = 0;
        onChanged();
        return this;
      }

      private int totalEggsHatched_ ;
      /**
       * int32 total_eggs_hatched = 13;
       */
      public int getTotalEggsHatched() {
        return totalEggsHatched_;
      }
      /**
       * int32 total_eggs_hatched = 13;
       */
      public Builder setTotalEggsHatched(int value) {
        
        totalEggsHatched_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 total_eggs_hatched = 13;
       */
      public Builder clearTotalEggsHatched() {
        
        totalEggsHatched_ = 0;
        onChanged();
        return this;
      }

      private int totalBattleAttackWon_ ;
      /**
       * int32 total_battle_attack_won = 14;
       */
      public int getTotalBattleAttackWon() {
        return totalBattleAttackWon_;
      }
      /**
       * int32 total_battle_attack_won = 14;
       */
      public Builder setTotalBattleAttackWon(int value) {
        
        totalBattleAttackWon_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 total_battle_attack_won = 14;
       */
      public Builder clearTotalBattleAttackWon() {
        
        totalBattleAttackWon_ = 0;
        onChanged();
        return this;
      }

      private int totalBattleDefendedWon_ ;
      /**
       * int32 total_battle_defended_won = 15;
       */
      public int getTotalBattleDefendedWon() {
        return totalBattleDefendedWon_;
      }
      /**
       * int32 total_battle_defended_won = 15;
       */
      public Builder setTotalBattleDefendedWon(int value) {
        
        totalBattleDefendedWon_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 total_battle_defended_won = 15;
       */
      public Builder clearTotalBattleDefendedWon() {
        
        totalBattleDefendedWon_ = 0;
        onChanged();
        return this;
      }

      private int totalQuestsCompleted_ ;
      /**
       * int32 total_quests_completed = 16;
       */
      public int getTotalQuestsCompleted() {
        return totalQuestsCompleted_;
      }
      /**
       * int32 total_quests_completed = 16;
       */
      public Builder setTotalQuestsCompleted(int value) {
        
        totalQuestsCompleted_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 total_quests_completed = 16;
       */
      public Builder clearTotalQuestsCompleted() {
        
        totalQuestsCompleted_ = 0;
        onChanged();
        return this;
      }

      private int pokeCoinBalance_ ;
      /**
       * int32 poke_coin_balance = 17;
       */
      public int getPokeCoinBalance() {
        return pokeCoinBalance_;
      }
      /**
       * int32 poke_coin_balance = 17;
       */
      public Builder setPokeCoinBalance(int value) {
        
        pokeCoinBalance_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 poke_coin_balance = 17;
       */
      public Builder clearPokeCoinBalance() {
        
        pokeCoinBalance_ = 0;
        onChanged();
        return this;
      }

      private int pokemonCaughtActiveDay_ ;
      /**
       * int32 pokemon_caught_active_day = 18;
       */
      public int getPokemonCaughtActiveDay() {
        return pokemonCaughtActiveDay_;
      }
      /**
       * int32 pokemon_caught_active_day = 18;
       */
      public Builder setPokemonCaughtActiveDay(int value) {
        
        pokemonCaughtActiveDay_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 pokemon_caught_active_day = 18;
       */
      public Builder clearPokemonCaughtActiveDay() {
        
        pokemonCaughtActiveDay_ = 0;
        onChanged();
        return this;
      }

      private float totalKmWalked_ ;
      /**
       * float total_km_walked = 19;
       */
      public float getTotalKmWalked() {
        return totalKmWalked_;
      }
      /**
       * float total_km_walked = 19;
       */
      public Builder setTotalKmWalked(float value) {
        
        totalKmWalked_ = value;
        onChanged();
        return this;
      }
      /**
       * float total_km_walked = 19;
       */
      public Builder clearTotalKmWalked() {
        
        totalKmWalked_ = 0F;
        onChanged();
        return this;
      }

      private float numPokedexEntries_ ;
      /**
       * float num_pokedex_entries = 20;
       */
      public float getNumPokedexEntries() {
        return numPokedexEntries_;
      }
      /**
       * float num_pokedex_entries = 20;
       */
      public Builder setNumPokedexEntries(float value) {
        
        numPokedexEntries_ = value;
        onChanged();
        return this;
      }
      /**
       * float num_pokedex_entries = 20;
       */
      public Builder clearNumPokedexEntries() {
        
        numPokedexEntries_ = 0F;
        onChanged();
        return this;
      }

      private float kmWalkedPastActiveDay_ ;
      /**
       * float km_walked_past_active_day = 21;
       */
      public float getKmWalkedPastActiveDay() {
        return kmWalkedPastActiveDay_;
      }
      /**
       * float km_walked_past_active_day = 21;
       */
      public Builder setKmWalkedPastActiveDay(float value) {
        
        kmWalkedPastActiveDay_ = value;
        onChanged();
        return this;
      }
      /**
       * float km_walked_past_active_day = 21;
       */
      public Builder clearKmWalkedPastActiveDay() {
        
        kmWalkedPastActiveDay_ = 0F;
        onChanged();
        return this;
      }

      private long daysSinceLastLogon_ ;
      /**
       * int64 days_since_last_logon = 22;
       */
      public long getDaysSinceLastLogon() {
        return daysSinceLastLogon_;
      }
      /**
       * int64 days_since_last_logon = 22;
       */
      public Builder setDaysSinceLastLogon(long value) {
        
        daysSinceLastLogon_ = value;
        onChanged();
        return this;
      }
      /**
       * int64 days_since_last_logon = 22;
       */
      public Builder clearDaysSinceLastLogon() {
        
        daysSinceLastLogon_ = 0L;
        onChanged();
        return this;
      }

      private long daysSinceCreation_ ;
      /**
       * int64 days_since_creation = 23;
       */
      public long getDaysSinceCreation() {
        return daysSinceCreation_;
      }
      /**
       * int64 days_since_creation = 23;
       */
      public Builder setDaysSinceCreation(long value) {
        
        daysSinceCreation_ = value;
        onChanged();
        return this;
      }
      /**
       * int64 days_since_creation = 23;
       */
      public Builder clearDaysSinceCreation() {
        
        daysSinceCreation_ = 0L;
        onChanged();
        return this;
      }

      private long daysSinceLastPokemonCaught_ ;
      /**
       * int64 days_since_last_pokemon_caught = 24;
       */
      public long getDaysSinceLastPokemonCaught() {
        return daysSinceLastPokemonCaught_;
      }
      /**
       * int64 days_since_last_pokemon_caught = 24;
       */
      public Builder setDaysSinceLastPokemonCaught(long value) {
        
        daysSinceLastPokemonCaught_ = value;
        onChanged();
        return this;
      }
      /**
       * int64 days_since_last_pokemon_caught = 24;
       */
      public Builder clearDaysSinceLastPokemonCaught() {
        
        daysSinceLastPokemonCaught_ = 0L;
        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.Player.PlayerChurnParameters)
    }

    // @@protoc_insertion_point(class_scope:POGOProtos.Data.Player.PlayerChurnParameters)
    private static final POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters();
    }

    public static POGOProtos.Data.Player.PlayerChurnParametersOuterClass.PlayerChurnParameters getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_POGOProtos_Data_Player_PlayerChurnParameters_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_POGOProtos_Data_Player_PlayerChurnParameters_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n2POGOProtos/Data/Player/PlayerChurnPara" +
      "meters.proto\022\026POGOProtos.Data.Player\"\247\005\n" +
      "\025PlayerChurnParameters\022\022\n\naccount_id\030\001 \001" +
      "(\t\022\021\n\tcode_name\030\002 \001(\t\022\014\n\004team\030\003 \001(\t\022\017\n\007c" +
      "ountry\030\004 \001(\t\022\r\n\005level\030\005 \001(\005\022\034\n\024total_pok" +
      "emon_caught\030\006 \001(\005\022\032\n\022gifts_opened_daily\030" +
      "\007 \001(\005\022\027\n\017total_big_karps\030\010 \001(\005\022\030\n\020stardu" +
      "st_balance\030\t \001(\005\022\023\n\013total_raids\030\n \001(\005\022\035\n" +
      "\025total_pokemon_evolved\030\013 \001(\005\022\035\n\025total_le" +
      "gendary_raids\030\014 \001(\005\022\032\n\022total_eggs_hatche" +
      "d\030\r \001(\005\022\037\n\027total_battle_attack_won\030\016 \001(\005" +
      "\022!\n\031total_battle_defended_won\030\017 \001(\005\022\036\n\026t" +
      "otal_quests_completed\030\020 \001(\005\022\031\n\021poke_coin" +
      "_balance\030\021 \001(\005\022!\n\031pokemon_caught_active_" +
      "day\030\022 \001(\005\022\027\n\017total_km_walked\030\023 \001(\002\022\033\n\023nu" +
      "m_pokedex_entries\030\024 \001(\002\022!\n\031km_walked_pas" +
      "t_active_day\030\025 \001(\002\022\035\n\025days_since_last_lo" +
      "gon\030\026 \001(\003\022\033\n\023days_since_creation\030\027 \001(\003\022&" +
      "\n\036days_since_last_pokemon_caught\030\030 \001(\003b\006" +
      "proto3"
    };
    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[] {
        }, assigner);
    internal_static_POGOProtos_Data_Player_PlayerChurnParameters_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_POGOProtos_Data_Player_PlayerChurnParameters_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_POGOProtos_Data_Player_PlayerChurnParameters_descriptor,
        new java.lang.String[] { "AccountId", "CodeName", "Team", "Country", "Level", "TotalPokemonCaught", "GiftsOpenedDaily", "TotalBigKarps", "StardustBalance", "TotalRaids", "TotalPokemonEvolved", "TotalLegendaryRaids", "TotalEggsHatched", "TotalBattleAttackWon", "TotalBattleDefendedWon", "TotalQuestsCompleted", "PokeCoinBalance", "PokemonCaughtActiveDay", "TotalKmWalked", "NumPokedexEntries", "KmWalkedPastActiveDay", "DaysSinceLastLogon", "DaysSinceCreation", "DaysSinceLastPokemonCaught", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy