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

POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: POGOProtos/Networking/Responses/FortDeployPokemonResponse.proto

package POGOProtos.Networking.Responses;

public final class FortDeployPokemonResponseOuterClass {
  private FortDeployPokemonResponseOuterClass() {}
  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 FortDeployPokemonResponseOrBuilder extends
      // @@protoc_insertion_point(interface_extends:POGOProtos.Networking.Responses.FortDeployPokemonResponse)
      com.google.protobuf.MessageOrBuilder {

    /**
     * .POGOProtos.Networking.Responses.FortDeployPokemonResponse.Result result = 1;
     */
    int getResultValue();
    /**
     * .POGOProtos.Networking.Responses.FortDeployPokemonResponse.Result result = 1;
     */
    POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.Result getResult();

    /**
     * .POGOProtos.Networking.Responses.FortDetailsResponse fort_details = 2;
     */
    boolean hasFortDetails();
    /**
     * .POGOProtos.Networking.Responses.FortDetailsResponse fort_details = 2;
     */
    POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse getFortDetails();
    /**
     * .POGOProtos.Networking.Responses.FortDetailsResponse fort_details = 2;
     */
    POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponseOrBuilder getFortDetailsOrBuilder();

    /**
     * .POGOProtos.Data.PokemonData pokemon_data = 3;
     */
    boolean hasPokemonData();
    /**
     * .POGOProtos.Data.PokemonData pokemon_data = 3;
     */
    POGOProtos.Data.PokemonDataOuterClass.PokemonData getPokemonData();
    /**
     * .POGOProtos.Data.PokemonData pokemon_data = 3;
     */
    POGOProtos.Data.PokemonDataOuterClass.PokemonDataOrBuilder getPokemonDataOrBuilder();

    /**
     * .POGOProtos.Data.Gym.GymState gym_state = 4;
     */
    boolean hasGymState();
    /**
     * .POGOProtos.Data.Gym.GymState gym_state = 4;
     */
    POGOProtos.Data.Gym.GymStateOuterClass.GymState getGymState();
    /**
     * .POGOProtos.Data.Gym.GymState gym_state = 4;
     */
    POGOProtos.Data.Gym.GymStateOuterClass.GymStateOrBuilder getGymStateOrBuilder();
  }
  /**
   * Protobuf type {@code POGOProtos.Networking.Responses.FortDeployPokemonResponse}
   */
  public  static final class FortDeployPokemonResponse extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:POGOProtos.Networking.Responses.FortDeployPokemonResponse)
      FortDeployPokemonResponseOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use FortDeployPokemonResponse.newBuilder() to construct.
    private FortDeployPokemonResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private FortDeployPokemonResponse() {
      result_ = 0;
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private FortDeployPokemonResponse(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      int mutable_bitField0_ = 0;
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 8: {
              int rawValue = input.readEnum();

              result_ = rawValue;
              break;
            }
            case 18: {
              POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse.Builder subBuilder = null;
              if (fortDetails_ != null) {
                subBuilder = fortDetails_.toBuilder();
              }
              fortDetails_ = input.readMessage(POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(fortDetails_);
                fortDetails_ = subBuilder.buildPartial();
              }

              break;
            }
            case 26: {
              POGOProtos.Data.PokemonDataOuterClass.PokemonData.Builder subBuilder = null;
              if (pokemonData_ != null) {
                subBuilder = pokemonData_.toBuilder();
              }
              pokemonData_ = input.readMessage(POGOProtos.Data.PokemonDataOuterClass.PokemonData.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(pokemonData_);
                pokemonData_ = subBuilder.buildPartial();
              }

              break;
            }
            case 34: {
              POGOProtos.Data.Gym.GymStateOuterClass.GymState.Builder subBuilder = null;
              if (gymState_ != null) {
                subBuilder = gymState_.toBuilder();
              }
              gymState_ = input.readMessage(POGOProtos.Data.Gym.GymStateOuterClass.GymState.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(gymState_);
                gymState_ = subBuilder.buildPartial();
              }

              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.Networking.Responses.FortDeployPokemonResponseOuterClass.internal_static_POGOProtos_Networking_Responses_FortDeployPokemonResponse_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.internal_static_POGOProtos_Networking_Responses_FortDeployPokemonResponse_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.class, POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.Builder.class);
    }

    /**
     * Protobuf enum {@code POGOProtos.Networking.Responses.FortDeployPokemonResponse.Result}
     */
    public enum Result
        implements com.google.protobuf.ProtocolMessageEnum {
      /**
       * NO_RESULT_SET = 0;
       */
      NO_RESULT_SET(0),
      /**
       * SUCCESS = 1;
       */
      SUCCESS(1),
      /**
       * ERROR_ALREADY_HAS_POKEMON_ON_FORT = 2;
       */
      ERROR_ALREADY_HAS_POKEMON_ON_FORT(2),
      /**
       * ERROR_OPPOSING_TEAM_OWNS_FORT = 3;
       */
      ERROR_OPPOSING_TEAM_OWNS_FORT(3),
      /**
       * ERROR_FORT_IS_FULL = 4;
       */
      ERROR_FORT_IS_FULL(4),
      /**
       * ERROR_NOT_IN_RANGE = 5;
       */
      ERROR_NOT_IN_RANGE(5),
      /**
       * ERROR_PLAYER_HAS_NO_TEAM = 6;
       */
      ERROR_PLAYER_HAS_NO_TEAM(6),
      /**
       * ERROR_POKEMON_NOT_FULL_HP = 7;
       */
      ERROR_POKEMON_NOT_FULL_HP(7),
      /**
       * ERROR_PLAYER_BELOW_MINIMUM_LEVEL = 8;
       */
      ERROR_PLAYER_BELOW_MINIMUM_LEVEL(8),
      /**
       * ERROR_POKEMON_IS_BUDDY = 9;
       */
      ERROR_POKEMON_IS_BUDDY(9),
      /**
       * ERROR_FORT_DEPLOY_LOCKOUT = 10;
       */
      ERROR_FORT_DEPLOY_LOCKOUT(10),
      /**
       * ERROR_PLAYER_HAS_NO_NICKNAME = 11;
       */
      ERROR_PLAYER_HAS_NO_NICKNAME(11),
      /**
       * ERROR_POI_INACCESSIBLE = 12;
       */
      ERROR_POI_INACCESSIBLE(12),
      /**
       * ERROR_LEGENDARY_POKEMON = 13;
       */
      ERROR_LEGENDARY_POKEMON(13),
      /**
       * ERROR_INVALID_POKEMON = 14;
       */
      ERROR_INVALID_POKEMON(14),
      UNRECOGNIZED(-1),
      ;

      /**
       * NO_RESULT_SET = 0;
       */
      public static final int NO_RESULT_SET_VALUE = 0;
      /**
       * SUCCESS = 1;
       */
      public static final int SUCCESS_VALUE = 1;
      /**
       * ERROR_ALREADY_HAS_POKEMON_ON_FORT = 2;
       */
      public static final int ERROR_ALREADY_HAS_POKEMON_ON_FORT_VALUE = 2;
      /**
       * ERROR_OPPOSING_TEAM_OWNS_FORT = 3;
       */
      public static final int ERROR_OPPOSING_TEAM_OWNS_FORT_VALUE = 3;
      /**
       * ERROR_FORT_IS_FULL = 4;
       */
      public static final int ERROR_FORT_IS_FULL_VALUE = 4;
      /**
       * ERROR_NOT_IN_RANGE = 5;
       */
      public static final int ERROR_NOT_IN_RANGE_VALUE = 5;
      /**
       * ERROR_PLAYER_HAS_NO_TEAM = 6;
       */
      public static final int ERROR_PLAYER_HAS_NO_TEAM_VALUE = 6;
      /**
       * ERROR_POKEMON_NOT_FULL_HP = 7;
       */
      public static final int ERROR_POKEMON_NOT_FULL_HP_VALUE = 7;
      /**
       * ERROR_PLAYER_BELOW_MINIMUM_LEVEL = 8;
       */
      public static final int ERROR_PLAYER_BELOW_MINIMUM_LEVEL_VALUE = 8;
      /**
       * ERROR_POKEMON_IS_BUDDY = 9;
       */
      public static final int ERROR_POKEMON_IS_BUDDY_VALUE = 9;
      /**
       * ERROR_FORT_DEPLOY_LOCKOUT = 10;
       */
      public static final int ERROR_FORT_DEPLOY_LOCKOUT_VALUE = 10;
      /**
       * ERROR_PLAYER_HAS_NO_NICKNAME = 11;
       */
      public static final int ERROR_PLAYER_HAS_NO_NICKNAME_VALUE = 11;
      /**
       * ERROR_POI_INACCESSIBLE = 12;
       */
      public static final int ERROR_POI_INACCESSIBLE_VALUE = 12;
      /**
       * ERROR_LEGENDARY_POKEMON = 13;
       */
      public static final int ERROR_LEGENDARY_POKEMON_VALUE = 13;
      /**
       * ERROR_INVALID_POKEMON = 14;
       */
      public static final int ERROR_INVALID_POKEMON_VALUE = 14;


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

      public static Result forNumber(int value) {
        switch (value) {
          case 0: return NO_RESULT_SET;
          case 1: return SUCCESS;
          case 2: return ERROR_ALREADY_HAS_POKEMON_ON_FORT;
          case 3: return ERROR_OPPOSING_TEAM_OWNS_FORT;
          case 4: return ERROR_FORT_IS_FULL;
          case 5: return ERROR_NOT_IN_RANGE;
          case 6: return ERROR_PLAYER_HAS_NO_TEAM;
          case 7: return ERROR_POKEMON_NOT_FULL_HP;
          case 8: return ERROR_PLAYER_BELOW_MINIMUM_LEVEL;
          case 9: return ERROR_POKEMON_IS_BUDDY;
          case 10: return ERROR_FORT_DEPLOY_LOCKOUT;
          case 11: return ERROR_PLAYER_HAS_NO_NICKNAME;
          case 12: return ERROR_POI_INACCESSIBLE;
          case 13: return ERROR_LEGENDARY_POKEMON;
          case 14: return ERROR_INVALID_POKEMON;
          default: return null;
        }
      }

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

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

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

      // @@protoc_insertion_point(enum_scope:POGOProtos.Networking.Responses.FortDeployPokemonResponse.Result)
    }

    public static final int RESULT_FIELD_NUMBER = 1;
    private int result_;
    /**
     * .POGOProtos.Networking.Responses.FortDeployPokemonResponse.Result result = 1;
     */
    public int getResultValue() {
      return result_;
    }
    /**
     * .POGOProtos.Networking.Responses.FortDeployPokemonResponse.Result result = 1;
     */
    public POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.Result getResult() {
      @SuppressWarnings("deprecation")
      POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.Result result = POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.Result.valueOf(result_);
      return result == null ? POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.Result.UNRECOGNIZED : result;
    }

    public static final int FORT_DETAILS_FIELD_NUMBER = 2;
    private POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse fortDetails_;
    /**
     * .POGOProtos.Networking.Responses.FortDetailsResponse fort_details = 2;
     */
    public boolean hasFortDetails() {
      return fortDetails_ != null;
    }
    /**
     * .POGOProtos.Networking.Responses.FortDetailsResponse fort_details = 2;
     */
    public POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse getFortDetails() {
      return fortDetails_ == null ? POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse.getDefaultInstance() : fortDetails_;
    }
    /**
     * .POGOProtos.Networking.Responses.FortDetailsResponse fort_details = 2;
     */
    public POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponseOrBuilder getFortDetailsOrBuilder() {
      return getFortDetails();
    }

    public static final int POKEMON_DATA_FIELD_NUMBER = 3;
    private POGOProtos.Data.PokemonDataOuterClass.PokemonData pokemonData_;
    /**
     * .POGOProtos.Data.PokemonData pokemon_data = 3;
     */
    public boolean hasPokemonData() {
      return pokemonData_ != null;
    }
    /**
     * .POGOProtos.Data.PokemonData pokemon_data = 3;
     */
    public POGOProtos.Data.PokemonDataOuterClass.PokemonData getPokemonData() {
      return pokemonData_ == null ? POGOProtos.Data.PokemonDataOuterClass.PokemonData.getDefaultInstance() : pokemonData_;
    }
    /**
     * .POGOProtos.Data.PokemonData pokemon_data = 3;
     */
    public POGOProtos.Data.PokemonDataOuterClass.PokemonDataOrBuilder getPokemonDataOrBuilder() {
      return getPokemonData();
    }

    public static final int GYM_STATE_FIELD_NUMBER = 4;
    private POGOProtos.Data.Gym.GymStateOuterClass.GymState gymState_;
    /**
     * .POGOProtos.Data.Gym.GymState gym_state = 4;
     */
    public boolean hasGymState() {
      return gymState_ != null;
    }
    /**
     * .POGOProtos.Data.Gym.GymState gym_state = 4;
     */
    public POGOProtos.Data.Gym.GymStateOuterClass.GymState getGymState() {
      return gymState_ == null ? POGOProtos.Data.Gym.GymStateOuterClass.GymState.getDefaultInstance() : gymState_;
    }
    /**
     * .POGOProtos.Data.Gym.GymState gym_state = 4;
     */
    public POGOProtos.Data.Gym.GymStateOuterClass.GymStateOrBuilder getGymStateOrBuilder() {
      return getGymState();
    }

    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 (result_ != POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.Result.NO_RESULT_SET.getNumber()) {
        output.writeEnum(1, result_);
      }
      if (fortDetails_ != null) {
        output.writeMessage(2, getFortDetails());
      }
      if (pokemonData_ != null) {
        output.writeMessage(3, getPokemonData());
      }
      if (gymState_ != null) {
        output.writeMessage(4, getGymState());
      }
      unknownFields.writeTo(output);
    }

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

      size = 0;
      if (result_ != POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.Result.NO_RESULT_SET.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(1, result_);
      }
      if (fortDetails_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(2, getFortDetails());
      }
      if (pokemonData_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(3, getPokemonData());
      }
      if (gymState_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(4, getGymState());
      }
      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.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse)) {
        return super.equals(obj);
      }
      POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse other = (POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse) obj;

      boolean result = true;
      result = result && result_ == other.result_;
      result = result && (hasFortDetails() == other.hasFortDetails());
      if (hasFortDetails()) {
        result = result && getFortDetails()
            .equals(other.getFortDetails());
      }
      result = result && (hasPokemonData() == other.hasPokemonData());
      if (hasPokemonData()) {
        result = result && getPokemonData()
            .equals(other.getPokemonData());
      }
      result = result && (hasGymState() == other.hasGymState());
      if (hasGymState()) {
        result = result && getGymState()
            .equals(other.getGymState());
      }
      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) + RESULT_FIELD_NUMBER;
      hash = (53 * hash) + result_;
      if (hasFortDetails()) {
        hash = (37 * hash) + FORT_DETAILS_FIELD_NUMBER;
        hash = (53 * hash) + getFortDetails().hashCode();
      }
      if (hasPokemonData()) {
        hash = (37 * hash) + POKEMON_DATA_FIELD_NUMBER;
        hash = (53 * hash) + getPokemonData().hashCode();
      }
      if (hasGymState()) {
        hash = (37 * hash) + GYM_STATE_FIELD_NUMBER;
        hash = (53 * hash) + getGymState().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

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

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.internal_static_POGOProtos_Networking_Responses_FortDeployPokemonResponse_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.class, POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.Builder.class);
      }

      // Construct using POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.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();
        result_ = 0;

        if (fortDetailsBuilder_ == null) {
          fortDetails_ = null;
        } else {
          fortDetails_ = null;
          fortDetailsBuilder_ = null;
        }
        if (pokemonDataBuilder_ == null) {
          pokemonData_ = null;
        } else {
          pokemonData_ = null;
          pokemonDataBuilder_ = null;
        }
        if (gymStateBuilder_ == null) {
          gymState_ = null;
        } else {
          gymState_ = null;
          gymStateBuilder_ = null;
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.internal_static_POGOProtos_Networking_Responses_FortDeployPokemonResponse_descriptor;
      }

      @java.lang.Override
      public POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse getDefaultInstanceForType() {
        return POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.getDefaultInstance();
      }

      @java.lang.Override
      public POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse build() {
        POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse buildPartial() {
        POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse result = new POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse(this);
        result.result_ = result_;
        if (fortDetailsBuilder_ == null) {
          result.fortDetails_ = fortDetails_;
        } else {
          result.fortDetails_ = fortDetailsBuilder_.build();
        }
        if (pokemonDataBuilder_ == null) {
          result.pokemonData_ = pokemonData_;
        } else {
          result.pokemonData_ = pokemonDataBuilder_.build();
        }
        if (gymStateBuilder_ == null) {
          result.gymState_ = gymState_;
        } else {
          result.gymState_ = gymStateBuilder_.build();
        }
        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.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse) {
          return mergeFrom((POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse other) {
        if (other == POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.getDefaultInstance()) return this;
        if (other.result_ != 0) {
          setResultValue(other.getResultValue());
        }
        if (other.hasFortDetails()) {
          mergeFortDetails(other.getFortDetails());
        }
        if (other.hasPokemonData()) {
          mergePokemonData(other.getPokemonData());
        }
        if (other.hasGymState()) {
          mergeGymState(other.getGymState());
        }
        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.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private int result_ = 0;
      /**
       * .POGOProtos.Networking.Responses.FortDeployPokemonResponse.Result result = 1;
       */
      public int getResultValue() {
        return result_;
      }
      /**
       * .POGOProtos.Networking.Responses.FortDeployPokemonResponse.Result result = 1;
       */
      public Builder setResultValue(int value) {
        result_ = value;
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Networking.Responses.FortDeployPokemonResponse.Result result = 1;
       */
      public POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.Result getResult() {
        @SuppressWarnings("deprecation")
        POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.Result result = POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.Result.valueOf(result_);
        return result == null ? POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.Result.UNRECOGNIZED : result;
      }
      /**
       * .POGOProtos.Networking.Responses.FortDeployPokemonResponse.Result result = 1;
       */
      public Builder setResult(POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse.Result value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        result_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Networking.Responses.FortDeployPokemonResponse.Result result = 1;
       */
      public Builder clearResult() {
        
        result_ = 0;
        onChanged();
        return this;
      }

      private POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse fortDetails_ = null;
      private com.google.protobuf.SingleFieldBuilderV3<
          POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse, POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse.Builder, POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponseOrBuilder> fortDetailsBuilder_;
      /**
       * .POGOProtos.Networking.Responses.FortDetailsResponse fort_details = 2;
       */
      public boolean hasFortDetails() {
        return fortDetailsBuilder_ != null || fortDetails_ != null;
      }
      /**
       * .POGOProtos.Networking.Responses.FortDetailsResponse fort_details = 2;
       */
      public POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse getFortDetails() {
        if (fortDetailsBuilder_ == null) {
          return fortDetails_ == null ? POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse.getDefaultInstance() : fortDetails_;
        } else {
          return fortDetailsBuilder_.getMessage();
        }
      }
      /**
       * .POGOProtos.Networking.Responses.FortDetailsResponse fort_details = 2;
       */
      public Builder setFortDetails(POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse value) {
        if (fortDetailsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          fortDetails_ = value;
          onChanged();
        } else {
          fortDetailsBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .POGOProtos.Networking.Responses.FortDetailsResponse fort_details = 2;
       */
      public Builder setFortDetails(
          POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse.Builder builderForValue) {
        if (fortDetailsBuilder_ == null) {
          fortDetails_ = builderForValue.build();
          onChanged();
        } else {
          fortDetailsBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .POGOProtos.Networking.Responses.FortDetailsResponse fort_details = 2;
       */
      public Builder mergeFortDetails(POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse value) {
        if (fortDetailsBuilder_ == null) {
          if (fortDetails_ != null) {
            fortDetails_ =
              POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse.newBuilder(fortDetails_).mergeFrom(value).buildPartial();
          } else {
            fortDetails_ = value;
          }
          onChanged();
        } else {
          fortDetailsBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .POGOProtos.Networking.Responses.FortDetailsResponse fort_details = 2;
       */
      public Builder clearFortDetails() {
        if (fortDetailsBuilder_ == null) {
          fortDetails_ = null;
          onChanged();
        } else {
          fortDetails_ = null;
          fortDetailsBuilder_ = null;
        }

        return this;
      }
      /**
       * .POGOProtos.Networking.Responses.FortDetailsResponse fort_details = 2;
       */
      public POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse.Builder getFortDetailsBuilder() {
        
        onChanged();
        return getFortDetailsFieldBuilder().getBuilder();
      }
      /**
       * .POGOProtos.Networking.Responses.FortDetailsResponse fort_details = 2;
       */
      public POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponseOrBuilder getFortDetailsOrBuilder() {
        if (fortDetailsBuilder_ != null) {
          return fortDetailsBuilder_.getMessageOrBuilder();
        } else {
          return fortDetails_ == null ?
              POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse.getDefaultInstance() : fortDetails_;
        }
      }
      /**
       * .POGOProtos.Networking.Responses.FortDetailsResponse fort_details = 2;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse, POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse.Builder, POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponseOrBuilder> 
          getFortDetailsFieldBuilder() {
        if (fortDetailsBuilder_ == null) {
          fortDetailsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse, POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponse.Builder, POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.FortDetailsResponseOrBuilder>(
                  getFortDetails(),
                  getParentForChildren(),
                  isClean());
          fortDetails_ = null;
        }
        return fortDetailsBuilder_;
      }

      private POGOProtos.Data.PokemonDataOuterClass.PokemonData pokemonData_ = null;
      private com.google.protobuf.SingleFieldBuilderV3<
          POGOProtos.Data.PokemonDataOuterClass.PokemonData, POGOProtos.Data.PokemonDataOuterClass.PokemonData.Builder, POGOProtos.Data.PokemonDataOuterClass.PokemonDataOrBuilder> pokemonDataBuilder_;
      /**
       * .POGOProtos.Data.PokemonData pokemon_data = 3;
       */
      public boolean hasPokemonData() {
        return pokemonDataBuilder_ != null || pokemonData_ != null;
      }
      /**
       * .POGOProtos.Data.PokemonData pokemon_data = 3;
       */
      public POGOProtos.Data.PokemonDataOuterClass.PokemonData getPokemonData() {
        if (pokemonDataBuilder_ == null) {
          return pokemonData_ == null ? POGOProtos.Data.PokemonDataOuterClass.PokemonData.getDefaultInstance() : pokemonData_;
        } else {
          return pokemonDataBuilder_.getMessage();
        }
      }
      /**
       * .POGOProtos.Data.PokemonData pokemon_data = 3;
       */
      public Builder setPokemonData(POGOProtos.Data.PokemonDataOuterClass.PokemonData value) {
        if (pokemonDataBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          pokemonData_ = value;
          onChanged();
        } else {
          pokemonDataBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .POGOProtos.Data.PokemonData pokemon_data = 3;
       */
      public Builder setPokemonData(
          POGOProtos.Data.PokemonDataOuterClass.PokemonData.Builder builderForValue) {
        if (pokemonDataBuilder_ == null) {
          pokemonData_ = builderForValue.build();
          onChanged();
        } else {
          pokemonDataBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .POGOProtos.Data.PokemonData pokemon_data = 3;
       */
      public Builder mergePokemonData(POGOProtos.Data.PokemonDataOuterClass.PokemonData value) {
        if (pokemonDataBuilder_ == null) {
          if (pokemonData_ != null) {
            pokemonData_ =
              POGOProtos.Data.PokemonDataOuterClass.PokemonData.newBuilder(pokemonData_).mergeFrom(value).buildPartial();
          } else {
            pokemonData_ = value;
          }
          onChanged();
        } else {
          pokemonDataBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .POGOProtos.Data.PokemonData pokemon_data = 3;
       */
      public Builder clearPokemonData() {
        if (pokemonDataBuilder_ == null) {
          pokemonData_ = null;
          onChanged();
        } else {
          pokemonData_ = null;
          pokemonDataBuilder_ = null;
        }

        return this;
      }
      /**
       * .POGOProtos.Data.PokemonData pokemon_data = 3;
       */
      public POGOProtos.Data.PokemonDataOuterClass.PokemonData.Builder getPokemonDataBuilder() {
        
        onChanged();
        return getPokemonDataFieldBuilder().getBuilder();
      }
      /**
       * .POGOProtos.Data.PokemonData pokemon_data = 3;
       */
      public POGOProtos.Data.PokemonDataOuterClass.PokemonDataOrBuilder getPokemonDataOrBuilder() {
        if (pokemonDataBuilder_ != null) {
          return pokemonDataBuilder_.getMessageOrBuilder();
        } else {
          return pokemonData_ == null ?
              POGOProtos.Data.PokemonDataOuterClass.PokemonData.getDefaultInstance() : pokemonData_;
        }
      }
      /**
       * .POGOProtos.Data.PokemonData pokemon_data = 3;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          POGOProtos.Data.PokemonDataOuterClass.PokemonData, POGOProtos.Data.PokemonDataOuterClass.PokemonData.Builder, POGOProtos.Data.PokemonDataOuterClass.PokemonDataOrBuilder> 
          getPokemonDataFieldBuilder() {
        if (pokemonDataBuilder_ == null) {
          pokemonDataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              POGOProtos.Data.PokemonDataOuterClass.PokemonData, POGOProtos.Data.PokemonDataOuterClass.PokemonData.Builder, POGOProtos.Data.PokemonDataOuterClass.PokemonDataOrBuilder>(
                  getPokemonData(),
                  getParentForChildren(),
                  isClean());
          pokemonData_ = null;
        }
        return pokemonDataBuilder_;
      }

      private POGOProtos.Data.Gym.GymStateOuterClass.GymState gymState_ = null;
      private com.google.protobuf.SingleFieldBuilderV3<
          POGOProtos.Data.Gym.GymStateOuterClass.GymState, POGOProtos.Data.Gym.GymStateOuterClass.GymState.Builder, POGOProtos.Data.Gym.GymStateOuterClass.GymStateOrBuilder> gymStateBuilder_;
      /**
       * .POGOProtos.Data.Gym.GymState gym_state = 4;
       */
      public boolean hasGymState() {
        return gymStateBuilder_ != null || gymState_ != null;
      }
      /**
       * .POGOProtos.Data.Gym.GymState gym_state = 4;
       */
      public POGOProtos.Data.Gym.GymStateOuterClass.GymState getGymState() {
        if (gymStateBuilder_ == null) {
          return gymState_ == null ? POGOProtos.Data.Gym.GymStateOuterClass.GymState.getDefaultInstance() : gymState_;
        } else {
          return gymStateBuilder_.getMessage();
        }
      }
      /**
       * .POGOProtos.Data.Gym.GymState gym_state = 4;
       */
      public Builder setGymState(POGOProtos.Data.Gym.GymStateOuterClass.GymState value) {
        if (gymStateBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          gymState_ = value;
          onChanged();
        } else {
          gymStateBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .POGOProtos.Data.Gym.GymState gym_state = 4;
       */
      public Builder setGymState(
          POGOProtos.Data.Gym.GymStateOuterClass.GymState.Builder builderForValue) {
        if (gymStateBuilder_ == null) {
          gymState_ = builderForValue.build();
          onChanged();
        } else {
          gymStateBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .POGOProtos.Data.Gym.GymState gym_state = 4;
       */
      public Builder mergeGymState(POGOProtos.Data.Gym.GymStateOuterClass.GymState value) {
        if (gymStateBuilder_ == null) {
          if (gymState_ != null) {
            gymState_ =
              POGOProtos.Data.Gym.GymStateOuterClass.GymState.newBuilder(gymState_).mergeFrom(value).buildPartial();
          } else {
            gymState_ = value;
          }
          onChanged();
        } else {
          gymStateBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .POGOProtos.Data.Gym.GymState gym_state = 4;
       */
      public Builder clearGymState() {
        if (gymStateBuilder_ == null) {
          gymState_ = null;
          onChanged();
        } else {
          gymState_ = null;
          gymStateBuilder_ = null;
        }

        return this;
      }
      /**
       * .POGOProtos.Data.Gym.GymState gym_state = 4;
       */
      public POGOProtos.Data.Gym.GymStateOuterClass.GymState.Builder getGymStateBuilder() {
        
        onChanged();
        return getGymStateFieldBuilder().getBuilder();
      }
      /**
       * .POGOProtos.Data.Gym.GymState gym_state = 4;
       */
      public POGOProtos.Data.Gym.GymStateOuterClass.GymStateOrBuilder getGymStateOrBuilder() {
        if (gymStateBuilder_ != null) {
          return gymStateBuilder_.getMessageOrBuilder();
        } else {
          return gymState_ == null ?
              POGOProtos.Data.Gym.GymStateOuterClass.GymState.getDefaultInstance() : gymState_;
        }
      }
      /**
       * .POGOProtos.Data.Gym.GymState gym_state = 4;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          POGOProtos.Data.Gym.GymStateOuterClass.GymState, POGOProtos.Data.Gym.GymStateOuterClass.GymState.Builder, POGOProtos.Data.Gym.GymStateOuterClass.GymStateOrBuilder> 
          getGymStateFieldBuilder() {
        if (gymStateBuilder_ == null) {
          gymStateBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              POGOProtos.Data.Gym.GymStateOuterClass.GymState, POGOProtos.Data.Gym.GymStateOuterClass.GymState.Builder, POGOProtos.Data.Gym.GymStateOuterClass.GymStateOrBuilder>(
                  getGymState(),
                  getParentForChildren(),
                  isClean());
          gymState_ = null;
        }
        return gymStateBuilder_;
      }
      @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.Networking.Responses.FortDeployPokemonResponse)
    }

    // @@protoc_insertion_point(class_scope:POGOProtos.Networking.Responses.FortDeployPokemonResponse)
    private static final POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse();
    }

    public static POGOProtos.Networking.Responses.FortDeployPokemonResponseOuterClass.FortDeployPokemonResponse getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_POGOProtos_Networking_Responses_FortDeployPokemonResponse_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_POGOProtos_Networking_Responses_FortDeployPokemonResponse_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/Networking/Responses/FortDe" +
      "ployPokemonResponse.proto\022\037POGOProtos.Ne" +
      "tworking.Responses\032!POGOProtos/Data/Poke" +
      "monData.proto\032\"POGOProtos/Data/Gym/GymSt" +
      "ate.proto\0329POGOProtos/Networking/Respons" +
      "es/FortDetailsResponse.proto\"\331\005\n\031FortDep" +
      "loyPokemonResponse\022Q\n\006result\030\001 \001(\0162A.POG" +
      "OProtos.Networking.Responses.FortDeployP" +
      "okemonResponse.Result\022J\n\014fort_details\030\002 " +
      "\001(\01324.POGOProtos.Networking.Responses.Fo" +
      "rtDetailsResponse\0222\n\014pokemon_data\030\003 \001(\0132" +
      "\034.POGOProtos.Data.PokemonData\0220\n\tgym_sta" +
      "te\030\004 \001(\0132\035.POGOProtos.Data.Gym.GymState\"" +
      "\266\003\n\006Result\022\021\n\rNO_RESULT_SET\020\000\022\013\n\007SUCCESS" +
      "\020\001\022%\n!ERROR_ALREADY_HAS_POKEMON_ON_FORT\020" +
      "\002\022!\n\035ERROR_OPPOSING_TEAM_OWNS_FORT\020\003\022\026\n\022" +
      "ERROR_FORT_IS_FULL\020\004\022\026\n\022ERROR_NOT_IN_RAN" +
      "GE\020\005\022\034\n\030ERROR_PLAYER_HAS_NO_TEAM\020\006\022\035\n\031ER" +
      "ROR_POKEMON_NOT_FULL_HP\020\007\022$\n ERROR_PLAYE" +
      "R_BELOW_MINIMUM_LEVEL\020\010\022\032\n\026ERROR_POKEMON" +
      "_IS_BUDDY\020\t\022\035\n\031ERROR_FORT_DEPLOY_LOCKOUT" +
      "\020\n\022 \n\034ERROR_PLAYER_HAS_NO_NICKNAME\020\013\022\032\n\026" +
      "ERROR_POI_INACCESSIBLE\020\014\022\033\n\027ERROR_LEGEND" +
      "ARY_POKEMON\020\r\022\031\n\025ERROR_INVALID_POKEMON\020\016" +
      "b\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.Data.PokemonDataOuterClass.getDescriptor(),
          POGOProtos.Data.Gym.GymStateOuterClass.getDescriptor(),
          POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.getDescriptor(),
        }, assigner);
    internal_static_POGOProtos_Networking_Responses_FortDeployPokemonResponse_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_POGOProtos_Networking_Responses_FortDeployPokemonResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_POGOProtos_Networking_Responses_FortDeployPokemonResponse_descriptor,
        new java.lang.String[] { "Result", "FortDetails", "PokemonData", "GymState", });
    POGOProtos.Data.PokemonDataOuterClass.getDescriptor();
    POGOProtos.Data.Gym.GymStateOuterClass.getDescriptor();
    POGOProtos.Networking.Responses.FortDetailsResponseOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy