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

POGOProtos.Enums.QuestTypeOuterClass Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: POGOProtos/Enums/QuestType.proto

package POGOProtos.Enums;

public final class QuestTypeOuterClass {
  private QuestTypeOuterClass() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  /**
   * Protobuf enum {@code POGOProtos.Enums.QuestType}
   */
  public enum QuestType
      implements com.google.protobuf.ProtocolMessageEnum {
    /**
     * QUEST_UNKNOWN_TYPE = 0;
     */
    QUEST_UNKNOWN_TYPE(0),
    /**
     * QUEST_FIRST_CATCH_OF_THE_DAY = 1;
     */
    QUEST_FIRST_CATCH_OF_THE_DAY(1),
    /**
     * QUEST_FIRST_POKESTOP_OF_THE_DAY = 2;
     */
    QUEST_FIRST_POKESTOP_OF_THE_DAY(2),
    /**
     * QUEST_MULTI_PART = 3;
     */
    QUEST_MULTI_PART(3),
    /**
     * QUEST_CATCH_POKEMON = 4;
     */
    QUEST_CATCH_POKEMON(4),
    /**
     * QUEST_SPIN_POKESTOP = 5;
     */
    QUEST_SPIN_POKESTOP(5),
    /**
     * QUEST_HATCH_EGG = 6;
     */
    QUEST_HATCH_EGG(6),
    /**
     * QUEST_COMPLETE_GYM_BATTLE = 7;
     */
    QUEST_COMPLETE_GYM_BATTLE(7),
    /**
     * QUEST_COMPLETE_RAID_BATTLE = 8;
     */
    QUEST_COMPLETE_RAID_BATTLE(8),
    /**
     * QUEST_COMPLETE_QUEST = 9;
     */
    QUEST_COMPLETE_QUEST(9),
    /**
     * QUEST_TRANSFER_POKEMON = 10;
     */
    QUEST_TRANSFER_POKEMON(10),
    /**
     * QUEST_FAVORITE_POKEMON = 11;
     */
    QUEST_FAVORITE_POKEMON(11),
    /**
     * QUEST_AUTOCOMPLETE = 12;
     */
    QUEST_AUTOCOMPLETE(12),
    /**
     * QUEST_USE_BERRY_IN_ENCOUNTER = 13;
     */
    QUEST_USE_BERRY_IN_ENCOUNTER(13),
    /**
     * QUEST_UPGRADE_POKEMON = 14;
     */
    QUEST_UPGRADE_POKEMON(14),
    /**
     * QUEST_EVOLVE_POKEMON = 15;
     */
    QUEST_EVOLVE_POKEMON(15),
    /**
     * QUEST_LAND_THROW = 16;
     */
    QUEST_LAND_THROW(16),
    /**
     * QUEST_GET_BUDDY_CANDY = 17;
     */
    QUEST_GET_BUDDY_CANDY(17),
    /**
     * QUEST_BADGE_RANK = 18;
     */
    QUEST_BADGE_RANK(18),
    /**
     * QUEST_PLAYER_LEVEL = 19;
     */
    QUEST_PLAYER_LEVEL(19),
    /**
     * QUEST_JOIN_RAID = 20;
     */
    QUEST_JOIN_RAID(20),
    /**
     * QUEST_COMPLETE_BATTLE = 21;
     */
    QUEST_COMPLETE_BATTLE(21),
    /**
     * QUEST_ADD_FRIEND = 22;
     */
    QUEST_ADD_FRIEND(22),
    /**
     * QUEST_TRADE_POKEMON = 23;
     */
    QUEST_TRADE_POKEMON(23),
    /**
     * QUEST_SEND_GIFT = 24;
     */
    QUEST_SEND_GIFT(24),
    /**
     * QUEST_EVOLVE_INTO_POKEMON = 25;
     */
    QUEST_EVOLVE_INTO_POKEMON(25),
    UNRECOGNIZED(-1),
    ;

    /**
     * QUEST_UNKNOWN_TYPE = 0;
     */
    public static final int QUEST_UNKNOWN_TYPE_VALUE = 0;
    /**
     * QUEST_FIRST_CATCH_OF_THE_DAY = 1;
     */
    public static final int QUEST_FIRST_CATCH_OF_THE_DAY_VALUE = 1;
    /**
     * QUEST_FIRST_POKESTOP_OF_THE_DAY = 2;
     */
    public static final int QUEST_FIRST_POKESTOP_OF_THE_DAY_VALUE = 2;
    /**
     * QUEST_MULTI_PART = 3;
     */
    public static final int QUEST_MULTI_PART_VALUE = 3;
    /**
     * QUEST_CATCH_POKEMON = 4;
     */
    public static final int QUEST_CATCH_POKEMON_VALUE = 4;
    /**
     * QUEST_SPIN_POKESTOP = 5;
     */
    public static final int QUEST_SPIN_POKESTOP_VALUE = 5;
    /**
     * QUEST_HATCH_EGG = 6;
     */
    public static final int QUEST_HATCH_EGG_VALUE = 6;
    /**
     * QUEST_COMPLETE_GYM_BATTLE = 7;
     */
    public static final int QUEST_COMPLETE_GYM_BATTLE_VALUE = 7;
    /**
     * QUEST_COMPLETE_RAID_BATTLE = 8;
     */
    public static final int QUEST_COMPLETE_RAID_BATTLE_VALUE = 8;
    /**
     * QUEST_COMPLETE_QUEST = 9;
     */
    public static final int QUEST_COMPLETE_QUEST_VALUE = 9;
    /**
     * QUEST_TRANSFER_POKEMON = 10;
     */
    public static final int QUEST_TRANSFER_POKEMON_VALUE = 10;
    /**
     * QUEST_FAVORITE_POKEMON = 11;
     */
    public static final int QUEST_FAVORITE_POKEMON_VALUE = 11;
    /**
     * QUEST_AUTOCOMPLETE = 12;
     */
    public static final int QUEST_AUTOCOMPLETE_VALUE = 12;
    /**
     * QUEST_USE_BERRY_IN_ENCOUNTER = 13;
     */
    public static final int QUEST_USE_BERRY_IN_ENCOUNTER_VALUE = 13;
    /**
     * QUEST_UPGRADE_POKEMON = 14;
     */
    public static final int QUEST_UPGRADE_POKEMON_VALUE = 14;
    /**
     * QUEST_EVOLVE_POKEMON = 15;
     */
    public static final int QUEST_EVOLVE_POKEMON_VALUE = 15;
    /**
     * QUEST_LAND_THROW = 16;
     */
    public static final int QUEST_LAND_THROW_VALUE = 16;
    /**
     * QUEST_GET_BUDDY_CANDY = 17;
     */
    public static final int QUEST_GET_BUDDY_CANDY_VALUE = 17;
    /**
     * QUEST_BADGE_RANK = 18;
     */
    public static final int QUEST_BADGE_RANK_VALUE = 18;
    /**
     * QUEST_PLAYER_LEVEL = 19;
     */
    public static final int QUEST_PLAYER_LEVEL_VALUE = 19;
    /**
     * QUEST_JOIN_RAID = 20;
     */
    public static final int QUEST_JOIN_RAID_VALUE = 20;
    /**
     * QUEST_COMPLETE_BATTLE = 21;
     */
    public static final int QUEST_COMPLETE_BATTLE_VALUE = 21;
    /**
     * QUEST_ADD_FRIEND = 22;
     */
    public static final int QUEST_ADD_FRIEND_VALUE = 22;
    /**
     * QUEST_TRADE_POKEMON = 23;
     */
    public static final int QUEST_TRADE_POKEMON_VALUE = 23;
    /**
     * QUEST_SEND_GIFT = 24;
     */
    public static final int QUEST_SEND_GIFT_VALUE = 24;
    /**
     * QUEST_EVOLVE_INTO_POKEMON = 25;
     */
    public static final int QUEST_EVOLVE_INTO_POKEMON_VALUE = 25;


    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 QuestType valueOf(int value) {
      return forNumber(value);
    }

    public static QuestType forNumber(int value) {
      switch (value) {
        case 0: return QUEST_UNKNOWN_TYPE;
        case 1: return QUEST_FIRST_CATCH_OF_THE_DAY;
        case 2: return QUEST_FIRST_POKESTOP_OF_THE_DAY;
        case 3: return QUEST_MULTI_PART;
        case 4: return QUEST_CATCH_POKEMON;
        case 5: return QUEST_SPIN_POKESTOP;
        case 6: return QUEST_HATCH_EGG;
        case 7: return QUEST_COMPLETE_GYM_BATTLE;
        case 8: return QUEST_COMPLETE_RAID_BATTLE;
        case 9: return QUEST_COMPLETE_QUEST;
        case 10: return QUEST_TRANSFER_POKEMON;
        case 11: return QUEST_FAVORITE_POKEMON;
        case 12: return QUEST_AUTOCOMPLETE;
        case 13: return QUEST_USE_BERRY_IN_ENCOUNTER;
        case 14: return QUEST_UPGRADE_POKEMON;
        case 15: return QUEST_EVOLVE_POKEMON;
        case 16: return QUEST_LAND_THROW;
        case 17: return QUEST_GET_BUDDY_CANDY;
        case 18: return QUEST_BADGE_RANK;
        case 19: return QUEST_PLAYER_LEVEL;
        case 20: return QUEST_JOIN_RAID;
        case 21: return QUEST_COMPLETE_BATTLE;
        case 22: return QUEST_ADD_FRIEND;
        case 23: return QUEST_TRADE_POKEMON;
        case 24: return QUEST_SEND_GIFT;
        case 25: return QUEST_EVOLVE_INTO_POKEMON;
        default: return null;
      }
    }

    public static com.google.protobuf.Internal.EnumLiteMap
        internalGetValueMap() {
      return internalValueMap;
    }
    private static final com.google.protobuf.Internal.EnumLiteMap<
        QuestType> internalValueMap =
          new com.google.protobuf.Internal.EnumLiteMap() {
            public QuestType findValueByNumber(int number) {
              return QuestType.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.Enums.QuestTypeOuterClass.getDescriptor().getEnumTypes().get(0);
    }

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

    public static QuestType 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 QuestType(int value) {
      this.value = value;
    }

    // @@protoc_insertion_point(enum_scope:POGOProtos.Enums.QuestType)
  }


  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/Enums/QuestType.proto\022\020POGO" +
      "Protos.Enums*\271\005\n\tQuestType\022\026\n\022QUEST_UNKN" +
      "OWN_TYPE\020\000\022 \n\034QUEST_FIRST_CATCH_OF_THE_D" +
      "AY\020\001\022#\n\037QUEST_FIRST_POKESTOP_OF_THE_DAY\020" +
      "\002\022\024\n\020QUEST_MULTI_PART\020\003\022\027\n\023QUEST_CATCH_P" +
      "OKEMON\020\004\022\027\n\023QUEST_SPIN_POKESTOP\020\005\022\023\n\017QUE" +
      "ST_HATCH_EGG\020\006\022\035\n\031QUEST_COMPLETE_GYM_BAT" +
      "TLE\020\007\022\036\n\032QUEST_COMPLETE_RAID_BATTLE\020\010\022\030\n" +
      "\024QUEST_COMPLETE_QUEST\020\t\022\032\n\026QUEST_TRANSFE" +
      "R_POKEMON\020\n\022\032\n\026QUEST_FAVORITE_POKEMON\020\013\022" +
      "\026\n\022QUEST_AUTOCOMPLETE\020\014\022 \n\034QUEST_USE_BER" +
      "RY_IN_ENCOUNTER\020\r\022\031\n\025QUEST_UPGRADE_POKEM" +
      "ON\020\016\022\030\n\024QUEST_EVOLVE_POKEMON\020\017\022\024\n\020QUEST_" +
      "LAND_THROW\020\020\022\031\n\025QUEST_GET_BUDDY_CANDY\020\021\022" +
      "\024\n\020QUEST_BADGE_RANK\020\022\022\026\n\022QUEST_PLAYER_LE" +
      "VEL\020\023\022\023\n\017QUEST_JOIN_RAID\020\024\022\031\n\025QUEST_COMP" +
      "LETE_BATTLE\020\025\022\024\n\020QUEST_ADD_FRIEND\020\026\022\027\n\023Q" +
      "UEST_TRADE_POKEMON\020\027\022\023\n\017QUEST_SEND_GIFT\020" +
      "\030\022\035\n\031QUEST_EVOLVE_INTO_POKEMON\020\031b\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[] {
        }, assigner);
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy