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

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

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

package POGOProtos.Map.Weather;

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

    /**
     * int64 s2_cell_id = 1;
     */
    long getS2CellId();

    /**
     * .POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
     */
    boolean hasDisplayWeather();
    /**
     * .POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
     */
    POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather getDisplayWeather();
    /**
     * .POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
     */
    POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeatherOrBuilder getDisplayWeatherOrBuilder();

    /**
     * .POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
     */
    boolean hasGameplayWeather();
    /**
     * .POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
     */
    POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather getGameplayWeather();
    /**
     * .POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
     */
    POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeatherOrBuilder getGameplayWeatherOrBuilder();

    /**
     * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
     */
    java.util.List 
        getAlertsList();
    /**
     * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
     */
    POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert getAlerts(int index);
    /**
     * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
     */
    int getAlertsCount();
    /**
     * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
     */
    java.util.List 
        getAlertsOrBuilderList();
    /**
     * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
     */
    POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlertOrBuilder getAlertsOrBuilder(
        int index);
  }
  /**
   * Protobuf type {@code POGOProtos.Map.Weather.ClientWeather}
   */
  public  static final class ClientWeather extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:POGOProtos.Map.Weather.ClientWeather)
      ClientWeatherOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use ClientWeather.newBuilder() to construct.
    private ClientWeather(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private ClientWeather() {
      s2CellId_ = 0L;
      alerts_ = java.util.Collections.emptyList();
    }

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

              s2CellId_ = input.readInt64();
              break;
            }
            case 18: {
              POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.Builder subBuilder = null;
              if (displayWeather_ != null) {
                subBuilder = displayWeather_.toBuilder();
              }
              displayWeather_ = input.readMessage(POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(displayWeather_);
                displayWeather_ = subBuilder.buildPartial();
              }

              break;
            }
            case 26: {
              POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather.Builder subBuilder = null;
              if (gameplayWeather_ != null) {
                subBuilder = gameplayWeather_.toBuilder();
              }
              gameplayWeather_ = input.readMessage(POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(gameplayWeather_);
                gameplayWeather_ = subBuilder.buildPartial();
              }

              break;
            }
            case 34: {
              if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) {
                alerts_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000008;
              }
              alerts_.add(
                  input.readMessage(POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert.parser(), extensionRegistry));
              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 {
        if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) {
          alerts_ = java.util.Collections.unmodifiableList(alerts_);
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return POGOProtos.Map.Weather.ClientWeatherOuterClass.internal_static_POGOProtos_Map_Weather_ClientWeather_descriptor;
    }

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

    private int bitField0_;
    public static final int S2_CELL_ID_FIELD_NUMBER = 1;
    private long s2CellId_;
    /**
     * int64 s2_cell_id = 1;
     */
    public long getS2CellId() {
      return s2CellId_;
    }

    public static final int DISPLAY_WEATHER_FIELD_NUMBER = 2;
    private POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather displayWeather_;
    /**
     * .POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
     */
    public boolean hasDisplayWeather() {
      return displayWeather_ != null;
    }
    /**
     * .POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
     */
    public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather getDisplayWeather() {
      return displayWeather_ == null ? POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.getDefaultInstance() : displayWeather_;
    }
    /**
     * .POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
     */
    public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeatherOrBuilder getDisplayWeatherOrBuilder() {
      return getDisplayWeather();
    }

    public static final int GAMEPLAY_WEATHER_FIELD_NUMBER = 3;
    private POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather gameplayWeather_;
    /**
     * .POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
     */
    public boolean hasGameplayWeather() {
      return gameplayWeather_ != null;
    }
    /**
     * .POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
     */
    public POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather getGameplayWeather() {
      return gameplayWeather_ == null ? POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather.getDefaultInstance() : gameplayWeather_;
    }
    /**
     * .POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
     */
    public POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeatherOrBuilder getGameplayWeatherOrBuilder() {
      return getGameplayWeather();
    }

    public static final int ALERTS_FIELD_NUMBER = 4;
    private java.util.List alerts_;
    /**
     * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
     */
    public java.util.List getAlertsList() {
      return alerts_;
    }
    /**
     * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
     */
    public java.util.List 
        getAlertsOrBuilderList() {
      return alerts_;
    }
    /**
     * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
     */
    public int getAlertsCount() {
      return alerts_.size();
    }
    /**
     * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
     */
    public POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert getAlerts(int index) {
      return alerts_.get(index);
    }
    /**
     * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
     */
    public POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlertOrBuilder getAlertsOrBuilder(
        int index) {
      return alerts_.get(index);
    }

    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 (s2CellId_ != 0L) {
        output.writeInt64(1, s2CellId_);
      }
      if (displayWeather_ != null) {
        output.writeMessage(2, getDisplayWeather());
      }
      if (gameplayWeather_ != null) {
        output.writeMessage(3, getGameplayWeather());
      }
      for (int i = 0; i < alerts_.size(); i++) {
        output.writeMessage(4, alerts_.get(i));
      }
      unknownFields.writeTo(output);
    }

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

      size = 0;
      if (s2CellId_ != 0L) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt64Size(1, s2CellId_);
      }
      if (displayWeather_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(2, getDisplayWeather());
      }
      if (gameplayWeather_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(3, getGameplayWeather());
      }
      for (int i = 0; i < alerts_.size(); i++) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(4, alerts_.get(i));
      }
      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.ClientWeatherOuterClass.ClientWeather)) {
        return super.equals(obj);
      }
      POGOProtos.Map.Weather.ClientWeatherOuterClass.ClientWeather other = (POGOProtos.Map.Weather.ClientWeatherOuterClass.ClientWeather) obj;

      boolean result = true;
      result = result && (getS2CellId()
          == other.getS2CellId());
      result = result && (hasDisplayWeather() == other.hasDisplayWeather());
      if (hasDisplayWeather()) {
        result = result && getDisplayWeather()
            .equals(other.getDisplayWeather());
      }
      result = result && (hasGameplayWeather() == other.hasGameplayWeather());
      if (hasGameplayWeather()) {
        result = result && getGameplayWeather()
            .equals(other.getGameplayWeather());
      }
      result = result && getAlertsList()
          .equals(other.getAlertsList());
      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) + S2_CELL_ID_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
          getS2CellId());
      if (hasDisplayWeather()) {
        hash = (37 * hash) + DISPLAY_WEATHER_FIELD_NUMBER;
        hash = (53 * hash) + getDisplayWeather().hashCode();
      }
      if (hasGameplayWeather()) {
        hash = (37 * hash) + GAMEPLAY_WEATHER_FIELD_NUMBER;
        hash = (53 * hash) + getGameplayWeather().hashCode();
      }
      if (getAlertsCount() > 0) {
        hash = (37 * hash) + ALERTS_FIELD_NUMBER;
        hash = (53 * hash) + getAlertsList().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

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

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

      // Construct using POGOProtos.Map.Weather.ClientWeatherOuterClass.ClientWeather.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
          getAlertsFieldBuilder();
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        s2CellId_ = 0L;

        if (displayWeatherBuilder_ == null) {
          displayWeather_ = null;
        } else {
          displayWeather_ = null;
          displayWeatherBuilder_ = null;
        }
        if (gameplayWeatherBuilder_ == null) {
          gameplayWeather_ = null;
        } else {
          gameplayWeather_ = null;
          gameplayWeatherBuilder_ = null;
        }
        if (alertsBuilder_ == null) {
          alerts_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000008);
        } else {
          alertsBuilder_.clear();
        }
        return this;
      }

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

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

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

      @java.lang.Override
      public POGOProtos.Map.Weather.ClientWeatherOuterClass.ClientWeather buildPartial() {
        POGOProtos.Map.Weather.ClientWeatherOuterClass.ClientWeather result = new POGOProtos.Map.Weather.ClientWeatherOuterClass.ClientWeather(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        result.s2CellId_ = s2CellId_;
        if (displayWeatherBuilder_ == null) {
          result.displayWeather_ = displayWeather_;
        } else {
          result.displayWeather_ = displayWeatherBuilder_.build();
        }
        if (gameplayWeatherBuilder_ == null) {
          result.gameplayWeather_ = gameplayWeather_;
        } else {
          result.gameplayWeather_ = gameplayWeatherBuilder_.build();
        }
        if (alertsBuilder_ == null) {
          if (((bitField0_ & 0x00000008) == 0x00000008)) {
            alerts_ = java.util.Collections.unmodifiableList(alerts_);
            bitField0_ = (bitField0_ & ~0x00000008);
          }
          result.alerts_ = alerts_;
        } else {
          result.alerts_ = alertsBuilder_.build();
        }
        result.bitField0_ = to_bitField0_;
        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.ClientWeatherOuterClass.ClientWeather) {
          return mergeFrom((POGOProtos.Map.Weather.ClientWeatherOuterClass.ClientWeather)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(POGOProtos.Map.Weather.ClientWeatherOuterClass.ClientWeather other) {
        if (other == POGOProtos.Map.Weather.ClientWeatherOuterClass.ClientWeather.getDefaultInstance()) return this;
        if (other.getS2CellId() != 0L) {
          setS2CellId(other.getS2CellId());
        }
        if (other.hasDisplayWeather()) {
          mergeDisplayWeather(other.getDisplayWeather());
        }
        if (other.hasGameplayWeather()) {
          mergeGameplayWeather(other.getGameplayWeather());
        }
        if (alertsBuilder_ == null) {
          if (!other.alerts_.isEmpty()) {
            if (alerts_.isEmpty()) {
              alerts_ = other.alerts_;
              bitField0_ = (bitField0_ & ~0x00000008);
            } else {
              ensureAlertsIsMutable();
              alerts_.addAll(other.alerts_);
            }
            onChanged();
          }
        } else {
          if (!other.alerts_.isEmpty()) {
            if (alertsBuilder_.isEmpty()) {
              alertsBuilder_.dispose();
              alertsBuilder_ = null;
              alerts_ = other.alerts_;
              bitField0_ = (bitField0_ & ~0x00000008);
              alertsBuilder_ = 
                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                   getAlertsFieldBuilder() : null;
            } else {
              alertsBuilder_.addAllMessages(other.alerts_);
            }
          }
        }
        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.ClientWeatherOuterClass.ClientWeather parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (POGOProtos.Map.Weather.ClientWeatherOuterClass.ClientWeather) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private long s2CellId_ ;
      /**
       * int64 s2_cell_id = 1;
       */
      public long getS2CellId() {
        return s2CellId_;
      }
      /**
       * int64 s2_cell_id = 1;
       */
      public Builder setS2CellId(long value) {
        
        s2CellId_ = value;
        onChanged();
        return this;
      }
      /**
       * int64 s2_cell_id = 1;
       */
      public Builder clearS2CellId() {
        
        s2CellId_ = 0L;
        onChanged();
        return this;
      }

      private POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather displayWeather_ = null;
      private com.google.protobuf.SingleFieldBuilderV3<
          POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather, POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.Builder, POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeatherOrBuilder> displayWeatherBuilder_;
      /**
       * .POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
       */
      public boolean hasDisplayWeather() {
        return displayWeatherBuilder_ != null || displayWeather_ != null;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
       */
      public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather getDisplayWeather() {
        if (displayWeatherBuilder_ == null) {
          return displayWeather_ == null ? POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.getDefaultInstance() : displayWeather_;
        } else {
          return displayWeatherBuilder_.getMessage();
        }
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
       */
      public Builder setDisplayWeather(POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather value) {
        if (displayWeatherBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          displayWeather_ = value;
          onChanged();
        } else {
          displayWeatherBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
       */
      public Builder setDisplayWeather(
          POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.Builder builderForValue) {
        if (displayWeatherBuilder_ == null) {
          displayWeather_ = builderForValue.build();
          onChanged();
        } else {
          displayWeatherBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
       */
      public Builder mergeDisplayWeather(POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather value) {
        if (displayWeatherBuilder_ == null) {
          if (displayWeather_ != null) {
            displayWeather_ =
              POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.newBuilder(displayWeather_).mergeFrom(value).buildPartial();
          } else {
            displayWeather_ = value;
          }
          onChanged();
        } else {
          displayWeatherBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
       */
      public Builder clearDisplayWeather() {
        if (displayWeatherBuilder_ == null) {
          displayWeather_ = null;
          onChanged();
        } else {
          displayWeather_ = null;
          displayWeatherBuilder_ = null;
        }

        return this;
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
       */
      public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.Builder getDisplayWeatherBuilder() {
        
        onChanged();
        return getDisplayWeatherFieldBuilder().getBuilder();
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
       */
      public POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeatherOrBuilder getDisplayWeatherOrBuilder() {
        if (displayWeatherBuilder_ != null) {
          return displayWeatherBuilder_.getMessageOrBuilder();
        } else {
          return displayWeather_ == null ?
              POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.getDefaultInstance() : displayWeather_;
        }
      }
      /**
       * .POGOProtos.Map.Weather.DisplayWeather display_weather = 2;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather, POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.Builder, POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeatherOrBuilder> 
          getDisplayWeatherFieldBuilder() {
        if (displayWeatherBuilder_ == null) {
          displayWeatherBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather, POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeather.Builder, POGOProtos.Map.Weather.DisplayWeatherOuterClass.DisplayWeatherOrBuilder>(
                  getDisplayWeather(),
                  getParentForChildren(),
                  isClean());
          displayWeather_ = null;
        }
        return displayWeatherBuilder_;
      }

      private POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather gameplayWeather_ = null;
      private com.google.protobuf.SingleFieldBuilderV3<
          POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather, POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather.Builder, POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeatherOrBuilder> gameplayWeatherBuilder_;
      /**
       * .POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
       */
      public boolean hasGameplayWeather() {
        return gameplayWeatherBuilder_ != null || gameplayWeather_ != null;
      }
      /**
       * .POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
       */
      public POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather getGameplayWeather() {
        if (gameplayWeatherBuilder_ == null) {
          return gameplayWeather_ == null ? POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather.getDefaultInstance() : gameplayWeather_;
        } else {
          return gameplayWeatherBuilder_.getMessage();
        }
      }
      /**
       * .POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
       */
      public Builder setGameplayWeather(POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather value) {
        if (gameplayWeatherBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          gameplayWeather_ = value;
          onChanged();
        } else {
          gameplayWeatherBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
       */
      public Builder setGameplayWeather(
          POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather.Builder builderForValue) {
        if (gameplayWeatherBuilder_ == null) {
          gameplayWeather_ = builderForValue.build();
          onChanged();
        } else {
          gameplayWeatherBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
       */
      public Builder mergeGameplayWeather(POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather value) {
        if (gameplayWeatherBuilder_ == null) {
          if (gameplayWeather_ != null) {
            gameplayWeather_ =
              POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather.newBuilder(gameplayWeather_).mergeFrom(value).buildPartial();
          } else {
            gameplayWeather_ = value;
          }
          onChanged();
        } else {
          gameplayWeatherBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
       */
      public Builder clearGameplayWeather() {
        if (gameplayWeatherBuilder_ == null) {
          gameplayWeather_ = null;
          onChanged();
        } else {
          gameplayWeather_ = null;
          gameplayWeatherBuilder_ = null;
        }

        return this;
      }
      /**
       * .POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
       */
      public POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather.Builder getGameplayWeatherBuilder() {
        
        onChanged();
        return getGameplayWeatherFieldBuilder().getBuilder();
      }
      /**
       * .POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
       */
      public POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeatherOrBuilder getGameplayWeatherOrBuilder() {
        if (gameplayWeatherBuilder_ != null) {
          return gameplayWeatherBuilder_.getMessageOrBuilder();
        } else {
          return gameplayWeather_ == null ?
              POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather.getDefaultInstance() : gameplayWeather_;
        }
      }
      /**
       * .POGOProtos.Map.Weather.GameplayWeather gameplay_weather = 3;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather, POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather.Builder, POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeatherOrBuilder> 
          getGameplayWeatherFieldBuilder() {
        if (gameplayWeatherBuilder_ == null) {
          gameplayWeatherBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather, POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeather.Builder, POGOProtos.Map.Weather.GameplayWeatherOuterClass.GameplayWeatherOrBuilder>(
                  getGameplayWeather(),
                  getParentForChildren(),
                  isClean());
          gameplayWeather_ = null;
        }
        return gameplayWeatherBuilder_;
      }

      private java.util.List alerts_ =
        java.util.Collections.emptyList();
      private void ensureAlertsIsMutable() {
        if (!((bitField0_ & 0x00000008) == 0x00000008)) {
          alerts_ = new java.util.ArrayList(alerts_);
          bitField0_ |= 0x00000008;
         }
      }

      private com.google.protobuf.RepeatedFieldBuilderV3<
          POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert, POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert.Builder, POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlertOrBuilder> alertsBuilder_;

      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public java.util.List getAlertsList() {
        if (alertsBuilder_ == null) {
          return java.util.Collections.unmodifiableList(alerts_);
        } else {
          return alertsBuilder_.getMessageList();
        }
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public int getAlertsCount() {
        if (alertsBuilder_ == null) {
          return alerts_.size();
        } else {
          return alertsBuilder_.getCount();
        }
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert getAlerts(int index) {
        if (alertsBuilder_ == null) {
          return alerts_.get(index);
        } else {
          return alertsBuilder_.getMessage(index);
        }
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public Builder setAlerts(
          int index, POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert value) {
        if (alertsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureAlertsIsMutable();
          alerts_.set(index, value);
          onChanged();
        } else {
          alertsBuilder_.setMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public Builder setAlerts(
          int index, POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert.Builder builderForValue) {
        if (alertsBuilder_ == null) {
          ensureAlertsIsMutable();
          alerts_.set(index, builderForValue.build());
          onChanged();
        } else {
          alertsBuilder_.setMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public Builder addAlerts(POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert value) {
        if (alertsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureAlertsIsMutable();
          alerts_.add(value);
          onChanged();
        } else {
          alertsBuilder_.addMessage(value);
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public Builder addAlerts(
          int index, POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert value) {
        if (alertsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureAlertsIsMutable();
          alerts_.add(index, value);
          onChanged();
        } else {
          alertsBuilder_.addMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public Builder addAlerts(
          POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert.Builder builderForValue) {
        if (alertsBuilder_ == null) {
          ensureAlertsIsMutable();
          alerts_.add(builderForValue.build());
          onChanged();
        } else {
          alertsBuilder_.addMessage(builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public Builder addAlerts(
          int index, POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert.Builder builderForValue) {
        if (alertsBuilder_ == null) {
          ensureAlertsIsMutable();
          alerts_.add(index, builderForValue.build());
          onChanged();
        } else {
          alertsBuilder_.addMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public Builder addAllAlerts(
          java.lang.Iterable values) {
        if (alertsBuilder_ == null) {
          ensureAlertsIsMutable();
          com.google.protobuf.AbstractMessageLite.Builder.addAll(
              values, alerts_);
          onChanged();
        } else {
          alertsBuilder_.addAllMessages(values);
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public Builder clearAlerts() {
        if (alertsBuilder_ == null) {
          alerts_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000008);
          onChanged();
        } else {
          alertsBuilder_.clear();
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public Builder removeAlerts(int index) {
        if (alertsBuilder_ == null) {
          ensureAlertsIsMutable();
          alerts_.remove(index);
          onChanged();
        } else {
          alertsBuilder_.remove(index);
        }
        return this;
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert.Builder getAlertsBuilder(
          int index) {
        return getAlertsFieldBuilder().getBuilder(index);
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlertOrBuilder getAlertsOrBuilder(
          int index) {
        if (alertsBuilder_ == null) {
          return alerts_.get(index);  } else {
          return alertsBuilder_.getMessageOrBuilder(index);
        }
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public java.util.List 
           getAlertsOrBuilderList() {
        if (alertsBuilder_ != null) {
          return alertsBuilder_.getMessageOrBuilderList();
        } else {
          return java.util.Collections.unmodifiableList(alerts_);
        }
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert.Builder addAlertsBuilder() {
        return getAlertsFieldBuilder().addBuilder(
            POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert.getDefaultInstance());
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert.Builder addAlertsBuilder(
          int index) {
        return getAlertsFieldBuilder().addBuilder(
            index, POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert.getDefaultInstance());
      }
      /**
       * repeated .POGOProtos.Map.Weather.WeatherAlert alerts = 4;
       */
      public java.util.List 
           getAlertsBuilderList() {
        return getAlertsFieldBuilder().getBuilderList();
      }
      private com.google.protobuf.RepeatedFieldBuilderV3<
          POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert, POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert.Builder, POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlertOrBuilder> 
          getAlertsFieldBuilder() {
        if (alertsBuilder_ == null) {
          alertsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
              POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert, POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlert.Builder, POGOProtos.Map.Weather.WeatherAlertOuterClass.WeatherAlertOrBuilder>(
                  alerts_,
                  ((bitField0_ & 0x00000008) == 0x00000008),
                  getParentForChildren(),
                  isClean());
          alerts_ = null;
        }
        return alertsBuilder_;
      }
      @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.ClientWeather)
    }

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

    public static POGOProtos.Map.Weather.ClientWeatherOuterClass.ClientWeather getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_POGOProtos_Map_Weather_ClientWeather_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_POGOProtos_Map_Weather_ClientWeather_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/ClientWeather.p" +
      "roto\022\026POGOProtos.Map.Weather\032+POGOProtos" +
      "/Map/Weather/DisplayWeather.proto\032,POGOP" +
      "rotos/Map/Weather/GameplayWeather.proto\032" +
      ")POGOProtos/Map/Weather/WeatherAlert.pro" +
      "to\"\335\001\n\rClientWeather\022\022\n\ns2_cell_id\030\001 \001(\003" +
      "\022?\n\017display_weather\030\002 \001(\0132&.POGOProtos.M" +
      "ap.Weather.DisplayWeather\022A\n\020gameplay_we" +
      "ather\030\003 \001(\0132\'.POGOProtos.Map.Weather.Gam" +
      "eplayWeather\0224\n\006alerts\030\004 \003(\0132$.POGOProto" +
      "s.Map.Weather.WeatherAlertb\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.Map.Weather.DisplayWeatherOuterClass.getDescriptor(),
          POGOProtos.Map.Weather.GameplayWeatherOuterClass.getDescriptor(),
          POGOProtos.Map.Weather.WeatherAlertOuterClass.getDescriptor(),
        }, assigner);
    internal_static_POGOProtos_Map_Weather_ClientWeather_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_POGOProtos_Map_Weather_ClientWeather_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_POGOProtos_Map_Weather_ClientWeather_descriptor,
        new java.lang.String[] { "S2CellId", "DisplayWeather", "GameplayWeather", "Alerts", });
    POGOProtos.Map.Weather.DisplayWeatherOuterClass.getDescriptor();
    POGOProtos.Map.Weather.GameplayWeatherOuterClass.getDescriptor();
    POGOProtos.Map.Weather.WeatherAlertOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy