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

POGOProtos.Map.Weather.DisplayWeatherOuterClass Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: POGOProtos/Map/Weather/DisplayWeather.proto

package POGOProtos.Map.Weather;

public final class DisplayWeatherOuterClass {
  private DisplayWeatherOuterClass() {}
  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 DisplayWeatherOrBuilder extends
      // @@protoc_insertion_point(interface_extends:POGOProtos.Map.Weather.DisplayWeather)
      com.google.protobuf.MessageOrBuilder {

    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel cloud_level = 1;
     */
    int getCloudLevelValue();
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel cloud_level = 1;
     */
    POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getCloudLevel();

    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel rain_level = 2;
     */
    int getRainLevelValue();
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel rain_level = 2;
     */
    POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getRainLevel();

    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel wind_level = 3;
     */
    int getWindLevelValue();
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel wind_level = 3;
     */
    POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getWindLevel();

    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel snow_level = 4;
     */
    int getSnowLevelValue();
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel snow_level = 4;
     */
    POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getSnowLevel();

    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel fog_level = 5;
     */
    int getFogLevelValue();
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel fog_level = 5;
     */
    POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getFogLevel();

    /**
     * int32 wind_direction = 6;
     */
    int getWindDirection();

    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel special_effect_level = 7;
     */
    int getSpecialEffectLevelValue();
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel special_effect_level = 7;
     */
    POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getSpecialEffectLevel();
  }
  /**
   * Protobuf type {@code POGOProtos.Map.Weather.DisplayWeather}
   */
  public  static final class DisplayWeather extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:POGOProtos.Map.Weather.DisplayWeather)
      DisplayWeatherOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use DisplayWeather.newBuilder() to construct.
    private DisplayWeather(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private DisplayWeather() {
      cloudLevel_ = 0;
      rainLevel_ = 0;
      windLevel_ = 0;
      snowLevel_ = 0;
      fogLevel_ = 0;
      windDirection_ = 0;
      specialEffectLevel_ = 0;
    }

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

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

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

              windLevel_ = rawValue;
              break;
            }
            case 32: {
              int rawValue = input.readEnum();

              snowLevel_ = rawValue;
              break;
            }
            case 40: {
              int rawValue = input.readEnum();

              fogLevel_ = rawValue;
              break;
            }
            case 48: {

              windDirection_ = input.readInt32();
              break;
            }
            case 56: {
              int rawValue = input.readEnum();

              specialEffectLevel_ = rawValue;
              break;
            }
            default: {
              if (!parseUnknownFieldProto3(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return POGOProtos.Map.Weather.DisplayWeatherOuterClass.internal_static_POGOProtos_Map_Weather_DisplayWeather_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return POGOProtos.Map.Weather.DisplayWeatherOuterClass.internal_static_POGOProtos_Map_Weather_DisplayWeather_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.class, POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.Builder.class);
    }

    /**
     * Protobuf enum {@code POGOProtos.Map.Weather.DisplayWeather.DisplayLevel}
     */
    public enum DisplayLevel
        implements com.google.protobuf.ProtocolMessageEnum {
      /**
       * LEVEL_0 = 0;
       */
      LEVEL_0(0),
      /**
       * LEVEL_1 = 1;
       */
      LEVEL_1(1),
      /**
       * LEVEL_2 = 2;
       */
      LEVEL_2(2),
      /**
       * LEVEL_3 = 3;
       */
      LEVEL_3(3),
      UNRECOGNIZED(-1),
      ;

      /**
       * LEVEL_0 = 0;
       */
      public static final int LEVEL_0_VALUE = 0;
      /**
       * LEVEL_1 = 1;
       */
      public static final int LEVEL_1_VALUE = 1;
      /**
       * LEVEL_2 = 2;
       */
      public static final int LEVEL_2_VALUE = 2;
      /**
       * LEVEL_3 = 3;
       */
      public static final int LEVEL_3_VALUE = 3;


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

      public static DisplayLevel forNumber(int value) {
        switch (value) {
          case 0: return LEVEL_0;
          case 1: return LEVEL_1;
          case 2: return LEVEL_2;
          case 3: return LEVEL_3;
          default: return null;
        }
      }

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

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

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

      // @@protoc_insertion_point(enum_scope:POGOProtos.Map.Weather.DisplayWeather.DisplayLevel)
    }

    public static final int CLOUD_LEVEL_FIELD_NUMBER = 1;
    private int cloudLevel_;
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel cloud_level = 1;
     */
    public int getCloudLevelValue() {
      return cloudLevel_;
    }
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel cloud_level = 1;
     */
    public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getCloudLevel() {
      @SuppressWarnings("deprecation")
      POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel result = POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.valueOf(cloudLevel_);
      return result == null ? POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.UNRECOGNIZED : result;
    }

    public static final int RAIN_LEVEL_FIELD_NUMBER = 2;
    private int rainLevel_;
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel rain_level = 2;
     */
    public int getRainLevelValue() {
      return rainLevel_;
    }
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel rain_level = 2;
     */
    public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getRainLevel() {
      @SuppressWarnings("deprecation")
      POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel result = POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.valueOf(rainLevel_);
      return result == null ? POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.UNRECOGNIZED : result;
    }

    public static final int WIND_LEVEL_FIELD_NUMBER = 3;
    private int windLevel_;
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel wind_level = 3;
     */
    public int getWindLevelValue() {
      return windLevel_;
    }
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel wind_level = 3;
     */
    public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getWindLevel() {
      @SuppressWarnings("deprecation")
      POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel result = POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.valueOf(windLevel_);
      return result == null ? POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.UNRECOGNIZED : result;
    }

    public static final int SNOW_LEVEL_FIELD_NUMBER = 4;
    private int snowLevel_;
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel snow_level = 4;
     */
    public int getSnowLevelValue() {
      return snowLevel_;
    }
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel snow_level = 4;
     */
    public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getSnowLevel() {
      @SuppressWarnings("deprecation")
      POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel result = POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.valueOf(snowLevel_);
      return result == null ? POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.UNRECOGNIZED : result;
    }

    public static final int FOG_LEVEL_FIELD_NUMBER = 5;
    private int fogLevel_;
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel fog_level = 5;
     */
    public int getFogLevelValue() {
      return fogLevel_;
    }
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel fog_level = 5;
     */
    public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getFogLevel() {
      @SuppressWarnings("deprecation")
      POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel result = POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.valueOf(fogLevel_);
      return result == null ? POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.UNRECOGNIZED : result;
    }

    public static final int WIND_DIRECTION_FIELD_NUMBER = 6;
    private int windDirection_;
    /**
     * int32 wind_direction = 6;
     */
    public int getWindDirection() {
      return windDirection_;
    }

    public static final int SPECIAL_EFFECT_LEVEL_FIELD_NUMBER = 7;
    private int specialEffectLevel_;
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel special_effect_level = 7;
     */
    public int getSpecialEffectLevelValue() {
      return specialEffectLevel_;
    }
    /**
     * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel special_effect_level = 7;
     */
    public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getSpecialEffectLevel() {
      @SuppressWarnings("deprecation")
      POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel result = POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.valueOf(specialEffectLevel_);
      return result == null ? POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.UNRECOGNIZED : result;
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (cloudLevel_ != POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.LEVEL_0.getNumber()) {
        output.writeEnum(1, cloudLevel_);
      }
      if (rainLevel_ != POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.LEVEL_0.getNumber()) {
        output.writeEnum(2, rainLevel_);
      }
      if (windLevel_ != POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.LEVEL_0.getNumber()) {
        output.writeEnum(3, windLevel_);
      }
      if (snowLevel_ != POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.LEVEL_0.getNumber()) {
        output.writeEnum(4, snowLevel_);
      }
      if (fogLevel_ != POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.LEVEL_0.getNumber()) {
        output.writeEnum(5, fogLevel_);
      }
      if (windDirection_ != 0) {
        output.writeInt32(6, windDirection_);
      }
      if (specialEffectLevel_ != POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.LEVEL_0.getNumber()) {
        output.writeEnum(7, specialEffectLevel_);
      }
      unknownFields.writeTo(output);
    }

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

      size = 0;
      if (cloudLevel_ != POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.LEVEL_0.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(1, cloudLevel_);
      }
      if (rainLevel_ != POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.LEVEL_0.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(2, rainLevel_);
      }
      if (windLevel_ != POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.LEVEL_0.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(3, windLevel_);
      }
      if (snowLevel_ != POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.LEVEL_0.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(4, snowLevel_);
      }
      if (fogLevel_ != POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.LEVEL_0.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(5, fogLevel_);
      }
      if (windDirection_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(6, windDirection_);
      }
      if (specialEffectLevel_ != POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.LEVEL_0.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(7, specialEffectLevel_);
      }
      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.Map.Weather.DisplayWeatherOuterClass.DisplayWeather)) {
        return super.equals(obj);
      }
      POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather other = (POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather) obj;

      boolean result = true;
      result = result && cloudLevel_ == other.cloudLevel_;
      result = result && rainLevel_ == other.rainLevel_;
      result = result && windLevel_ == other.windLevel_;
      result = result && snowLevel_ == other.snowLevel_;
      result = result && fogLevel_ == other.fogLevel_;
      result = result && (getWindDirection()
          == other.getWindDirection());
      result = result && specialEffectLevel_ == other.specialEffectLevel_;
      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) + CLOUD_LEVEL_FIELD_NUMBER;
      hash = (53 * hash) + cloudLevel_;
      hash = (37 * hash) + RAIN_LEVEL_FIELD_NUMBER;
      hash = (53 * hash) + rainLevel_;
      hash = (37 * hash) + WIND_LEVEL_FIELD_NUMBER;
      hash = (53 * hash) + windLevel_;
      hash = (37 * hash) + SNOW_LEVEL_FIELD_NUMBER;
      hash = (53 * hash) + snowLevel_;
      hash = (37 * hash) + FOG_LEVEL_FIELD_NUMBER;
      hash = (53 * hash) + fogLevel_;
      hash = (37 * hash) + WIND_DIRECTION_FIELD_NUMBER;
      hash = (53 * hash) + getWindDirection();
      hash = (37 * hash) + SPECIAL_EFFECT_LEVEL_FIELD_NUMBER;
      hash = (53 * hash) + specialEffectLevel_;
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

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

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return POGOProtos.Map.Weather.DisplayWeatherOuterClass.internal_static_POGOProtos_Map_Weather_DisplayWeather_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.class, POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.Builder.class);
      }

      // Construct using POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.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();
        cloudLevel_ = 0;

        rainLevel_ = 0;

        windLevel_ = 0;

        snowLevel_ = 0;

        fogLevel_ = 0;

        windDirection_ = 0;

        specialEffectLevel_ = 0;

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return POGOProtos.Map.Weather.DisplayWeatherOuterClass.internal_static_POGOProtos_Map_Weather_DisplayWeather_descriptor;
      }

      @java.lang.Override
      public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather getDefaultInstanceForType() {
        return POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.getDefaultInstance();
      }

      @java.lang.Override
      public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather build() {
        POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather buildPartial() {
        POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather result = new POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather(this);
        result.cloudLevel_ = cloudLevel_;
        result.rainLevel_ = rainLevel_;
        result.windLevel_ = windLevel_;
        result.snowLevel_ = snowLevel_;
        result.fogLevel_ = fogLevel_;
        result.windDirection_ = windDirection_;
        result.specialEffectLevel_ = specialEffectLevel_;
        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.Map.Weather.DisplayWeatherOuterClass.DisplayWeather) {
          return mergeFrom((POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather other) {
        if (other == POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.getDefaultInstance()) return this;
        if (other.cloudLevel_ != 0) {
          setCloudLevelValue(other.getCloudLevelValue());
        }
        if (other.rainLevel_ != 0) {
          setRainLevelValue(other.getRainLevelValue());
        }
        if (other.windLevel_ != 0) {
          setWindLevelValue(other.getWindLevelValue());
        }
        if (other.snowLevel_ != 0) {
          setSnowLevelValue(other.getSnowLevelValue());
        }
        if (other.fogLevel_ != 0) {
          setFogLevelValue(other.getFogLevelValue());
        }
        if (other.getWindDirection() != 0) {
          setWindDirection(other.getWindDirection());
        }
        if (other.specialEffectLevel_ != 0) {
          setSpecialEffectLevelValue(other.getSpecialEffectLevelValue());
        }
        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.Map.Weather.DisplayWeatherOuterClass.DisplayWeather parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private int cloudLevel_ = 0;
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel cloud_level = 1;
       */
      public int getCloudLevelValue() {
        return cloudLevel_;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel cloud_level = 1;
       */
      public Builder setCloudLevelValue(int value) {
        cloudLevel_ = value;
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel cloud_level = 1;
       */
      public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getCloudLevel() {
        @SuppressWarnings("deprecation")
        POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel result = POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.valueOf(cloudLevel_);
        return result == null ? POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.UNRECOGNIZED : result;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel cloud_level = 1;
       */
      public Builder setCloudLevel(POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        cloudLevel_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel cloud_level = 1;
       */
      public Builder clearCloudLevel() {
        
        cloudLevel_ = 0;
        onChanged();
        return this;
      }

      private int rainLevel_ = 0;
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel rain_level = 2;
       */
      public int getRainLevelValue() {
        return rainLevel_;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel rain_level = 2;
       */
      public Builder setRainLevelValue(int value) {
        rainLevel_ = value;
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel rain_level = 2;
       */
      public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getRainLevel() {
        @SuppressWarnings("deprecation")
        POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel result = POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.valueOf(rainLevel_);
        return result == null ? POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.UNRECOGNIZED : result;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel rain_level = 2;
       */
      public Builder setRainLevel(POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        rainLevel_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel rain_level = 2;
       */
      public Builder clearRainLevel() {
        
        rainLevel_ = 0;
        onChanged();
        return this;
      }

      private int windLevel_ = 0;
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel wind_level = 3;
       */
      public int getWindLevelValue() {
        return windLevel_;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel wind_level = 3;
       */
      public Builder setWindLevelValue(int value) {
        windLevel_ = value;
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel wind_level = 3;
       */
      public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getWindLevel() {
        @SuppressWarnings("deprecation")
        POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel result = POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.valueOf(windLevel_);
        return result == null ? POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.UNRECOGNIZED : result;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel wind_level = 3;
       */
      public Builder setWindLevel(POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        windLevel_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel wind_level = 3;
       */
      public Builder clearWindLevel() {
        
        windLevel_ = 0;
        onChanged();
        return this;
      }

      private int snowLevel_ = 0;
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel snow_level = 4;
       */
      public int getSnowLevelValue() {
        return snowLevel_;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel snow_level = 4;
       */
      public Builder setSnowLevelValue(int value) {
        snowLevel_ = value;
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel snow_level = 4;
       */
      public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getSnowLevel() {
        @SuppressWarnings("deprecation")
        POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel result = POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.valueOf(snowLevel_);
        return result == null ? POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.UNRECOGNIZED : result;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel snow_level = 4;
       */
      public Builder setSnowLevel(POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        snowLevel_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel snow_level = 4;
       */
      public Builder clearSnowLevel() {
        
        snowLevel_ = 0;
        onChanged();
        return this;
      }

      private int fogLevel_ = 0;
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel fog_level = 5;
       */
      public int getFogLevelValue() {
        return fogLevel_;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel fog_level = 5;
       */
      public Builder setFogLevelValue(int value) {
        fogLevel_ = value;
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel fog_level = 5;
       */
      public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getFogLevel() {
        @SuppressWarnings("deprecation")
        POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel result = POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.valueOf(fogLevel_);
        return result == null ? POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.UNRECOGNIZED : result;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel fog_level = 5;
       */
      public Builder setFogLevel(POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        fogLevel_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel fog_level = 5;
       */
      public Builder clearFogLevel() {
        
        fogLevel_ = 0;
        onChanged();
        return this;
      }

      private int windDirection_ ;
      /**
       * int32 wind_direction = 6;
       */
      public int getWindDirection() {
        return windDirection_;
      }
      /**
       * int32 wind_direction = 6;
       */
      public Builder setWindDirection(int value) {
        
        windDirection_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 wind_direction = 6;
       */
      public Builder clearWindDirection() {
        
        windDirection_ = 0;
        onChanged();
        return this;
      }

      private int specialEffectLevel_ = 0;
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel special_effect_level = 7;
       */
      public int getSpecialEffectLevelValue() {
        return specialEffectLevel_;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel special_effect_level = 7;
       */
      public Builder setSpecialEffectLevelValue(int value) {
        specialEffectLevel_ = value;
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel special_effect_level = 7;
       */
      public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel getSpecialEffectLevel() {
        @SuppressWarnings("deprecation")
        POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel result = POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.valueOf(specialEffectLevel_);
        return result == null ? POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel.UNRECOGNIZED : result;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel special_effect_level = 7;
       */
      public Builder setSpecialEffectLevel(POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.DisplayLevel value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        specialEffectLevel_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather.DisplayLevel special_effect_level = 7;
       */
      public Builder clearSpecialEffectLevel() {
        
        specialEffectLevel_ = 0;
        onChanged();
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFieldsProto3(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:POGOProtos.Map.Weather.DisplayWeather)
    }

    // @@protoc_insertion_point(class_scope:POGOProtos.Map.Weather.DisplayWeather)
    private static final POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather();
    }

    public static POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_POGOProtos_Map_Weather_DisplayWeather_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_POGOProtos_Map_Weather_DisplayWeather_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/Map/Weather/DisplayWeather." +
      "proto\022\026POGOProtos.Map.Weather\"\254\004\n\016Displa" +
      "yWeather\022H\n\013cloud_level\030\001 \001(\01623.POGOProt" +
      "os.Map.Weather.DisplayWeather.DisplayLev" +
      "el\022G\n\nrain_level\030\002 \001(\01623.POGOProtos.Map." +
      "Weather.DisplayWeather.DisplayLevel\022G\n\nw" +
      "ind_level\030\003 \001(\01623.POGOProtos.Map.Weather" +
      ".DisplayWeather.DisplayLevel\022G\n\nsnow_lev" +
      "el\030\004 \001(\01623.POGOProtos.Map.Weather.Displa" +
      "yWeather.DisplayLevel\022F\n\tfog_level\030\005 \001(\016" +
      "23.POGOProtos.Map.Weather.DisplayWeather" +
      ".DisplayLevel\022\026\n\016wind_direction\030\006 \001(\005\022Q\n" +
      "\024special_effect_level\030\007 \001(\01623.POGOProtos" +
      ".Map.Weather.DisplayWeather.DisplayLevel" +
      "\"B\n\014DisplayLevel\022\013\n\007LEVEL_0\020\000\022\013\n\007LEVEL_1" +
      "\020\001\022\013\n\007LEVEL_2\020\002\022\013\n\007LEVEL_3\020\003b\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);
    internal_static_POGOProtos_Map_Weather_DisplayWeather_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_POGOProtos_Map_Weather_DisplayWeather_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_POGOProtos_Map_Weather_DisplayWeather_descriptor,
        new java.lang.String[] { "CloudLevel", "RainLevel", "WindLevel", "SnowLevel", "FogLevel", "WindDirection", "SpecialEffectLevel", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy