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

POGOProtos.Enums.PlayerOnboardingPathOuterClass Maven / Gradle / Ivy

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

package POGOProtos.Enums;

public final class PlayerOnboardingPathOuterClass {
  private PlayerOnboardingPathOuterClass() {}
  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.PlayerOnboardingPath}
   */
  public enum PlayerOnboardingPath
      implements com.google.protobuf.ProtocolMessageEnum {
    /**
     * UNSET_PLAYER_ONBOARDING_PATH = 0;
     */
    UNSET_PLAYER_ONBOARDING_PATH(0),
    /**
     * V1_PLAYER_ONBOARDING_PATH = 1;
     */
    V1_PLAYER_ONBOARDING_PATH(1),
    /**
     * V2_PLAYER_ONBOARDING_PATH = 2;
     */
    V2_PLAYER_ONBOARDING_PATH(2),
    UNRECOGNIZED(-1),
    ;

    /**
     * UNSET_PLAYER_ONBOARDING_PATH = 0;
     */
    public static final int UNSET_PLAYER_ONBOARDING_PATH_VALUE = 0;
    /**
     * V1_PLAYER_ONBOARDING_PATH = 1;
     */
    public static final int V1_PLAYER_ONBOARDING_PATH_VALUE = 1;
    /**
     * V2_PLAYER_ONBOARDING_PATH = 2;
     */
    public static final int V2_PLAYER_ONBOARDING_PATH_VALUE = 2;


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

    public static PlayerOnboardingPath forNumber(int value) {
      switch (value) {
        case 0: return UNSET_PLAYER_ONBOARDING_PATH;
        case 1: return V1_PLAYER_ONBOARDING_PATH;
        case 2: return V2_PLAYER_ONBOARDING_PATH;
        default: return null;
      }
    }

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

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

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

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


  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/PlayerOnboardingPath." +
      "proto\022\020POGOProtos.Enums*v\n\024PlayerOnboard" +
      "ingPath\022 \n\034UNSET_PLAYER_ONBOARDING_PATH\020" +
      "\000\022\035\n\031V1_PLAYER_ONBOARDING_PATH\020\001\022\035\n\031V2_P" +
      "LAYER_ONBOARDING_PATH\020\002b\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