Ignore:
Timestamp:
2016-01-02T01:30:50+01:00 (9 years ago)
Author:
donvip
Message:

[josm_pbf] update to protobuf 2.6.1

Location:
applications/editors/josm/plugins/pbf
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pbf

    • Property svn:externals
      •  

        old new  
        11proto https://github.com/scrosby/OSM-binary/trunk/src
        2 protobuf http://protobuf.googlecode.com/svn/tags/2.6.0/src/google/protobuf/
         2protobuf https://github.com/google/protobuf/tags/v2.6.1/src/google/protobuf/
  • applications/editors/josm/plugins/pbf/gen/com/google/protobuf/DescriptorProtos.java

    r30737 r31905  
    1616     * <code>repeated .google.protobuf.FileDescriptorProto file = 1;</code>
    1717     */
    18     java.util.List<com.google.protobuf.DescriptorProtos.FileDescriptorProto> 
     18    java.util.List<com.google.protobuf.DescriptorProtos.FileDescriptorProto>
    1919        getFileList();
    2020    /**
     
    2929     * <code>repeated .google.protobuf.FileDescriptorProto file = 1;</code>
    3030     */
    31     java.util.List<? extends com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder> 
     31    java.util.List<? extends com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder>
    3232        getFileOrBuilderList();
    3333    /**
     
    6161    }
    6262
    63     public FileDescriptorSet getDefaultInstanceForType() {
     63    @Override
     64        public FileDescriptorSet getDefaultInstanceForType() {
    6465      return defaultInstance;
    6566    }
     
    122123    }
    123124
    124     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     125    @Override
     126        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    125127        internalGetFieldAccessorTable() {
    126128      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorSet_fieldAccessorTable
     
    131133    public static com.google.protobuf.Parser<FileDescriptorSet> PARSER =
    132134        new com.google.protobuf.AbstractParser<FileDescriptorSet>() {
    133       public FileDescriptorSet parsePartialFrom(
     135      @Override
     136        public FileDescriptorSet parsePartialFrom(
    134137          com.google.protobuf.CodedInputStream input,
    135138          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    149152     * <code>repeated .google.protobuf.FileDescriptorProto file = 1;</code>
    150153     */
    151     public java.util.List<com.google.protobuf.DescriptorProtos.FileDescriptorProto> getFileList() {
     154    @Override
     155        public java.util.List<com.google.protobuf.DescriptorProtos.FileDescriptorProto> getFileList() {
    152156      return file_;
    153157    }
     
    155159     * <code>repeated .google.protobuf.FileDescriptorProto file = 1;</code>
    156160     */
    157     public java.util.List<? extends com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder>
     161    @Override
     162        public java.util.List<? extends com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder>
    158163        getFileOrBuilderList() {
    159164      return file_;
     
    162167     * <code>repeated .google.protobuf.FileDescriptorProto file = 1;</code>
    163168     */
    164     public int getFileCount() {
     169    @Override
     170        public int getFileCount() {
    165171      return file_.size();
    166172    }
     
    168174     * <code>repeated .google.protobuf.FileDescriptorProto file = 1;</code>
    169175     */
    170     public com.google.protobuf.DescriptorProtos.FileDescriptorProto getFile(int index) {
     176    @Override
     177        public com.google.protobuf.DescriptorProtos.FileDescriptorProto getFile(int index) {
    171178      return file_.get(index);
    172179    }
     
    174181     * <code>repeated .google.protobuf.FileDescriptorProto file = 1;</code>
    175182     */
    176     public com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder getFileOrBuilder(
     183    @Override
     184        public com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder getFileOrBuilder(
    177185        int index) {
    178186      return file_.get(index);
     
    183191    }
    184192    private byte memoizedIsInitialized = -1;
    185     public final boolean isInitialized() {
     193    @Override
     194        public final boolean isInitialized() {
    186195      byte isInitialized = memoizedIsInitialized;
    187196      if (isInitialized == 1) return true;
     
    198207    }
    199208
    200     public void writeTo(com.google.protobuf.CodedOutputStream output)
     209    @Override
     210        public void writeTo(com.google.protobuf.CodedOutputStream output)
    201211                        throws java.io.IOException {
    202212      getSerializedSize();
     
    208218
    209219    private int memoizedSerializedSize = -1;
    210     public int getSerializedSize() {
     220    @Override
     221        public int getSerializedSize() {
    211222      int size = memoizedSerializedSize;
    212223      if (size != -1) return size;
     
    283294
    284295    public static Builder newBuilder() { return Builder.create(); }
    285     public Builder newBuilderForType() { return newBuilder(); }
     296    @Override
     297        public Builder newBuilderForType() { return newBuilder(); }
    286298    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.FileDescriptorSet prototype) {
    287299      return newBuilder().mergeFrom(prototype);
    288300    }
    289     public Builder toBuilder() { return newBuilder(this); }
     301    @Override
     302        public Builder toBuilder() { return newBuilder(this); }
    290303
    291304    @java.lang.Override
     
    312325      }
    313326
    314       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     327      @Override
     328        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    315329          internalGetFieldAccessorTable() {
    316330        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorSet_fieldAccessorTable
     
    338352      }
    339353
    340       public Builder clear() {
     354      @Override
     355        public Builder clear() {
    341356        super.clear();
    342357        if (fileBuilder_ == null) {
     
    349364      }
    350365
    351       public Builder clone() {
     366      @Override
     367        public Builder clone() {
    352368        return create().mergeFrom(buildPartial());
    353369      }
    354370
    355       public com.google.protobuf.Descriptors.Descriptor
     371      @Override
     372        public com.google.protobuf.Descriptors.Descriptor
    356373          getDescriptorForType() {
    357374        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorSet_descriptor;
    358375      }
    359376
    360       public com.google.protobuf.DescriptorProtos.FileDescriptorSet getDefaultInstanceForType() {
     377      @Override
     378        public com.google.protobuf.DescriptorProtos.FileDescriptorSet getDefaultInstanceForType() {
    361379        return com.google.protobuf.DescriptorProtos.FileDescriptorSet.getDefaultInstance();
    362380      }
    363381
    364       public com.google.protobuf.DescriptorProtos.FileDescriptorSet build() {
     382      @Override
     383        public com.google.protobuf.DescriptorProtos.FileDescriptorSet build() {
    365384        com.google.protobuf.DescriptorProtos.FileDescriptorSet result = buildPartial();
    366385        if (!result.isInitialized()) {
     
    370389      }
    371390
    372       public com.google.protobuf.DescriptorProtos.FileDescriptorSet buildPartial() {
     391      @Override
     392        public com.google.protobuf.DescriptorProtos.FileDescriptorSet buildPartial() {
    373393        com.google.protobuf.DescriptorProtos.FileDescriptorSet result = new com.google.protobuf.DescriptorProtos.FileDescriptorSet(this);
    374394        int from_bitField0_ = bitField0_;
     
    386406      }
    387407
    388       public Builder mergeFrom(com.google.protobuf.Message other) {
     408      @Override
     409        public Builder mergeFrom(com.google.protobuf.Message other) {
    389410        if (other instanceof com.google.protobuf.DescriptorProtos.FileDescriptorSet) {
    390411          return mergeFrom((com.google.protobuf.DescriptorProtos.FileDescriptorSet)other);
     
    415436              file_ = other.file_;
    416437              bitField0_ = (bitField0_ & ~0x00000001);
    417               fileBuilder_ = 
     438              fileBuilder_ =
    418439                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    419440                   getFileFieldBuilder() : null;
     
    427448      }
    428449
    429       public final boolean isInitialized() {
     450      @Override
     451        public final boolean isInitialized() {
    430452        for (int i = 0; i < getFileCount(); i++) {
    431453          if (!getFile(i).isInitialized()) {
    432            
     454
    433455            return false;
    434456          }
     
    437459      }
    438460
    439       public Builder mergeFrom(
     461      @Override
     462        public Builder mergeFrom(
    440463          com.google.protobuf.CodedInputStream input,
    441464          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    471494       * <code>repeated .google.protobuf.FileDescriptorProto file = 1;</code>
    472495       */
    473       public java.util.List<com.google.protobuf.DescriptorProtos.FileDescriptorProto> getFileList() {
     496      @Override
     497        public java.util.List<com.google.protobuf.DescriptorProtos.FileDescriptorProto> getFileList() {
    474498        if (fileBuilder_ == null) {
    475499          return java.util.Collections.unmodifiableList(file_);
     
    481505       * <code>repeated .google.protobuf.FileDescriptorProto file = 1;</code>
    482506       */
    483       public int getFileCount() {
     507      @Override
     508        public int getFileCount() {
    484509        if (fileBuilder_ == null) {
    485510          return file_.size();
     
    491516       * <code>repeated .google.protobuf.FileDescriptorProto file = 1;</code>
    492517       */
    493       public com.google.protobuf.DescriptorProtos.FileDescriptorProto getFile(int index) {
     518      @Override
     519        public com.google.protobuf.DescriptorProtos.FileDescriptorProto getFile(int index) {
    494520        if (fileBuilder_ == null) {
    495521          return file_.get(index);
     
    641667       * <code>repeated .google.protobuf.FileDescriptorProto file = 1;</code>
    642668       */
    643       public com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder getFileOrBuilder(
     669      @Override
     670        public com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder getFileOrBuilder(
    644671          int index) {
    645672        if (fileBuilder_ == null) {
     
    651678       * <code>repeated .google.protobuf.FileDescriptorProto file = 1;</code>
    652679       */
    653       public java.util.List<? extends com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder>
     680      @Override
     681        public java.util.List<? extends com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder>
    654682           getFileOrBuilderList() {
    655683        if (fileBuilder_ != null) {
     
    677705       * <code>repeated .google.protobuf.FileDescriptorProto file = 1;</code>
    678706       */
    679       public java.util.List<com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder> 
     707      public java.util.List<com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder>
    680708           getFileBuilderList() {
    681709        return getFileFieldBuilder().getBuilderList();
    682710      }
    683711      private com.google.protobuf.RepeatedFieldBuilder<
    684           com.google.protobuf.DescriptorProtos.FileDescriptorProto, com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder> 
     712          com.google.protobuf.DescriptorProtos.FileDescriptorProto, com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder>
    685713          getFileFieldBuilder() {
    686714        if (fileBuilder_ == null) {
     
    857885     * </pre>
    858886     */
    859     java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto> 
     887    java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto>
    860888        getMessageTypeList();
    861889    /**
     
    882910     * </pre>
    883911     */
    884     java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder> 
     912    java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder>
    885913        getMessageTypeOrBuilderList();
    886914    /**
     
    897925     * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 5;</code>
    898926     */
    899     java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto> 
     927    java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto>
    900928        getEnumTypeList();
    901929    /**
     
    910938     * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 5;</code>
    911939     */
    912     java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder> 
     940    java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder>
    913941        getEnumTypeOrBuilderList();
    914942    /**
     
    921949     * <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
    922950     */
    923     java.util.List<com.google.protobuf.DescriptorProtos.ServiceDescriptorProto> 
     951    java.util.List<com.google.protobuf.DescriptorProtos.ServiceDescriptorProto>
    924952        getServiceList();
    925953    /**
     
    934962     * <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
    935963     */
    936     java.util.List<? extends com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder> 
     964    java.util.List<? extends com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder>
    937965        getServiceOrBuilderList();
    938966    /**
     
    945973     * <code>repeated .google.protobuf.FieldDescriptorProto extension = 7;</code>
    946974     */
    947     java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> 
     975    java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto>
    948976        getExtensionList();
    949977    /**
     
    958986     * <code>repeated .google.protobuf.FieldDescriptorProto extension = 7;</code>
    959987     */
    960     java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder> 
     988    java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
    961989        getExtensionOrBuilderList();
    962990    /**
     
    10361064    }
    10371065
    1038     public FileDescriptorProto getDefaultInstanceForType() {
     1066    @Override
     1067        public FileDescriptorProto getDefaultInstanceForType() {
    10391068      return defaultInstance;
    10401069    }
     
    12281257    }
    12291258
    1230     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     1259    @Override
     1260        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    12311261        internalGetFieldAccessorTable() {
    12321262      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorProto_fieldAccessorTable
     
    12371267    public static com.google.protobuf.Parser<FileDescriptorProto> PARSER =
    12381268        new com.google.protobuf.AbstractParser<FileDescriptorProto>() {
    1239       public FileDescriptorProto parsePartialFrom(
     1269      @Override
     1270        public FileDescriptorProto parsePartialFrom(
    12401271          com.google.protobuf.CodedInputStream input,
    12411272          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    12601291     * </pre>
    12611292     */
    1262     public boolean hasName() {
     1293    @Override
     1294        public boolean hasName() {
    12631295      return ((bitField0_ & 0x00000001) == 0x00000001);
    12641296    }
     
    12701302     * </pre>
    12711303     */
    1272     public java.lang.String getName() {
     1304    @Override
     1305        public java.lang.String getName() {
    12731306      java.lang.Object ref = name_;
    12741307      if (ref instanceof java.lang.String) {
    12751308        return (java.lang.String) ref;
    12761309      } else {
    1277         com.google.protobuf.ByteString bs = 
     1310        com.google.protobuf.ByteString bs =
    12781311            (com.google.protobuf.ByteString) ref;
    12791312        java.lang.String s = bs.toStringUtf8();
     
    12911324     * </pre>
    12921325     */
    1293     public com.google.protobuf.ByteString
     1326    @Override
     1327        public com.google.protobuf.ByteString
    12941328        getNameBytes() {
    12951329      java.lang.Object ref = name_;
    12961330      if (ref instanceof java.lang.String) {
    1297         com.google.protobuf.ByteString b = 
     1331        com.google.protobuf.ByteString b =
    12981332            com.google.protobuf.ByteString.copyFromUtf8(
    12991333                (java.lang.String) ref);
     
    13141348     * </pre>
    13151349     */
    1316     public boolean hasPackage() {
     1350    @Override
     1351        public boolean hasPackage() {
    13171352      return ((bitField0_ & 0x00000002) == 0x00000002);
    13181353    }
     
    13241359     * </pre>
    13251360     */
    1326     public java.lang.String getPackage() {
     1361    @Override
     1362        public java.lang.String getPackage() {
    13271363      java.lang.Object ref = package_;
    13281364      if (ref instanceof java.lang.String) {
    13291365        return (java.lang.String) ref;
    13301366      } else {
    1331         com.google.protobuf.ByteString bs = 
     1367        com.google.protobuf.ByteString bs =
    13321368            (com.google.protobuf.ByteString) ref;
    13331369        java.lang.String s = bs.toStringUtf8();
     
    13451381     * </pre>
    13461382     */
    1347     public com.google.protobuf.ByteString
     1383    @Override
     1384        public com.google.protobuf.ByteString
    13481385        getPackageBytes() {
    13491386      java.lang.Object ref = package_;
    13501387      if (ref instanceof java.lang.String) {
    1351         com.google.protobuf.ByteString b = 
     1388        com.google.protobuf.ByteString b =
    13521389            com.google.protobuf.ByteString.copyFromUtf8(
    13531390                (java.lang.String) ref);
     
    13681405     * </pre>
    13691406     */
    1370     public com.google.protobuf.ProtocolStringList
     1407    @Override
     1408        public com.google.protobuf.ProtocolStringList
    13711409        getDependencyList() {
    13721410      return dependency_;
     
    13791417     * </pre>
    13801418     */
    1381     public int getDependencyCount() {
     1419    @Override
     1420        public int getDependencyCount() {
    13821421      return dependency_.size();
    13831422    }
     
    13891428     * </pre>
    13901429     */
    1391     public java.lang.String getDependency(int index) {
     1430    @Override
     1431        public java.lang.String getDependency(int index) {
    13921432      return dependency_.get(index);
    13931433    }
     
    13991439     * </pre>
    14001440     */
    1401     public com.google.protobuf.ByteString
     1441    @Override
     1442        public com.google.protobuf.ByteString
    14021443        getDependencyBytes(int index) {
    14031444      return dependency_.getByteString(index);
     
    14131454     * </pre>
    14141455     */
    1415     public java.util.List<java.lang.Integer>
     1456    @Override
     1457        public java.util.List<java.lang.Integer>
    14161458        getPublicDependencyList() {
    14171459      return publicDependency_;
     
    14241466     * </pre>
    14251467     */
    1426     public int getPublicDependencyCount() {
     1468    @Override
     1469        public int getPublicDependencyCount() {
    14271470      return publicDependency_.size();
    14281471    }
     
    14341477     * </pre>
    14351478     */
    1436     public int getPublicDependency(int index) {
     1479    @Override
     1480        public int getPublicDependency(int index) {
    14371481      return publicDependency_.get(index);
    14381482    }
     
    14481492     * </pre>
    14491493     */
    1450     public java.util.List<java.lang.Integer>
     1494    @Override
     1495        public java.util.List<java.lang.Integer>
    14511496        getWeakDependencyList() {
    14521497      return weakDependency_;
     
    14601505     * </pre>
    14611506     */
    1462     public int getWeakDependencyCount() {
     1507    @Override
     1508        public int getWeakDependencyCount() {
    14631509      return weakDependency_.size();
    14641510    }
     
    14711517     * </pre>
    14721518     */
    1473     public int getWeakDependency(int index) {
     1519    @Override
     1520        public int getWeakDependency(int index) {
    14741521      return weakDependency_.get(index);
    14751522    }
     
    14841531     * </pre>
    14851532     */
    1486     public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto> getMessageTypeList() {
     1533    @Override
     1534        public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto> getMessageTypeList() {
    14871535      return messageType_;
    14881536    }
     
    14941542     * </pre>
    14951543     */
    1496     public java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder>
     1544    @Override
     1545        public java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder>
    14971546        getMessageTypeOrBuilderList() {
    14981547      return messageType_;
     
    15051554     * </pre>
    15061555     */
    1507     public int getMessageTypeCount() {
     1556    @Override
     1557        public int getMessageTypeCount() {
    15081558      return messageType_.size();
    15091559    }
     
    15151565     * </pre>
    15161566     */
    1517     public com.google.protobuf.DescriptorProtos.DescriptorProto getMessageType(int index) {
     1567    @Override
     1568        public com.google.protobuf.DescriptorProtos.DescriptorProto getMessageType(int index) {
    15181569      return messageType_.get(index);
    15191570    }
     
    15251576     * </pre>
    15261577     */
    1527     public com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder getMessageTypeOrBuilder(
     1578    @Override
     1579        public com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder getMessageTypeOrBuilder(
    15281580        int index) {
    15291581      return messageType_.get(index);
     
    15351587     * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 5;</code>
    15361588     */
    1537     public java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto> getEnumTypeList() {
     1589    @Override
     1590        public java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto> getEnumTypeList() {
    15381591      return enumType_;
    15391592    }
     
    15411594     * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 5;</code>
    15421595     */
    1543     public java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder>
     1596    @Override
     1597        public java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder>
    15441598        getEnumTypeOrBuilderList() {
    15451599      return enumType_;
     
    15481602     * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 5;</code>
    15491603     */
    1550     public int getEnumTypeCount() {
     1604    @Override
     1605        public int getEnumTypeCount() {
    15511606      return enumType_.size();
    15521607    }
     
    15541609     * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 5;</code>
    15551610     */
    1556     public com.google.protobuf.DescriptorProtos.EnumDescriptorProto getEnumType(int index) {
     1611    @Override
     1612        public com.google.protobuf.DescriptorProtos.EnumDescriptorProto getEnumType(int index) {
    15571613      return enumType_.get(index);
    15581614    }
     
    15601616     * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 5;</code>
    15611617     */
    1562     public com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder(
     1618    @Override
     1619        public com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder(
    15631620        int index) {
    15641621      return enumType_.get(index);
     
    15701627     * <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
    15711628     */
    1572     public java.util.List<com.google.protobuf.DescriptorProtos.ServiceDescriptorProto> getServiceList() {
     1629    @Override
     1630        public java.util.List<com.google.protobuf.DescriptorProtos.ServiceDescriptorProto> getServiceList() {
    15731631      return service_;
    15741632    }
     
    15761634     * <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
    15771635     */
    1578     public java.util.List<? extends com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder>
     1636    @Override
     1637        public java.util.List<? extends com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder>
    15791638        getServiceOrBuilderList() {
    15801639      return service_;
     
    15831642     * <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
    15841643     */
    1585     public int getServiceCount() {
     1644    @Override
     1645        public int getServiceCount() {
    15861646      return service_.size();
    15871647    }
     
    15891649     * <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
    15901650     */
    1591     public com.google.protobuf.DescriptorProtos.ServiceDescriptorProto getService(int index) {
     1651    @Override
     1652        public com.google.protobuf.DescriptorProtos.ServiceDescriptorProto getService(int index) {
    15921653      return service_.get(index);
    15931654    }
     
    15951656     * <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
    15961657     */
    1597     public com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder getServiceOrBuilder(
     1658    @Override
     1659        public com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder getServiceOrBuilder(
    15981660        int index) {
    15991661      return service_.get(index);
     
    16051667     * <code>repeated .google.protobuf.FieldDescriptorProto extension = 7;</code>
    16061668     */
    1607     public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> getExtensionList() {
     1669    @Override
     1670        public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> getExtensionList() {
    16081671      return extension_;
    16091672    }
     
    16111674     * <code>repeated .google.protobuf.FieldDescriptorProto extension = 7;</code>
    16121675     */
    1613     public java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
     1676    @Override
     1677        public java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
    16141678        getExtensionOrBuilderList() {
    16151679      return extension_;
     
    16181682     * <code>repeated .google.protobuf.FieldDescriptorProto extension = 7;</code>
    16191683     */
    1620     public int getExtensionCount() {
     1684    @Override
     1685        public int getExtensionCount() {
    16211686      return extension_.size();
    16221687    }
     
    16241689     * <code>repeated .google.protobuf.FieldDescriptorProto extension = 7;</code>
    16251690     */
    1626     public com.google.protobuf.DescriptorProtos.FieldDescriptorProto getExtension(int index) {
     1691    @Override
     1692        public com.google.protobuf.DescriptorProtos.FieldDescriptorProto getExtension(int index) {
    16271693      return extension_.get(index);
    16281694    }
     
    16301696     * <code>repeated .google.protobuf.FieldDescriptorProto extension = 7;</code>
    16311697     */
    1632     public com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getExtensionOrBuilder(
     1698    @Override
     1699        public com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getExtensionOrBuilder(
    16331700        int index) {
    16341701      return extension_.get(index);
     
    16401707     * <code>optional .google.protobuf.FileOptions options = 8;</code>
    16411708     */
    1642     public boolean hasOptions() {
     1709    @Override
     1710        public boolean hasOptions() {
    16431711      return ((bitField0_ & 0x00000004) == 0x00000004);
    16441712    }
     
    16461714     * <code>optional .google.protobuf.FileOptions options = 8;</code>
    16471715     */
    1648     public com.google.protobuf.DescriptorProtos.FileOptions getOptions() {
     1716    @Override
     1717        public com.google.protobuf.DescriptorProtos.FileOptions getOptions() {
    16491718      return options_;
    16501719    }
     
    16521721     * <code>optional .google.protobuf.FileOptions options = 8;</code>
    16531722     */
    1654     public com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder getOptionsOrBuilder() {
     1723    @Override
     1724        public com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder getOptionsOrBuilder() {
    16551725      return options_;
    16561726    }
     
    16681738     * </pre>
    16691739     */
    1670     public boolean hasSourceCodeInfo() {
     1740    @Override
     1741        public boolean hasSourceCodeInfo() {
    16711742      return ((bitField0_ & 0x00000008) == 0x00000008);
    16721743    }
     
    16811752     * </pre>
    16821753     */
    1683     public com.google.protobuf.DescriptorProtos.SourceCodeInfo getSourceCodeInfo() {
     1754    @Override
     1755        public com.google.protobuf.DescriptorProtos.SourceCodeInfo getSourceCodeInfo() {
    16841756      return sourceCodeInfo_;
    16851757    }
     
    16941766     * </pre>
    16951767     */
    1696     public com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder getSourceCodeInfoOrBuilder() {
     1768    @Override
     1769        public com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder getSourceCodeInfoOrBuilder() {
    16971770      return sourceCodeInfo_;
    16981771    }
     
    17121785    }
    17131786    private byte memoizedIsInitialized = -1;
    1714     public final boolean isInitialized() {
     1787    @Override
     1788        public final boolean isInitialized() {
    17151789      byte isInitialized = memoizedIsInitialized;
    17161790      if (isInitialized == 1) return true;
     
    17511825    }
    17521826
    1753     public void writeTo(com.google.protobuf.CodedOutputStream output)
     1827    @Override
     1828        public void writeTo(com.google.protobuf.CodedOutputStream output)
    17541829                        throws java.io.IOException {
    17551830      getSerializedSize();
     
    17911866
    17921867    private int memoizedSerializedSize = -1;
    1793     public int getSerializedSize() {
     1868    @Override
     1869        public int getSerializedSize() {
    17941870      int size = memoizedSerializedSize;
    17951871      if (size != -1) return size;
     
    19211997
    19221998    public static Builder newBuilder() { return Builder.create(); }
    1923     public Builder newBuilderForType() { return newBuilder(); }
     1999    @Override
     2000        public Builder newBuilderForType() { return newBuilder(); }
    19242001    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.FileDescriptorProto prototype) {
    19252002      return newBuilder().mergeFrom(prototype);
    19262003    }
    1927     public Builder toBuilder() { return newBuilder(this); }
     2004    @Override
     2005        public Builder toBuilder() { return newBuilder(this); }
    19282006
    19292007    @java.lang.Override
     
    19492027      }
    19502028
    1951       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     2029      @Override
     2030        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    19522031          internalGetFieldAccessorTable() {
    19532032        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorProto_fieldAccessorTable
     
    19802059      }
    19812060
    1982       public Builder clear() {
     2061      @Override
     2062        public Builder clear() {
    19832063        super.clear();
    19842064        name_ = "";
     
    20312111      }
    20322112
    2033       public Builder clone() {
     2113      @Override
     2114        public Builder clone() {
    20342115        return create().mergeFrom(buildPartial());
    20352116      }
    20362117
    2037       public com.google.protobuf.Descriptors.Descriptor
     2118      @Override
     2119        public com.google.protobuf.Descriptors.Descriptor
    20382120          getDescriptorForType() {
    20392121        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorProto_descriptor;
    20402122      }
    20412123
    2042       public com.google.protobuf.DescriptorProtos.FileDescriptorProto getDefaultInstanceForType() {
     2124      @Override
     2125        public com.google.protobuf.DescriptorProtos.FileDescriptorProto getDefaultInstanceForType() {
    20432126        return com.google.protobuf.DescriptorProtos.FileDescriptorProto.getDefaultInstance();
    20442127      }
    20452128
    2046       public com.google.protobuf.DescriptorProtos.FileDescriptorProto build() {
     2129      @Override
     2130        public com.google.protobuf.DescriptorProtos.FileDescriptorProto build() {
    20472131        com.google.protobuf.DescriptorProtos.FileDescriptorProto result = buildPartial();
    20482132        if (!result.isInitialized()) {
     
    20522136      }
    20532137
    2054       public com.google.protobuf.DescriptorProtos.FileDescriptorProto buildPartial() {
     2138      @Override
     2139        public com.google.protobuf.DescriptorProtos.FileDescriptorProto buildPartial() {
    20552140        com.google.protobuf.DescriptorProtos.FileDescriptorProto result = new com.google.protobuf.DescriptorProtos.FileDescriptorProto(this);
    20562141        int from_bitField0_ = bitField0_;
     
    21362221      }
    21372222
    2138       public Builder mergeFrom(com.google.protobuf.Message other) {
     2223      @Override
     2224        public Builder mergeFrom(com.google.protobuf.Message other) {
    21392225        if (other instanceof com.google.protobuf.DescriptorProtos.FileDescriptorProto) {
    21402226          return mergeFrom((com.google.protobuf.DescriptorProtos.FileDescriptorProto)other);
     
    22052291              messageType_ = other.messageType_;
    22062292              bitField0_ = (bitField0_ & ~0x00000020);
    2207               messageTypeBuilder_ = 
     2293              messageTypeBuilder_ =
    22082294                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    22092295                   getMessageTypeFieldBuilder() : null;
     
    22312317              enumType_ = other.enumType_;
    22322318              bitField0_ = (bitField0_ & ~0x00000040);
    2233               enumTypeBuilder_ = 
     2319              enumTypeBuilder_ =
    22342320                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    22352321                   getEnumTypeFieldBuilder() : null;
     
    22572343              service_ = other.service_;
    22582344              bitField0_ = (bitField0_ & ~0x00000080);
    2259               serviceBuilder_ = 
     2345              serviceBuilder_ =
    22602346                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    22612347                   getServiceFieldBuilder() : null;
     
    22832369              extension_ = other.extension_;
    22842370              bitField0_ = (bitField0_ & ~0x00000100);
    2285               extensionBuilder_ = 
     2371              extensionBuilder_ =
    22862372                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    22872373                   getExtensionFieldBuilder() : null;
     
    23012387      }
    23022388
    2303       public final boolean isInitialized() {
     2389      @Override
     2390        public final boolean isInitialized() {
    23042391        for (int i = 0; i < getMessageTypeCount(); i++) {
    23052392          if (!getMessageType(i).isInitialized()) {
    2306            
     2393
    23072394            return false;
    23082395          }
     
    23102397        for (int i = 0; i < getEnumTypeCount(); i++) {
    23112398          if (!getEnumType(i).isInitialized()) {
    2312            
     2399
    23132400            return false;
    23142401          }
     
    23162403        for (int i = 0; i < getServiceCount(); i++) {
    23172404          if (!getService(i).isInitialized()) {
    2318            
     2405
    23192406            return false;
    23202407          }
     
    23222409        for (int i = 0; i < getExtensionCount(); i++) {
    23232410          if (!getExtension(i).isInitialized()) {
    2324            
     2411
    23252412            return false;
    23262413          }
     
    23282415        if (hasOptions()) {
    23292416          if (!getOptions().isInitialized()) {
    2330            
     2417
    23312418            return false;
    23322419          }
     
    23352422      }
    23362423
    2337       public Builder mergeFrom(
     2424      @Override
     2425        public Builder mergeFrom(
    23382426          com.google.protobuf.CodedInputStream input,
    23392427          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    23622450       * </pre>
    23632451       */
    2364       public boolean hasName() {
     2452      @Override
     2453        public boolean hasName() {
    23652454        return ((bitField0_ & 0x00000001) == 0x00000001);
    23662455      }
     
    23722461       * </pre>
    23732462       */
    2374       public java.lang.String getName() {
     2463      @Override
     2464        public java.lang.String getName() {
    23752465        java.lang.Object ref = name_;
    23762466        if (!(ref instanceof java.lang.String)) {
     
    23932483       * </pre>
    23942484       */
    2395       public com.google.protobuf.ByteString
     2485      @Override
     2486        public com.google.protobuf.ByteString
    23962487          getNameBytes() {
    23972488        java.lang.Object ref = name_;
    23982489        if (ref instanceof String) {
    2399           com.google.protobuf.ByteString b = 
     2490          com.google.protobuf.ByteString b =
    24002491              com.google.protobuf.ByteString.copyFromUtf8(
    24012492                  (java.lang.String) ref);
     
    24622553       * </pre>
    24632554       */
    2464       public boolean hasPackage() {
     2555      @Override
     2556        public boolean hasPackage() {
    24652557        return ((bitField0_ & 0x00000002) == 0x00000002);
    24662558      }
     
    24722564       * </pre>
    24732565       */
    2474       public java.lang.String getPackage() {
     2566      @Override
     2567        public java.lang.String getPackage() {
    24752568        java.lang.Object ref = package_;
    24762569        if (!(ref instanceof java.lang.String)) {
     
    24932586       * </pre>
    24942587       */
    2495       public com.google.protobuf.ByteString
     2588      @Override
     2589        public com.google.protobuf.ByteString
    24962590          getPackageBytes() {
    24972591        java.lang.Object ref = package_;
    24982592        if (ref instanceof String) {
    2499           com.google.protobuf.ByteString b = 
     2593          com.google.protobuf.ByteString b =
    25002594              com.google.protobuf.ByteString.copyFromUtf8(
    25012595                  (java.lang.String) ref);
     
    25682662       * </pre>
    25692663       */
    2570       public com.google.protobuf.ProtocolStringList
     2664      @Override
     2665        public com.google.protobuf.ProtocolStringList
    25712666          getDependencyList() {
    25722667        return dependency_.getUnmodifiableView();
     
    25792674       * </pre>
    25802675       */
    2581       public int getDependencyCount() {
     2676      @Override
     2677        public int getDependencyCount() {
    25822678        return dependency_.size();
    25832679      }
     
    25892685       * </pre>
    25902686       */
    2591       public java.lang.String getDependency(int index) {
     2687      @Override
     2688        public java.lang.String getDependency(int index) {
    25922689        return dependency_.get(index);
    25932690      }
     
    25992696       * </pre>
    26002697       */
    2601       public com.google.protobuf.ByteString
     2698      @Override
     2699        public com.google.protobuf.ByteString
    26022700          getDependencyBytes(int index) {
    26032701        return dependency_.getByteString(index);
     
    26972795       * </pre>
    26982796       */
    2699       public java.util.List<java.lang.Integer>
     2797      @Override
     2798        public java.util.List<java.lang.Integer>
    27002799          getPublicDependencyList() {
    27012800        return java.util.Collections.unmodifiableList(publicDependency_);
     
    27082807       * </pre>
    27092808       */
    2710       public int getPublicDependencyCount() {
     2809      @Override
     2810        public int getPublicDependencyCount() {
    27112811        return publicDependency_.size();
    27122812      }
     
    27182818       * </pre>
    27192819       */
    2720       public int getPublicDependency(int index) {
     2820      @Override
     2821        public int getPublicDependency(int index) {
    27212822        return publicDependency_.get(index);
    27222823      }
     
    27922893       * </pre>
    27932894       */
    2794       public java.util.List<java.lang.Integer>
     2895      @Override
     2896        public java.util.List<java.lang.Integer>
    27952897          getWeakDependencyList() {
    27962898        return java.util.Collections.unmodifiableList(weakDependency_);
     
    28042906       * </pre>
    28052907       */
    2806       public int getWeakDependencyCount() {
     2908      @Override
     2909        public int getWeakDependencyCount() {
    28072910        return weakDependency_.size();
    28082911      }
     
    28152918       * </pre>
    28162919       */
    2817       public int getWeakDependency(int index) {
     2920      @Override
     2921        public int getWeakDependency(int index) {
    28182922        return weakDependency_.get(index);
    28192923      }
     
    28973001       * </pre>
    28983002       */
    2899       public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto> getMessageTypeList() {
     3003      @Override
     3004        public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto> getMessageTypeList() {
    29003005        if (messageTypeBuilder_ == null) {
    29013006          return java.util.Collections.unmodifiableList(messageType_);
     
    29113016       * </pre>
    29123017       */
    2913       public int getMessageTypeCount() {
     3018      @Override
     3019        public int getMessageTypeCount() {
    29143020        if (messageTypeBuilder_ == null) {
    29153021          return messageType_.size();
     
    29253031       * </pre>
    29263032       */
    2927       public com.google.protobuf.DescriptorProtos.DescriptorProto getMessageType(int index) {
     3033      @Override
     3034        public com.google.protobuf.DescriptorProtos.DescriptorProto getMessageType(int index) {
    29283035        if (messageTypeBuilder_ == null) {
    29293036          return messageType_.get(index);
     
    31193226       * </pre>
    31203227       */
    3121       public com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder getMessageTypeOrBuilder(
     3228      @Override
     3229        public com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder getMessageTypeOrBuilder(
    31223230          int index) {
    31233231        if (messageTypeBuilder_ == null) {
     
    31333241       * </pre>
    31343242       */
    3135       public java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder>
     3243      @Override
     3244        public java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder>
    31363245           getMessageTypeOrBuilderList() {
    31373246        if (messageTypeBuilder_ != null) {
     
    31713280       * </pre>
    31723281       */
    3173       public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto.Builder> 
     3282      public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto.Builder>
    31743283           getMessageTypeBuilderList() {
    31753284        return getMessageTypeFieldBuilder().getBuilderList();
    31763285      }
    31773286      private com.google.protobuf.RepeatedFieldBuilder<
    3178           com.google.protobuf.DescriptorProtos.DescriptorProto, com.google.protobuf.DescriptorProtos.DescriptorProto.Builder, com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder> 
     3287          com.google.protobuf.DescriptorProtos.DescriptorProto, com.google.protobuf.DescriptorProtos.DescriptorProto.Builder, com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder>
    31793288          getMessageTypeFieldBuilder() {
    31803289        if (messageTypeBuilder_ == null) {
     
    32043313       * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 5;</code>
    32053314       */
    3206       public java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto> getEnumTypeList() {
     3315      @Override
     3316        public java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto> getEnumTypeList() {
    32073317        if (enumTypeBuilder_ == null) {
    32083318          return java.util.Collections.unmodifiableList(enumType_);
     
    32143324       * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 5;</code>
    32153325       */
    3216       public int getEnumTypeCount() {
     3326      @Override
     3327        public int getEnumTypeCount() {
    32173328        if (enumTypeBuilder_ == null) {
    32183329          return enumType_.size();
     
    32243335       * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 5;</code>
    32253336       */
    3226       public com.google.protobuf.DescriptorProtos.EnumDescriptorProto getEnumType(int index) {
     3337      @Override
     3338        public com.google.protobuf.DescriptorProtos.EnumDescriptorProto getEnumType(int index) {
    32273339        if (enumTypeBuilder_ == null) {
    32283340          return enumType_.get(index);
     
    33743486       * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 5;</code>
    33753487       */
    3376       public com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder(
     3488      @Override
     3489        public com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder(
    33773490          int index) {
    33783491        if (enumTypeBuilder_ == null) {
     
    33843497       * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 5;</code>
    33853498       */
    3386       public java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder>
     3499      @Override
     3500        public java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder>
    33873501           getEnumTypeOrBuilderList() {
    33883502        if (enumTypeBuilder_ != null) {
     
    34103524       * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 5;</code>
    34113525       */
    3412       public java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder> 
     3526      public java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder>
    34133527           getEnumTypeBuilderList() {
    34143528        return getEnumTypeFieldBuilder().getBuilderList();
    34153529      }
    34163530      private com.google.protobuf.RepeatedFieldBuilder<
    3417           com.google.protobuf.DescriptorProtos.EnumDescriptorProto, com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder> 
     3531          com.google.protobuf.DescriptorProtos.EnumDescriptorProto, com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder>
    34183532          getEnumTypeFieldBuilder() {
    34193533        if (enumTypeBuilder_ == null) {
     
    34433557       * <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
    34443558       */
    3445       public java.util.List<com.google.protobuf.DescriptorProtos.ServiceDescriptorProto> getServiceList() {
     3559      @Override
     3560        public java.util.List<com.google.protobuf.DescriptorProtos.ServiceDescriptorProto> getServiceList() {
    34463561        if (serviceBuilder_ == null) {
    34473562          return java.util.Collections.unmodifiableList(service_);
     
    34533568       * <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
    34543569       */
    3455       public int getServiceCount() {
     3570      @Override
     3571        public int getServiceCount() {
    34563572        if (serviceBuilder_ == null) {
    34573573          return service_.size();
     
    34633579       * <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
    34643580       */
    3465       public com.google.protobuf.DescriptorProtos.ServiceDescriptorProto getService(int index) {
     3581      @Override
     3582        public com.google.protobuf.DescriptorProtos.ServiceDescriptorProto getService(int index) {
    34663583        if (serviceBuilder_ == null) {
    34673584          return service_.get(index);
     
    36133730       * <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
    36143731       */
    3615       public com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder getServiceOrBuilder(
     3732      @Override
     3733        public com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder getServiceOrBuilder(
    36163734          int index) {
    36173735        if (serviceBuilder_ == null) {
     
    36233741       * <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
    36243742       */
    3625       public java.util.List<? extends com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder>
     3743      @Override
     3744        public java.util.List<? extends com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder>
    36263745           getServiceOrBuilderList() {
    36273746        if (serviceBuilder_ != null) {
     
    36493768       * <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
    36503769       */
    3651       public java.util.List<com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder> 
     3770      public java.util.List<com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder>
    36523771           getServiceBuilderList() {
    36533772        return getServiceFieldBuilder().getBuilderList();
    36543773      }
    36553774      private com.google.protobuf.RepeatedFieldBuilder<
    3656           com.google.protobuf.DescriptorProtos.ServiceDescriptorProto, com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder> 
     3775          com.google.protobuf.DescriptorProtos.ServiceDescriptorProto, com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder>
    36573776          getServiceFieldBuilder() {
    36583777        if (serviceBuilder_ == null) {
     
    36823801       * <code>repeated .google.protobuf.FieldDescriptorProto extension = 7;</code>
    36833802       */
    3684       public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> getExtensionList() {
     3803      @Override
     3804        public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> getExtensionList() {
    36853805        if (extensionBuilder_ == null) {
    36863806          return java.util.Collections.unmodifiableList(extension_);
     
    36923812       * <code>repeated .google.protobuf.FieldDescriptorProto extension = 7;</code>
    36933813       */
    3694       public int getExtensionCount() {
     3814      @Override
     3815        public int getExtensionCount() {
    36953816        if (extensionBuilder_ == null) {
    36963817          return extension_.size();
     
    37023823       * <code>repeated .google.protobuf.FieldDescriptorProto extension = 7;</code>
    37033824       */
    3704       public com.google.protobuf.DescriptorProtos.FieldDescriptorProto getExtension(int index) {
     3825      @Override
     3826        public com.google.protobuf.DescriptorProtos.FieldDescriptorProto getExtension(int index) {
    37053827        if (extensionBuilder_ == null) {
    37063828          return extension_.get(index);
     
    38523974       * <code>repeated .google.protobuf.FieldDescriptorProto extension = 7;</code>
    38533975       */
    3854       public com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getExtensionOrBuilder(
     3976      @Override
     3977        public com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getExtensionOrBuilder(
    38553978          int index) {
    38563979        if (extensionBuilder_ == null) {
     
    38623985       * <code>repeated .google.protobuf.FieldDescriptorProto extension = 7;</code>
    38633986       */
    3864       public java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
     3987      @Override
     3988        public java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
    38653989           getExtensionOrBuilderList() {
    38663990        if (extensionBuilder_ != null) {
     
    38884012       * <code>repeated .google.protobuf.FieldDescriptorProto extension = 7;</code>
    38894013       */
    3890       public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder> 
     4014      public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder>
    38914015           getExtensionBuilderList() {
    38924016        return getExtensionFieldBuilder().getBuilderList();
    38934017      }
    38944018      private com.google.protobuf.RepeatedFieldBuilder<
    3895           com.google.protobuf.DescriptorProtos.FieldDescriptorProto, com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder> 
     4019          com.google.protobuf.DescriptorProtos.FieldDescriptorProto, com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
    38964020          getExtensionFieldBuilder() {
    38974021        if (extensionBuilder_ == null) {
     
    39124036       * <code>optional .google.protobuf.FileOptions options = 8;</code>
    39134037       */
    3914       public boolean hasOptions() {
     4038      @Override
     4039        public boolean hasOptions() {
    39154040        return ((bitField0_ & 0x00000200) == 0x00000200);
    39164041      }
     
    39184043       * <code>optional .google.protobuf.FileOptions options = 8;</code>
    39194044       */
    3920       public com.google.protobuf.DescriptorProtos.FileOptions getOptions() {
     4045      @Override
     4046        public com.google.protobuf.DescriptorProtos.FileOptions getOptions() {
    39214047        if (optionsBuilder_ == null) {
    39224048          return options_;
     
    39984124       * <code>optional .google.protobuf.FileOptions options = 8;</code>
    39994125       */
    4000       public com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder getOptionsOrBuilder() {
     4126      @Override
     4127        public com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder getOptionsOrBuilder() {
    40014128        if (optionsBuilder_ != null) {
    40024129          return optionsBuilder_.getMessageOrBuilder();
     
    40094136       */
    40104137      private com.google.protobuf.SingleFieldBuilder<
    4011           com.google.protobuf.DescriptorProtos.FileOptions, com.google.protobuf.DescriptorProtos.FileOptions.Builder, com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder> 
     4138          com.google.protobuf.DescriptorProtos.FileOptions, com.google.protobuf.DescriptorProtos.FileOptions.Builder, com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder>
    40124139          getOptionsFieldBuilder() {
    40134140        if (optionsBuilder_ == null) {
     
    40344161       * </pre>
    40354162       */
    4036       public boolean hasSourceCodeInfo() {
     4163      @Override
     4164        public boolean hasSourceCodeInfo() {
    40374165        return ((bitField0_ & 0x00000400) == 0x00000400);
    40384166      }
     
    40474175       * </pre>
    40484176       */
    4049       public com.google.protobuf.DescriptorProtos.SourceCodeInfo getSourceCodeInfo() {
     4177      @Override
     4178        public com.google.protobuf.DescriptorProtos.SourceCodeInfo getSourceCodeInfo() {
    40504179        if (sourceCodeInfoBuilder_ == null) {
    40514180          return sourceCodeInfo_;
     
    41694298       * </pre>
    41704299       */
    4171       public com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder getSourceCodeInfoOrBuilder() {
     4300      @Override
     4301        public com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder getSourceCodeInfoOrBuilder() {
    41724302        if (sourceCodeInfoBuilder_ != null) {
    41734303          return sourceCodeInfoBuilder_.getMessageOrBuilder();
     
    41874317       */
    41884318      private com.google.protobuf.SingleFieldBuilder<
    4189           com.google.protobuf.DescriptorProtos.SourceCodeInfo, com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder, com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder> 
     4319          com.google.protobuf.DescriptorProtos.SourceCodeInfo, com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder, com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder>
    41904320          getSourceCodeInfoFieldBuilder() {
    41914321        if (sourceCodeInfoBuilder_ == null) {
     
    42314361     * <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code>
    42324362     */
    4233     java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> 
     4363    java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto>
    42344364        getFieldList();
    42354365    /**
     
    42444374     * <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code>
    42454375     */
    4246     java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder> 
     4376    java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
    42474377        getFieldOrBuilderList();
    42484378    /**
     
    42554385     * <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code>
    42564386     */
    4257     java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> 
     4387    java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto>
    42584388        getExtensionList();
    42594389    /**
     
    42684398     * <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code>
    42694399     */
    4270     java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder> 
     4400    java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
    42714401        getExtensionOrBuilderList();
    42724402    /**
     
    42794409     * <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code>
    42804410     */
    4281     java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto> 
     4411    java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto>
    42824412        getNestedTypeList();
    42834413    /**
     
    42924422     * <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code>
    42934423     */
    4294     java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder> 
     4424    java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder>
    42954425        getNestedTypeOrBuilderList();
    42964426    /**
     
    43034433     * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code>
    43044434     */
    4305     java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto> 
     4435    java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto>
    43064436        getEnumTypeList();
    43074437    /**
     
    43164446     * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code>
    43174447     */
    4318     java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder> 
     4448    java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder>
    43194449        getEnumTypeOrBuilderList();
    43204450    /**
     
    43274457     * <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code>
    43284458     */
    4329     java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange> 
     4459    java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange>
    43304460        getExtensionRangeList();
    43314461    /**
     
    43404470     * <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code>
    43414471     */
    4342     java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder> 
     4472    java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder>
    43434473        getExtensionRangeOrBuilderList();
    43444474    /**
     
    43514481     * <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
    43524482     */
    4353     java.util.List<com.google.protobuf.DescriptorProtos.OneofDescriptorProto> 
     4483    java.util.List<com.google.protobuf.DescriptorProtos.OneofDescriptorProto>
    43544484        getOneofDeclList();
    43554485    /**
     
    43644494     * <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
    43654495     */
    4366     java.util.List<? extends com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder> 
     4496    java.util.List<? extends com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder>
    43674497        getOneofDeclOrBuilderList();
    43684498    /**
     
    44084538    }
    44094539
    4410     public DescriptorProto getDefaultInstanceForType() {
     4540    @Override
     4541        public DescriptorProto getDefaultInstanceForType() {
    44114542      return defaultInstance;
    44124543    }
     
    45434674    }
    45444675
    4545     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     4676    @Override
     4677        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    45464678        internalGetFieldAccessorTable() {
    45474679      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_fieldAccessorTable
     
    45524684    public static com.google.protobuf.Parser<DescriptorProto> PARSER =
    45534685        new com.google.protobuf.AbstractParser<DescriptorProto>() {
    4554       public DescriptorProto parsePartialFrom(
     4686      @Override
     4687        public DescriptorProto parsePartialFrom(
    45554688          com.google.protobuf.CodedInputStream input,
    45564689          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    46064739      }
    46074740
    4608       public ExtensionRange getDefaultInstanceForType() {
     4741      @Override
     4742        public ExtensionRange getDefaultInstanceForType() {
    46094743        return defaultInstance;
    46104744      }
     
    46664800      }
    46674801
    4668       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     4802      @Override
     4803        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    46694804          internalGetFieldAccessorTable() {
    46704805        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_ExtensionRange_fieldAccessorTable
     
    46754810      public static com.google.protobuf.Parser<ExtensionRange> PARSER =
    46764811          new com.google.protobuf.AbstractParser<ExtensionRange>() {
    4677         public ExtensionRange parsePartialFrom(
     4812        @Override
     4813                public ExtensionRange parsePartialFrom(
    46784814            com.google.protobuf.CodedInputStream input,
    46794815            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    46944830       * <code>optional int32 start = 1;</code>
    46954831       */
    4696       public boolean hasStart() {
     4832      @Override
     4833        public boolean hasStart() {
    46974834        return ((bitField0_ & 0x00000001) == 0x00000001);
    46984835      }
     
    47004837       * <code>optional int32 start = 1;</code>
    47014838       */
    4702       public int getStart() {
     4839      @Override
     4840        public int getStart() {
    47034841        return start_;
    47044842      }
     
    47094847       * <code>optional int32 end = 2;</code>
    47104848       */
    4711       public boolean hasEnd() {
     4849      @Override
     4850        public boolean hasEnd() {
    47124851        return ((bitField0_ & 0x00000002) == 0x00000002);
    47134852      }
     
    47154854       * <code>optional int32 end = 2;</code>
    47164855       */
    4717       public int getEnd() {
     4856      @Override
     4857        public int getEnd() {
    47184858        return end_;
    47194859      }
     
    47244864      }
    47254865      private byte memoizedIsInitialized = -1;
    4726       public final boolean isInitialized() {
     4866      @Override
     4867        public final boolean isInitialized() {
    47274868        byte isInitialized = memoizedIsInitialized;
    47284869        if (isInitialized == 1) return true;
     
    47334874      }
    47344875
    4735       public void writeTo(com.google.protobuf.CodedOutputStream output)
     4876      @Override
     4877        public void writeTo(com.google.protobuf.CodedOutputStream output)
    47364878                          throws java.io.IOException {
    47374879        getSerializedSize();
     
    47464888
    47474889      private int memoizedSerializedSize = -1;
    4748       public int getSerializedSize() {
     4890      @Override
     4891        public int getSerializedSize() {
    47494892        int size = memoizedSerializedSize;
    47504893        if (size != -1) return size;
     
    48254968
    48264969      public static Builder newBuilder() { return Builder.create(); }
    4827       public Builder newBuilderForType() { return newBuilder(); }
     4970      @Override
     4971        public Builder newBuilderForType() { return newBuilder(); }
    48284972      public static Builder newBuilder(com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange prototype) {
    48294973        return newBuilder().mergeFrom(prototype);
    48304974      }
    4831       public Builder toBuilder() { return newBuilder(this); }
     4975      @Override
     4976        public Builder toBuilder() { return newBuilder(this); }
    48324977
    48334978      @java.lang.Override
     
    48494994        }
    48504995
    4851         protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     4996        @Override
     4997                protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    48524998            internalGetFieldAccessorTable() {
    48534999          return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_ExtensionRange_fieldAccessorTable
     
    48745020        }
    48755021
    4876         public Builder clear() {
     5022        @Override
     5023                public Builder clear() {
    48775024          super.clear();
    48785025          start_ = 0;
     
    48835030        }
    48845031
    4885         public Builder clone() {
     5032        @Override
     5033                public Builder clone() {
    48865034          return create().mergeFrom(buildPartial());
    48875035        }
    48885036
    4889         public com.google.protobuf.Descriptors.Descriptor
     5037        @Override
     5038                public com.google.protobuf.Descriptors.Descriptor
    48905039            getDescriptorForType() {
    48915040          return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_ExtensionRange_descriptor;
    48925041        }
    48935042
    4894         public com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange getDefaultInstanceForType() {
     5043        @Override
     5044                public com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange getDefaultInstanceForType() {
    48955045          return com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.getDefaultInstance();
    48965046        }
    48975047
    4898         public com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange build() {
     5048        @Override
     5049                public com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange build() {
    48995050          com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange result = buildPartial();
    49005051          if (!result.isInitialized()) {
     
    49045055        }
    49055056
    4906         public com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange buildPartial() {
     5057        @Override
     5058                public com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange buildPartial() {
    49075059          com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange result = new com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange(this);
    49085060          int from_bitField0_ = bitField0_;
     
    49215073        }
    49225074
    4923         public Builder mergeFrom(com.google.protobuf.Message other) {
     5075        @Override
     5076                public Builder mergeFrom(com.google.protobuf.Message other) {
    49245077          if (other instanceof com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange) {
    49255078            return mergeFrom((com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange)other);
     
    49425095        }
    49435096
    4944         public final boolean isInitialized() {
     5097        @Override
     5098                public final boolean isInitialized() {
    49455099          return true;
    49465100        }
    49475101
    4948         public Builder mergeFrom(
     5102        @Override
     5103                public Builder mergeFrom(
    49495104            com.google.protobuf.CodedInputStream input,
    49505105            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    49695124         * <code>optional int32 start = 1;</code>
    49705125         */
    4971         public boolean hasStart() {
     5126        @Override
     5127                public boolean hasStart() {
    49725128          return ((bitField0_ & 0x00000001) == 0x00000001);
    49735129        }
     
    49755131         * <code>optional int32 start = 1;</code>
    49765132         */
    4977         public int getStart() {
     5133        @Override
     5134                public int getStart() {
    49785135          return start_;
    49795136        }
     
    50015158         * <code>optional int32 end = 2;</code>
    50025159         */
    5003         public boolean hasEnd() {
     5160        @Override
     5161                public boolean hasEnd() {
    50045162          return ((bitField0_ & 0x00000002) == 0x00000002);
    50055163        }
     
    50075165         * <code>optional int32 end = 2;</code>
    50085166         */
    5009         public int getEnd() {
     5167        @Override
     5168                public int getEnd() {
    50105169          return end_;
    50115170        }
     
    50465205     * <code>optional string name = 1;</code>
    50475206     */
    5048     public boolean hasName() {
     5207    @Override
     5208        public boolean hasName() {
    50495209      return ((bitField0_ & 0x00000001) == 0x00000001);
    50505210    }
     
    50525212     * <code>optional string name = 1;</code>
    50535213     */
    5054     public java.lang.String getName() {
     5214    @Override
     5215        public java.lang.String getName() {
    50555216      java.lang.Object ref = name_;
    50565217      if (ref instanceof java.lang.String) {
    50575218        return (java.lang.String) ref;
    50585219      } else {
    5059         com.google.protobuf.ByteString bs = 
     5220        com.google.protobuf.ByteString bs =
    50605221            (com.google.protobuf.ByteString) ref;
    50615222        java.lang.String s = bs.toStringUtf8();
     
    50695230     * <code>optional string name = 1;</code>
    50705231     */
    5071     public com.google.protobuf.ByteString
     5232    @Override
     5233        public com.google.protobuf.ByteString
    50725234        getNameBytes() {
    50735235      java.lang.Object ref = name_;
    50745236      if (ref instanceof java.lang.String) {
    5075         com.google.protobuf.ByteString b = 
     5237        com.google.protobuf.ByteString b =
    50765238            com.google.protobuf.ByteString.copyFromUtf8(
    50775239                (java.lang.String) ref);
     
    50885250     * <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code>
    50895251     */
    5090     public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> getFieldList() {
     5252    @Override
     5253        public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> getFieldList() {
    50915254      return field_;
    50925255    }
     
    50945257     * <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code>
    50955258     */
    5096     public java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
     5259    @Override
     5260        public java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
    50975261        getFieldOrBuilderList() {
    50985262      return field_;
     
    51015265     * <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code>
    51025266     */
    5103     public int getFieldCount() {
     5267    @Override
     5268        public int getFieldCount() {
    51045269      return field_.size();
    51055270    }
     
    51075272     * <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code>
    51085273     */
    5109     public com.google.protobuf.DescriptorProtos.FieldDescriptorProto getField(int index) {
     5274    @Override
     5275        public com.google.protobuf.DescriptorProtos.FieldDescriptorProto getField(int index) {
    51105276      return field_.get(index);
    51115277    }
     
    51135279     * <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code>
    51145280     */
    5115     public com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getFieldOrBuilder(
     5281    @Override
     5282        public com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getFieldOrBuilder(
    51165283        int index) {
    51175284      return field_.get(index);
     
    51235290     * <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code>
    51245291     */
    5125     public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> getExtensionList() {
     5292    @Override
     5293        public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> getExtensionList() {
    51265294      return extension_;
    51275295    }
     
    51295297     * <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code>
    51305298     */
    5131     public java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
     5299    @Override
     5300        public java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
    51325301        getExtensionOrBuilderList() {
    51335302      return extension_;
     
    51365305     * <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code>
    51375306     */
    5138     public int getExtensionCount() {
     5307    @Override
     5308        public int getExtensionCount() {
    51395309      return extension_.size();
    51405310    }
     
    51425312     * <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code>
    51435313     */
    5144     public com.google.protobuf.DescriptorProtos.FieldDescriptorProto getExtension(int index) {
     5314    @Override
     5315        public com.google.protobuf.DescriptorProtos.FieldDescriptorProto getExtension(int index) {
    51455316      return extension_.get(index);
    51465317    }
     
    51485319     * <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code>
    51495320     */
    5150     public com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getExtensionOrBuilder(
     5321    @Override
     5322        public com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getExtensionOrBuilder(
    51515323        int index) {
    51525324      return extension_.get(index);
     
    51585330     * <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code>
    51595331     */
    5160     public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto> getNestedTypeList() {
     5332    @Override
     5333        public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto> getNestedTypeList() {
    51615334      return nestedType_;
    51625335    }
     
    51645337     * <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code>
    51655338     */
    5166     public java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder>
     5339    @Override
     5340        public java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder>
    51675341        getNestedTypeOrBuilderList() {
    51685342      return nestedType_;
     
    51715345     * <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code>
    51725346     */
    5173     public int getNestedTypeCount() {
     5347    @Override
     5348        public int getNestedTypeCount() {
    51745349      return nestedType_.size();
    51755350    }
     
    51775352     * <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code>
    51785353     */
    5179     public com.google.protobuf.DescriptorProtos.DescriptorProto getNestedType(int index) {
     5354    @Override
     5355        public com.google.protobuf.DescriptorProtos.DescriptorProto getNestedType(int index) {
    51805356      return nestedType_.get(index);
    51815357    }
     
    51835359     * <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code>
    51845360     */
    5185     public com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder getNestedTypeOrBuilder(
     5361    @Override
     5362        public com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder getNestedTypeOrBuilder(
    51865363        int index) {
    51875364      return nestedType_.get(index);
     
    51935370     * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code>
    51945371     */
    5195     public java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto> getEnumTypeList() {
     5372    @Override
     5373        public java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto> getEnumTypeList() {
    51965374      return enumType_;
    51975375    }
     
    51995377     * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code>
    52005378     */
    5201     public java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder>
     5379    @Override
     5380        public java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder>
    52025381        getEnumTypeOrBuilderList() {
    52035382      return enumType_;
     
    52065385     * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code>
    52075386     */
    5208     public int getEnumTypeCount() {
     5387    @Override
     5388        public int getEnumTypeCount() {
    52095389      return enumType_.size();
    52105390    }
     
    52125392     * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code>
    52135393     */
    5214     public com.google.protobuf.DescriptorProtos.EnumDescriptorProto getEnumType(int index) {
     5394    @Override
     5395        public com.google.protobuf.DescriptorProtos.EnumDescriptorProto getEnumType(int index) {
    52155396      return enumType_.get(index);
    52165397    }
     
    52185399     * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code>
    52195400     */
    5220     public com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder(
     5401    @Override
     5402        public com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder(
    52215403        int index) {
    52225404      return enumType_.get(index);
     
    52285410     * <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code>
    52295411     */
    5230     public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange> getExtensionRangeList() {
     5412    @Override
     5413        public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange> getExtensionRangeList() {
    52315414      return extensionRange_;
    52325415    }
     
    52345417     * <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code>
    52355418     */
    5236     public java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder>
     5419    @Override
     5420        public java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder>
    52375421        getExtensionRangeOrBuilderList() {
    52385422      return extensionRange_;
     
    52415425     * <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code>
    52425426     */
    5243     public int getExtensionRangeCount() {
     5427    @Override
     5428        public int getExtensionRangeCount() {
    52445429      return extensionRange_.size();
    52455430    }
     
    52475432     * <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code>
    52485433     */
    5249     public com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange getExtensionRange(int index) {
     5434    @Override
     5435        public com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange getExtensionRange(int index) {
    52505436      return extensionRange_.get(index);
    52515437    }
     
    52535439     * <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code>
    52545440     */
    5255     public com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder getExtensionRangeOrBuilder(
     5441    @Override
     5442        public com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder getExtensionRangeOrBuilder(
    52565443        int index) {
    52575444      return extensionRange_.get(index);
     
    52635450     * <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
    52645451     */
    5265     public java.util.List<com.google.protobuf.DescriptorProtos.OneofDescriptorProto> getOneofDeclList() {
     5452    @Override
     5453        public java.util.List<com.google.protobuf.DescriptorProtos.OneofDescriptorProto> getOneofDeclList() {
    52665454      return oneofDecl_;
    52675455    }
     
    52695457     * <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
    52705458     */
    5271     public java.util.List<? extends com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder>
     5459    @Override
     5460        public java.util.List<? extends com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder>
    52725461        getOneofDeclOrBuilderList() {
    52735462      return oneofDecl_;
     
    52765465     * <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
    52775466     */
    5278     public int getOneofDeclCount() {
     5467    @Override
     5468        public int getOneofDeclCount() {
    52795469      return oneofDecl_.size();
    52805470    }
     
    52825472     * <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
    52835473     */
    5284     public com.google.protobuf.DescriptorProtos.OneofDescriptorProto getOneofDecl(int index) {
     5474    @Override
     5475        public com.google.protobuf.DescriptorProtos.OneofDescriptorProto getOneofDecl(int index) {
    52855476      return oneofDecl_.get(index);
    52865477    }
     
    52885479     * <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
    52895480     */
    5290     public com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder getOneofDeclOrBuilder(
     5481    @Override
     5482        public com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder getOneofDeclOrBuilder(
    52915483        int index) {
    52925484      return oneofDecl_.get(index);
     
    52985490     * <code>optional .google.protobuf.MessageOptions options = 7;</code>
    52995491     */
    5300     public boolean hasOptions() {
     5492    @Override
     5493        public boolean hasOptions() {
    53015494      return ((bitField0_ & 0x00000002) == 0x00000002);
    53025495    }
     
    53045497     * <code>optional .google.protobuf.MessageOptions options = 7;</code>
    53055498     */
    5306     public com.google.protobuf.DescriptorProtos.MessageOptions getOptions() {
     5499    @Override
     5500        public com.google.protobuf.DescriptorProtos.MessageOptions getOptions() {
    53075501      return options_;
    53085502    }
     
    53105504     * <code>optional .google.protobuf.MessageOptions options = 7;</code>
    53115505     */
    5312     public com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder getOptionsOrBuilder() {
     5506    @Override
     5507        public com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder getOptionsOrBuilder() {
    53135508      return options_;
    53145509    }
     
    53255520    }
    53265521    private byte memoizedIsInitialized = -1;
    5327     public final boolean isInitialized() {
     5522    @Override
     5523        public final boolean isInitialized() {
    53285524      byte isInitialized = memoizedIsInitialized;
    53295525      if (isInitialized == 1) return true;
     
    53645560    }
    53655561
    5366     public void writeTo(com.google.protobuf.CodedOutputStream output)
     5562    @Override
     5563        public void writeTo(com.google.protobuf.CodedOutputStream output)
    53675564                        throws java.io.IOException {
    53685565      getSerializedSize();
     
    53955592
    53965593    private int memoizedSerializedSize = -1;
    5397     public int getSerializedSize() {
     5594    @Override
     5595        public int getSerializedSize() {
    53985596      int size = memoizedSerializedSize;
    53995597      if (size != -1) return size;
     
    54985696
    54995697    public static Builder newBuilder() { return Builder.create(); }
    5500     public Builder newBuilderForType() { return newBuilder(); }
     5698    @Override
     5699        public Builder newBuilderForType() { return newBuilder(); }
    55015700    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.DescriptorProto prototype) {
    55025701      return newBuilder().mergeFrom(prototype);
    55035702    }
    5504     public Builder toBuilder() { return newBuilder(this); }
     5703    @Override
     5704        public Builder toBuilder() { return newBuilder(this); }
    55055705
    55065706    @java.lang.Override
     
    55265726      }
    55275727
    5528       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     5728      @Override
     5729        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    55295730          internalGetFieldAccessorTable() {
    55305731        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_fieldAccessorTable
     
    55585759      }
    55595760
    5560       public Builder clear() {
     5761      @Override
     5762        public Builder clear() {
    55615763        super.clear();
    55625764        name_ = "";
     
    56075809      }
    56085810
    5609       public Builder clone() {
     5811      @Override
     5812        public Builder clone() {
    56105813        return create().mergeFrom(buildPartial());
    56115814      }
    56125815
    5613       public com.google.protobuf.Descriptors.Descriptor
     5816      @Override
     5817        public com.google.protobuf.Descriptors.Descriptor
    56145818          getDescriptorForType() {
    56155819        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_descriptor;
    56165820      }
    56175821
    5618       public com.google.protobuf.DescriptorProtos.DescriptorProto getDefaultInstanceForType() {
     5822      @Override
     5823        public com.google.protobuf.DescriptorProtos.DescriptorProto getDefaultInstanceForType() {
    56195824        return com.google.protobuf.DescriptorProtos.DescriptorProto.getDefaultInstance();
    56205825      }
    56215826
    5622       public com.google.protobuf.DescriptorProtos.DescriptorProto build() {
     5827      @Override
     5828        public com.google.protobuf.DescriptorProtos.DescriptorProto build() {
    56235829        com.google.protobuf.DescriptorProtos.DescriptorProto result = buildPartial();
    56245830        if (!result.isInitialized()) {
     
    56285834      }
    56295835
    5630       public com.google.protobuf.DescriptorProtos.DescriptorProto buildPartial() {
     5836      @Override
     5837        public com.google.protobuf.DescriptorProtos.DescriptorProto buildPartial() {
    56315838        com.google.protobuf.DescriptorProtos.DescriptorProto result = new com.google.protobuf.DescriptorProtos.DescriptorProto(this);
    56325839        int from_bitField0_ = bitField0_;
     
    57035910      }
    57045911
    5705       public Builder mergeFrom(com.google.protobuf.Message other) {
     5912      @Override
     5913        public Builder mergeFrom(com.google.protobuf.Message other) {
    57065914        if (other instanceof com.google.protobuf.DescriptorProtos.DescriptorProto) {
    57075915          return mergeFrom((com.google.protobuf.DescriptorProtos.DescriptorProto)other);
     
    57375945              field_ = other.field_;
    57385946              bitField0_ = (bitField0_ & ~0x00000002);
    5739               fieldBuilder_ = 
     5947              fieldBuilder_ =
    57405948                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    57415949                   getFieldFieldBuilder() : null;
     
    57635971              extension_ = other.extension_;
    57645972              bitField0_ = (bitField0_ & ~0x00000004);
    5765               extensionBuilder_ = 
     5973              extensionBuilder_ =
    57665974                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    57675975                   getExtensionFieldBuilder() : null;
     
    57895997              nestedType_ = other.nestedType_;
    57905998              bitField0_ = (bitField0_ & ~0x00000008);
    5791               nestedTypeBuilder_ = 
     5999              nestedTypeBuilder_ =
    57926000                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    57936001                   getNestedTypeFieldBuilder() : null;
     
    58156023              enumType_ = other.enumType_;
    58166024              bitField0_ = (bitField0_ & ~0x00000010);
    5817               enumTypeBuilder_ = 
     6025              enumTypeBuilder_ =
    58186026                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    58196027                   getEnumTypeFieldBuilder() : null;
     
    58416049              extensionRange_ = other.extensionRange_;
    58426050              bitField0_ = (bitField0_ & ~0x00000020);
    5843               extensionRangeBuilder_ = 
     6051              extensionRangeBuilder_ =
    58446052                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    58456053                   getExtensionRangeFieldBuilder() : null;
     
    58676075              oneofDecl_ = other.oneofDecl_;
    58686076              bitField0_ = (bitField0_ & ~0x00000040);
    5869               oneofDeclBuilder_ = 
     6077              oneofDeclBuilder_ =
    58706078                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    58716079                   getOneofDeclFieldBuilder() : null;
     
    58826090      }
    58836091
    5884       public final boolean isInitialized() {
     6092      @Override
     6093        public final boolean isInitialized() {
    58856094        for (int i = 0; i < getFieldCount(); i++) {
    58866095          if (!getField(i).isInitialized()) {
    5887            
     6096
    58886097            return false;
    58896098          }
     
    58916100        for (int i = 0; i < getExtensionCount(); i++) {
    58926101          if (!getExtension(i).isInitialized()) {
    5893            
     6102
    58946103            return false;
    58956104          }
     
    58976106        for (int i = 0; i < getNestedTypeCount(); i++) {
    58986107          if (!getNestedType(i).isInitialized()) {
    5899            
     6108
    59006109            return false;
    59016110          }
     
    59036112        for (int i = 0; i < getEnumTypeCount(); i++) {
    59046113          if (!getEnumType(i).isInitialized()) {
    5905            
     6114
    59066115            return false;
    59076116          }
     
    59096118        if (hasOptions()) {
    59106119          if (!getOptions().isInitialized()) {
    5911            
     6120
    59126121            return false;
    59136122          }
     
    59166125      }
    59176126
    5918       public Builder mergeFrom(
     6127      @Override
     6128        public Builder mergeFrom(
    59196129          com.google.protobuf.CodedInputStream input,
    59206130          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    59396149       * <code>optional string name = 1;</code>
    59406150       */
    5941       public boolean hasName() {
     6151      @Override
     6152        public boolean hasName() {
    59426153        return ((bitField0_ & 0x00000001) == 0x00000001);
    59436154      }
     
    59456156       * <code>optional string name = 1;</code>
    59466157       */
    5947       public java.lang.String getName() {
     6158      @Override
     6159        public java.lang.String getName() {
    59486160        java.lang.Object ref = name_;
    59496161        if (!(ref instanceof java.lang.String)) {
     
    59626174       * <code>optional string name = 1;</code>
    59636175       */
    5964       public com.google.protobuf.ByteString
     6176      @Override
     6177        public com.google.protobuf.ByteString
    59656178          getNameBytes() {
    59666179        java.lang.Object ref = name_;
    59676180        if (ref instanceof String) {
    5968           com.google.protobuf.ByteString b = 
     6181          com.google.protobuf.ByteString b =
    59696182              com.google.protobuf.ByteString.copyFromUtf8(
    59706183                  (java.lang.String) ref);
     
    60266239       * <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code>
    60276240       */
    6028       public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> getFieldList() {
     6241      @Override
     6242        public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> getFieldList() {
    60296243        if (fieldBuilder_ == null) {
    60306244          return java.util.Collections.unmodifiableList(field_);
     
    60366250       * <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code>
    60376251       */
    6038       public int getFieldCount() {
     6252      @Override
     6253        public int getFieldCount() {
    60396254        if (fieldBuilder_ == null) {
    60406255          return field_.size();
     
    60466261       * <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code>
    60476262       */
    6048       public com.google.protobuf.DescriptorProtos.FieldDescriptorProto getField(int index) {
     6263      @Override
     6264        public com.google.protobuf.DescriptorProtos.FieldDescriptorProto getField(int index) {
    60496265        if (fieldBuilder_ == null) {
    60506266          return field_.get(index);
     
    61966412       * <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code>
    61976413       */
    6198       public com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getFieldOrBuilder(
     6414      @Override
     6415        public com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getFieldOrBuilder(
    61996416          int index) {
    62006417        if (fieldBuilder_ == null) {
     
    62066423       * <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code>
    62076424       */
    6208       public java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
     6425      @Override
     6426        public java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
    62096427           getFieldOrBuilderList() {
    62106428        if (fieldBuilder_ != null) {
     
    62326450       * <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code>
    62336451       */
    6234       public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder> 
     6452      public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder>
    62356453           getFieldBuilderList() {
    62366454        return getFieldFieldBuilder().getBuilderList();
    62376455      }
    62386456      private com.google.protobuf.RepeatedFieldBuilder<
    6239           com.google.protobuf.DescriptorProtos.FieldDescriptorProto, com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder> 
     6457          com.google.protobuf.DescriptorProtos.FieldDescriptorProto, com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
    62406458          getFieldFieldBuilder() {
    62416459        if (fieldBuilder_ == null) {
     
    62656483       * <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code>
    62666484       */
    6267       public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> getExtensionList() {
     6485      @Override
     6486        public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> getExtensionList() {
    62686487        if (extensionBuilder_ == null) {
    62696488          return java.util.Collections.unmodifiableList(extension_);
     
    62756494       * <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code>
    62766495       */
    6277       public int getExtensionCount() {
     6496      @Override
     6497        public int getExtensionCount() {
    62786498        if (extensionBuilder_ == null) {
    62796499          return extension_.size();
     
    62856505       * <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code>
    62866506       */
    6287       public com.google.protobuf.DescriptorProtos.FieldDescriptorProto getExtension(int index) {
     6507      @Override
     6508        public com.google.protobuf.DescriptorProtos.FieldDescriptorProto getExtension(int index) {
    62886509        if (extensionBuilder_ == null) {
    62896510          return extension_.get(index);
     
    64356656       * <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code>
    64366657       */
    6437       public com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getExtensionOrBuilder(
     6658      @Override
     6659        public com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getExtensionOrBuilder(
    64386660          int index) {
    64396661        if (extensionBuilder_ == null) {
     
    64456667       * <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code>
    64466668       */
    6447       public java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
     6669      @Override
     6670        public java.util.List<? extends com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
    64486671           getExtensionOrBuilderList() {
    64496672        if (extensionBuilder_ != null) {
     
    64716694       * <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code>
    64726695       */
    6473       public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder> 
     6696      public java.util.List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder>
    64746697           getExtensionBuilderList() {
    64756698        return getExtensionFieldBuilder().getBuilderList();
    64766699      }
    64776700      private com.google.protobuf.RepeatedFieldBuilder<
    6478           com.google.protobuf.DescriptorProtos.FieldDescriptorProto, com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder> 
     6701          com.google.protobuf.DescriptorProtos.FieldDescriptorProto, com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>
    64796702          getExtensionFieldBuilder() {
    64806703        if (extensionBuilder_ == null) {
     
    65046727       * <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code>
    65056728       */
    6506       public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto> getNestedTypeList() {
     6729      @Override
     6730        public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto> getNestedTypeList() {
    65076731        if (nestedTypeBuilder_ == null) {
    65086732          return java.util.Collections.unmodifiableList(nestedType_);
     
    65146738       * <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code>
    65156739       */
    6516       public int getNestedTypeCount() {
     6740      @Override
     6741        public int getNestedTypeCount() {
    65176742        if (nestedTypeBuilder_ == null) {
    65186743          return nestedType_.size();
     
    65246749       * <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code>
    65256750       */
    6526       public com.google.protobuf.DescriptorProtos.DescriptorProto getNestedType(int index) {
     6751      @Override
     6752        public com.google.protobuf.DescriptorProtos.DescriptorProto getNestedType(int index) {
    65276753        if (nestedTypeBuilder_ == null) {
    65286754          return nestedType_.get(index);
     
    66746900       * <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code>
    66756901       */
    6676       public com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder getNestedTypeOrBuilder(
     6902      @Override
     6903        public com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder getNestedTypeOrBuilder(
    66776904          int index) {
    66786905        if (nestedTypeBuilder_ == null) {
     
    66846911       * <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code>
    66856912       */
    6686       public java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder>
     6913      @Override
     6914        public java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder>
    66876915           getNestedTypeOrBuilderList() {
    66886916        if (nestedTypeBuilder_ != null) {
     
    67106938       * <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code>
    67116939       */
    6712       public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto.Builder> 
     6940      public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto.Builder>
    67136941           getNestedTypeBuilderList() {
    67146942        return getNestedTypeFieldBuilder().getBuilderList();
    67156943      }
    67166944      private com.google.protobuf.RepeatedFieldBuilder<
    6717           com.google.protobuf.DescriptorProtos.DescriptorProto, com.google.protobuf.DescriptorProtos.DescriptorProto.Builder, com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder> 
     6945          com.google.protobuf.DescriptorProtos.DescriptorProto, com.google.protobuf.DescriptorProtos.DescriptorProto.Builder, com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder>
    67186946          getNestedTypeFieldBuilder() {
    67196947        if (nestedTypeBuilder_ == null) {
     
    67436971       * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code>
    67446972       */
    6745       public java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto> getEnumTypeList() {
     6973      @Override
     6974        public java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto> getEnumTypeList() {
    67466975        if (enumTypeBuilder_ == null) {
    67476976          return java.util.Collections.unmodifiableList(enumType_);
     
    67536982       * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code>
    67546983       */
    6755       public int getEnumTypeCount() {
     6984      @Override
     6985        public int getEnumTypeCount() {
    67566986        if (enumTypeBuilder_ == null) {
    67576987          return enumType_.size();
     
    67636993       * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code>
    67646994       */
    6765       public com.google.protobuf.DescriptorProtos.EnumDescriptorProto getEnumType(int index) {
     6995      @Override
     6996        public com.google.protobuf.DescriptorProtos.EnumDescriptorProto getEnumType(int index) {
    67666997        if (enumTypeBuilder_ == null) {
    67676998          return enumType_.get(index);
     
    69137144       * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code>
    69147145       */
    6915       public com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder(
     7146      @Override
     7147        public com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder(
    69167148          int index) {
    69177149        if (enumTypeBuilder_ == null) {
     
    69237155       * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code>
    69247156       */
    6925       public java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder>
     7157      @Override
     7158        public java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder>
    69267159           getEnumTypeOrBuilderList() {
    69277160        if (enumTypeBuilder_ != null) {
     
    69497182       * <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code>
    69507183       */
    6951       public java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder> 
     7184      public java.util.List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder>
    69527185           getEnumTypeBuilderList() {
    69537186        return getEnumTypeFieldBuilder().getBuilderList();
    69547187      }
    69557188      private com.google.protobuf.RepeatedFieldBuilder<
    6956           com.google.protobuf.DescriptorProtos.EnumDescriptorProto, com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder> 
     7189          com.google.protobuf.DescriptorProtos.EnumDescriptorProto, com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder>
    69577190          getEnumTypeFieldBuilder() {
    69587191        if (enumTypeBuilder_ == null) {
     
    69827215       * <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code>
    69837216       */
    6984       public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange> getExtensionRangeList() {
     7217      @Override
     7218        public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange> getExtensionRangeList() {
    69857219        if (extensionRangeBuilder_ == null) {
    69867220          return java.util.Collections.unmodifiableList(extensionRange_);
     
    69927226       * <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code>
    69937227       */
    6994       public int getExtensionRangeCount() {
     7228      @Override
     7229        public int getExtensionRangeCount() {
    69957230        if (extensionRangeBuilder_ == null) {
    69967231          return extensionRange_.size();
     
    70027237       * <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code>
    70037238       */
    7004       public com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange getExtensionRange(int index) {
     7239      @Override
     7240        public com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange getExtensionRange(int index) {
    70057241        if (extensionRangeBuilder_ == null) {
    70067242          return extensionRange_.get(index);
     
    71527388       * <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code>
    71537389       */
    7154       public com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder getExtensionRangeOrBuilder(
     7390      @Override
     7391        public com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder getExtensionRangeOrBuilder(
    71557392          int index) {
    71567393        if (extensionRangeBuilder_ == null) {
     
    71627399       * <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code>
    71637400       */
    7164       public java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder>
     7401      @Override
     7402        public java.util.List<? extends com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder>
    71657403           getExtensionRangeOrBuilderList() {
    71667404        if (extensionRangeBuilder_ != null) {
     
    71887426       * <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code>
    71897427       */
    7190       public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder> 
     7428      public java.util.List<com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder>
    71917429           getExtensionRangeBuilderList() {
    71927430        return getExtensionRangeFieldBuilder().getBuilderList();
    71937431      }
    71947432      private com.google.protobuf.RepeatedFieldBuilder<
    7195           com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange, com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder, com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder> 
     7433          com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange, com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder, com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder>
    71967434          getExtensionRangeFieldBuilder() {
    71977435        if (extensionRangeBuilder_ == null) {
     
    72217459       * <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
    72227460       */
    7223       public java.util.List<com.google.protobuf.DescriptorProtos.OneofDescriptorProto> getOneofDeclList() {
     7461      @Override
     7462        public java.util.List<com.google.protobuf.DescriptorProtos.OneofDescriptorProto> getOneofDeclList() {
    72247463        if (oneofDeclBuilder_ == null) {
    72257464          return java.util.Collections.unmodifiableList(oneofDecl_);
     
    72317470       * <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
    72327471       */
    7233       public int getOneofDeclCount() {
     7472      @Override
     7473        public int getOneofDeclCount() {
    72347474        if (oneofDeclBuilder_ == null) {
    72357475          return oneofDecl_.size();
     
    72417481       * <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
    72427482       */
    7243       public com.google.protobuf.DescriptorProtos.OneofDescriptorProto getOneofDecl(int index) {
     7483      @Override
     7484        public com.google.protobuf.DescriptorProtos.OneofDescriptorProto getOneofDecl(int index) {
    72447485        if (oneofDeclBuilder_ == null) {
    72457486          return oneofDecl_.get(index);
     
    73917632       * <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
    73927633       */
    7393       public com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder getOneofDeclOrBuilder(
     7634      @Override
     7635        public com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder getOneofDeclOrBuilder(
    73947636          int index) {
    73957637        if (oneofDeclBuilder_ == null) {
     
    74017643       * <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
    74027644       */
    7403       public java.util.List<? extends com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder>
     7645      @Override
     7646        public java.util.List<? extends com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder>
    74047647           getOneofDeclOrBuilderList() {
    74057648        if (oneofDeclBuilder_ != null) {
     
    74277670       * <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
    74287671       */
    7429       public java.util.List<com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder> 
     7672      public java.util.List<com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder>
    74307673           getOneofDeclBuilderList() {
    74317674        return getOneofDeclFieldBuilder().getBuilderList();
    74327675      }
    74337676      private com.google.protobuf.RepeatedFieldBuilder<
    7434           com.google.protobuf.DescriptorProtos.OneofDescriptorProto, com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder> 
     7677          com.google.protobuf.DescriptorProtos.OneofDescriptorProto, com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder>
    74357678          getOneofDeclFieldBuilder() {
    74367679        if (oneofDeclBuilder_ == null) {
     
    74517694       * <code>optional .google.protobuf.MessageOptions options = 7;</code>
    74527695       */
    7453       public boolean hasOptions() {
     7696      @Override
     7697        public boolean hasOptions() {
    74547698        return ((bitField0_ & 0x00000080) == 0x00000080);
    74557699      }
     
    74577701       * <code>optional .google.protobuf.MessageOptions options = 7;</code>
    74587702       */
    7459       public com.google.protobuf.DescriptorProtos.MessageOptions getOptions() {
     7703      @Override
     7704        public com.google.protobuf.DescriptorProtos.MessageOptions getOptions() {
    74607705        if (optionsBuilder_ == null) {
    74617706          return options_;
     
    75377782       * <code>optional .google.protobuf.MessageOptions options = 7;</code>
    75387783       */
    7539       public com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder getOptionsOrBuilder() {
     7784      @Override
     7785        public com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder getOptionsOrBuilder() {
    75407786        if (optionsBuilder_ != null) {
    75417787          return optionsBuilder_.getMessageOrBuilder();
     
    75487794       */
    75497795      private com.google.protobuf.SingleFieldBuilder<
    7550           com.google.protobuf.DescriptorProtos.MessageOptions, com.google.protobuf.DescriptorProtos.MessageOptions.Builder, com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder> 
     7796          com.google.protobuf.DescriptorProtos.MessageOptions, com.google.protobuf.DescriptorProtos.MessageOptions.Builder, com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder>
    75517797          getOptionsFieldBuilder() {
    75527798        if (optionsBuilder_ == null) {
     
    77908036    }
    77918037
    7792     public FieldDescriptorProto getDefaultInstanceForType() {
     8038    @Override
     8039        public FieldDescriptorProto getDefaultInstanceForType() {
    77938040      return defaultInstance;
    77948041    }
     
    79098156    }
    79108157
    7911     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     8158    @Override
     8159        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    79128160        internalGetFieldAccessorTable() {
    79138161      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_FieldDescriptorProto_fieldAccessorTable
     
    79188166    public static com.google.protobuf.Parser<FieldDescriptorProto> PARSER =
    79198167        new com.google.protobuf.AbstractParser<FieldDescriptorProto>() {
    7920       public FieldDescriptorProto parsePartialFrom(
     8168      @Override
     8169        public FieldDescriptorProto parsePartialFrom(
    79218170          com.google.protobuf.CodedInputStream input,
    79228171          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    81548403
    81558404
    8156       public final int getNumber() { return value; }
     8405      @Override
     8406        public final int getNumber() { return value; }
    81578407
    81588408      public static Type valueOf(int value) {
     
    81878437          internalValueMap =
    81888438            new com.google.protobuf.Internal.EnumLiteMap<Type>() {
    8189               public Type findValueByNumber(int number) {
     8439              @Override
     8440                        public Type findValueByNumber(int number) {
    81908441                return Type.valueOf(number);
    81918442              }
    81928443            };
    81938444
    8194       public final com.google.protobuf.Descriptors.EnumValueDescriptor
     8445      @Override
     8446        public final com.google.protobuf.Descriptors.EnumValueDescriptor
    81958447          getValueDescriptor() {
    81968448        return getDescriptor().getValues().get(index);
    81978449      }
    8198       public final com.google.protobuf.Descriptors.EnumDescriptor
     8450      @Override
     8451        public final com.google.protobuf.Descriptors.EnumDescriptor
    81998452          getDescriptorForType() {
    82008453        return getDescriptor();
     
    82768529
    82778530
    8278       public final int getNumber() { return value; }
     8531      @Override
     8532        public final int getNumber() { return value; }
    82798533
    82808534      public static Label valueOf(int value) {
     
    82948548          internalValueMap =
    82958549            new com.google.protobuf.Internal.EnumLiteMap<Label>() {
    8296               public Label findValueByNumber(int number) {
     8550              @Override
     8551                        public Label findValueByNumber(int number) {
    82978552                return Label.valueOf(number);
    82988553              }
    82998554            };
    83008555
    8301       public final com.google.protobuf.Descriptors.EnumValueDescriptor
     8556      @Override
     8557        public final com.google.protobuf.Descriptors.EnumValueDescriptor
    83028558          getValueDescriptor() {
    83038559        return getDescriptor().getValues().get(index);
    83048560      }
    8305       public final com.google.protobuf.Descriptors.EnumDescriptor
     8561      @Override
     8562        public final com.google.protobuf.Descriptors.EnumDescriptor
    83068563          getDescriptorForType() {
    83078564        return getDescriptor();
     
    83408597     * <code>optional string name = 1;</code>
    83418598     */
    8342     public boolean hasName() {
     8599    @Override
     8600        public boolean hasName() {
    83438601      return ((bitField0_ & 0x00000001) == 0x00000001);
    83448602    }
     
    83468604     * <code>optional string name = 1;</code>
    83478605     */
    8348     public java.lang.String getName() {
     8606    @Override
     8607        public java.lang.String getName() {
    83498608      java.lang.Object ref = name_;
    83508609      if (ref instanceof java.lang.String) {
    83518610        return (java.lang.String) ref;
    83528611      } else {
    8353         com.google.protobuf.ByteString bs = 
     8612        com.google.protobuf.ByteString bs =
    83548613            (com.google.protobuf.ByteString) ref;
    83558614        java.lang.String s = bs.toStringUtf8();
     
    83638622     * <code>optional string name = 1;</code>
    83648623     */
    8365     public com.google.protobuf.ByteString
     8624    @Override
     8625        public com.google.protobuf.ByteString
    83668626        getNameBytes() {
    83678627      java.lang.Object ref = name_;
    83688628      if (ref instanceof java.lang.String) {
    8369         com.google.protobuf.ByteString b = 
     8629        com.google.protobuf.ByteString b =
    83708630            com.google.protobuf.ByteString.copyFromUtf8(
    83718631                (java.lang.String) ref);
     
    83828642     * <code>optional int32 number = 3;</code>
    83838643     */
    8384     public boolean hasNumber() {
     8644    @Override
     8645        public boolean hasNumber() {
    83858646      return ((bitField0_ & 0x00000002) == 0x00000002);
    83868647    }
     
    83888649     * <code>optional int32 number = 3;</code>
    83898650     */
    8390     public int getNumber() {
     8651    @Override
     8652        public int getNumber() {
    83918653      return number_;
    83928654    }
     
    83978659     * <code>optional .google.protobuf.FieldDescriptorProto.Label label = 4;</code>
    83988660     */
    8399     public boolean hasLabel() {
     8661    @Override
     8662        public boolean hasLabel() {
    84008663      return ((bitField0_ & 0x00000004) == 0x00000004);
    84018664    }
     
    84038666     * <code>optional .google.protobuf.FieldDescriptorProto.Label label = 4;</code>
    84048667     */
    8405     public com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label getLabel() {
     8668    @Override
     8669        public com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label getLabel() {
    84068670      return label_;
    84078671    }
     
    84178681     * </pre>
    84188682     */
    8419     public boolean hasType() {
     8683    @Override
     8684        public boolean hasType() {
    84208685      return ((bitField0_ & 0x00000008) == 0x00000008);
    84218686    }
     
    84288693     * </pre>
    84298694     */
    8430     public com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type getType() {
     8695    @Override
     8696        public com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type getType() {
    84318697      return type_;
    84328698    }
     
    84458711     * </pre>
    84468712     */
    8447     public boolean hasTypeName() {
     8713    @Override
     8714        public boolean hasTypeName() {
    84488715      return ((bitField0_ & 0x00000010) == 0x00000010);
    84498716    }
     
    84598726     * </pre>
    84608727     */
    8461     public java.lang.String getTypeName() {
     8728    @Override
     8729        public java.lang.String getTypeName() {
    84628730      java.lang.Object ref = typeName_;
    84638731      if (ref instanceof java.lang.String) {
    84648732        return (java.lang.String) ref;
    84658733      } else {
    8466         com.google.protobuf.ByteString bs = 
     8734        com.google.protobuf.ByteString bs =
    84678735            (com.google.protobuf.ByteString) ref;
    84688736        java.lang.String s = bs.toStringUtf8();
     
    84848752     * </pre>
    84858753     */
    8486     public com.google.protobuf.ByteString
     8754    @Override
     8755        public com.google.protobuf.ByteString
    84878756        getTypeNameBytes() {
    84888757      java.lang.Object ref = typeName_;
    84898758      if (ref instanceof java.lang.String) {
    8490         com.google.protobuf.ByteString b = 
     8759        com.google.protobuf.ByteString b =
    84918760            com.google.protobuf.ByteString.copyFromUtf8(
    84928761                (java.lang.String) ref);
     
    85088777     * </pre>
    85098778     */
    8510     public boolean hasExtendee() {
     8779    @Override
     8780        public boolean hasExtendee() {
    85118781      return ((bitField0_ & 0x00000020) == 0x00000020);
    85128782    }
     
    85198789     * </pre>
    85208790     */
    8521     public java.lang.String getExtendee() {
     8791    @Override
     8792        public java.lang.String getExtendee() {
    85228793      java.lang.Object ref = extendee_;
    85238794      if (ref instanceof java.lang.String) {
    85248795        return (java.lang.String) ref;
    85258796      } else {
    8526         com.google.protobuf.ByteString bs = 
     8797        com.google.protobuf.ByteString bs =
    85278798            (com.google.protobuf.ByteString) ref;
    85288799        java.lang.String s = bs.toStringUtf8();
     
    85418812     * </pre>
    85428813     */
    8543     public com.google.protobuf.ByteString
     8814    @Override
     8815        public com.google.protobuf.ByteString
    85448816        getExtendeeBytes() {
    85458817      java.lang.Object ref = extendee_;
    85468818      if (ref instanceof java.lang.String) {
    8547         com.google.protobuf.ByteString b = 
     8819        com.google.protobuf.ByteString b =
    85488820            com.google.protobuf.ByteString.copyFromUtf8(
    85498821                (java.lang.String) ref);
     
    85688840     * </pre>
    85698841     */
    8570     public boolean hasDefaultValue() {
     8842    @Override
     8843        public boolean hasDefaultValue() {
    85718844      return ((bitField0_ & 0x00000040) == 0x00000040);
    85728845    }
     
    85828855     * </pre>
    85838856     */
    8584     public java.lang.String getDefaultValue() {
     8857    @Override
     8858        public java.lang.String getDefaultValue() {
    85858859      java.lang.Object ref = defaultValue_;
    85868860      if (ref instanceof java.lang.String) {
    85878861        return (java.lang.String) ref;
    85888862      } else {
    8589         com.google.protobuf.ByteString bs = 
     8863        com.google.protobuf.ByteString bs =
    85908864            (com.google.protobuf.ByteString) ref;
    85918865        java.lang.String s = bs.toStringUtf8();
     
    86078881     * </pre>
    86088882     */
    8609     public com.google.protobuf.ByteString
     8883    @Override
     8884        public com.google.protobuf.ByteString
    86108885        getDefaultValueBytes() {
    86118886      java.lang.Object ref = defaultValue_;
    86128887      if (ref instanceof java.lang.String) {
    8613         com.google.protobuf.ByteString b = 
     8888        com.google.protobuf.ByteString b =
    86148889            com.google.protobuf.ByteString.copyFromUtf8(
    86158890                (java.lang.String) ref);
     
    86338908     * </pre>
    86348909     */
    8635     public boolean hasOneofIndex() {
     8910    @Override
     8911        public boolean hasOneofIndex() {
    86368912      return ((bitField0_ & 0x00000080) == 0x00000080);
    86378913    }
     
    86468922     * </pre>
    86478923     */
    8648     public int getOneofIndex() {
     8924    @Override
     8925        public int getOneofIndex() {
    86498926      return oneofIndex_;
    86508927    }
     
    86558932     * <code>optional .google.protobuf.FieldOptions options = 8;</code>
    86568933     */
    8657     public boolean hasOptions() {
     8934    @Override
     8935        public boolean hasOptions() {
    86588936      return ((bitField0_ & 0x00000100) == 0x00000100);
    86598937    }
     
    86618939     * <code>optional .google.protobuf.FieldOptions options = 8;</code>
    86628940     */
    8663     public com.google.protobuf.DescriptorProtos.FieldOptions getOptions() {
     8941    @Override
     8942        public com.google.protobuf.DescriptorProtos.FieldOptions getOptions() {
    86648943      return options_;
    86658944    }
     
    86678946     * <code>optional .google.protobuf.FieldOptions options = 8;</code>
    86688947     */
    8669     public com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder getOptionsOrBuilder() {
     8948    @Override
     8949        public com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder getOptionsOrBuilder() {
    86708950      return options_;
    86718951    }
     
    86838963    }
    86848964    private byte memoizedIsInitialized = -1;
    8685     public final boolean isInitialized() {
     8965    @Override
     8966        public final boolean isInitialized() {
    86868967      byte isInitialized = memoizedIsInitialized;
    86878968      if (isInitialized == 1) return true;
     
    86988979    }
    86998980
    8700     public void writeTo(com.google.protobuf.CodedOutputStream output)
     8981    @Override
     8982        public void writeTo(com.google.protobuf.CodedOutputStream output)
    87018983                        throws java.io.IOException {
    87028984      getSerializedSize();
     
    87329014
    87339015    private int memoizedSerializedSize = -1;
    8734     public int getSerializedSize() {
     9016    @Override
     9017        public int getSerializedSize() {
    87359018      int size = memoizedSerializedSize;
    87369019      if (size != -1) return size;
     
    88399122
    88409123    public static Builder newBuilder() { return Builder.create(); }
    8841     public Builder newBuilderForType() { return newBuilder(); }
     9124    @Override
     9125        public Builder newBuilderForType() { return newBuilder(); }
    88429126    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.FieldDescriptorProto prototype) {
    88439127      return newBuilder().mergeFrom(prototype);
    88449128    }
    8845     public Builder toBuilder() { return newBuilder(this); }
     9129    @Override
     9130        public Builder toBuilder() { return newBuilder(this); }
    88469131
    88479132    @java.lang.Override
     
    88679152      }
    88689153
    8869       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     9154      @Override
     9155        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    88709156          internalGetFieldAccessorTable() {
    88719157        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_FieldDescriptorProto_fieldAccessorTable
     
    88939179      }
    88949180
    8895       public Builder clear() {
     9181      @Override
     9182        public Builder clear() {
    88969183        super.clear();
    88979184        name_ = "";
     
    89209207      }
    89219208
    8922       public Builder clone() {
     9209      @Override
     9210        public Builder clone() {
    89239211        return create().mergeFrom(buildPartial());
    89249212      }
    89259213
    8926       public com.google.protobuf.Descriptors.Descriptor
     9214      @Override
     9215        public com.google.protobuf.Descriptors.Descriptor
    89279216          getDescriptorForType() {
    89289217        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_FieldDescriptorProto_descriptor;
    89299218      }
    89309219
    8931       public com.google.protobuf.DescriptorProtos.FieldDescriptorProto getDefaultInstanceForType() {
     9220      @Override
     9221        public com.google.protobuf.DescriptorProtos.FieldDescriptorProto getDefaultInstanceForType() {
    89329222        return com.google.protobuf.DescriptorProtos.FieldDescriptorProto.getDefaultInstance();
    89339223      }
    89349224
    8935       public com.google.protobuf.DescriptorProtos.FieldDescriptorProto build() {
     9225      @Override
     9226        public com.google.protobuf.DescriptorProtos.FieldDescriptorProto build() {
    89369227        com.google.protobuf.DescriptorProtos.FieldDescriptorProto result = buildPartial();
    89379228        if (!result.isInitialized()) {
     
    89419232      }
    89429233
    8943       public com.google.protobuf.DescriptorProtos.FieldDescriptorProto buildPartial() {
     9234      @Override
     9235        public com.google.protobuf.DescriptorProtos.FieldDescriptorProto buildPartial() {
    89449236        com.google.protobuf.DescriptorProtos.FieldDescriptorProto result = new com.google.protobuf.DescriptorProtos.FieldDescriptorProto(this);
    89459237        int from_bitField0_ = bitField0_;
     
    89909282      }
    89919283
    8992       public Builder mergeFrom(com.google.protobuf.Message other) {
     9284      @Override
     9285        public Builder mergeFrom(com.google.protobuf.Message other) {
    89939286        if (other instanceof com.google.protobuf.DescriptorProtos.FieldDescriptorProto) {
    89949287          return mergeFrom((com.google.protobuf.DescriptorProtos.FieldDescriptorProto)other);
     
    90409333      }
    90419334
    9042       public final boolean isInitialized() {
     9335      @Override
     9336        public final boolean isInitialized() {
    90439337        if (hasOptions()) {
    90449338          if (!getOptions().isInitialized()) {
    9045            
     9339
    90469340            return false;
    90479341          }
     
    90509344      }
    90519345
    9052       public Builder mergeFrom(
     9346      @Override
     9347        public Builder mergeFrom(
    90539348          com.google.protobuf.CodedInputStream input,
    90549349          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    90739368       * <code>optional string name = 1;</code>
    90749369       */
    9075       public boolean hasName() {
     9370      @Override
     9371        public boolean hasName() {
    90769372        return ((bitField0_ & 0x00000001) == 0x00000001);
    90779373      }
     
    90799375       * <code>optional string name = 1;</code>
    90809376       */
    9081       public java.lang.String getName() {
     9377      @Override
     9378        public java.lang.String getName() {
    90829379        java.lang.Object ref = name_;
    90839380        if (!(ref instanceof java.lang.String)) {
     
    90969393       * <code>optional string name = 1;</code>
    90979394       */
    9098       public com.google.protobuf.ByteString
     9395      @Override
     9396        public com.google.protobuf.ByteString
    90999397          getNameBytes() {
    91009398        java.lang.Object ref = name_;
    91019399        if (ref instanceof String) {
    9102           com.google.protobuf.ByteString b = 
     9400          com.google.protobuf.ByteString b =
    91039401              com.google.protobuf.ByteString.copyFromUtf8(
    91049402                  (java.lang.String) ref);
     
    91499447       * <code>optional int32 number = 3;</code>
    91509448       */
    9151       public boolean hasNumber() {
     9449      @Override
     9450        public boolean hasNumber() {
    91529451        return ((bitField0_ & 0x00000002) == 0x00000002);
    91539452      }
     
    91559454       * <code>optional int32 number = 3;</code>
    91569455       */
    9157       public int getNumber() {
     9456      @Override
     9457        public int getNumber() {
    91589458        return number_;
    91599459      }
     
    91819481       * <code>optional .google.protobuf.FieldDescriptorProto.Label label = 4;</code>
    91829482       */
    9183       public boolean hasLabel() {
     9483      @Override
     9484        public boolean hasLabel() {
    91849485        return ((bitField0_ & 0x00000004) == 0x00000004);
    91859486      }
     
    91879488       * <code>optional .google.protobuf.FieldDescriptorProto.Label label = 4;</code>
    91889489       */
    9189       public com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label getLabel() {
     9490      @Override
     9491        public com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label getLabel() {
    91909492        return label_;
    91919493      }
     
    92219523       * </pre>
    92229524       */
    9223       public boolean hasType() {
     9525      @Override
     9526        public boolean hasType() {
    92249527        return ((bitField0_ & 0x00000008) == 0x00000008);
    92259528      }
     
    92329535       * </pre>
    92339536       */
    9234       public com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type getType() {
     9537      @Override
     9538        public com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type getType() {
    92359539        return type_;
    92369540      }
     
    92799583       * </pre>
    92809584       */
    9281       public boolean hasTypeName() {
     9585      @Override
     9586        public boolean hasTypeName() {
    92829587        return ((bitField0_ & 0x00000010) == 0x00000010);
    92839588      }
     
    92939598       * </pre>
    92949599       */
    9295       public java.lang.String getTypeName() {
     9600      @Override
     9601        public java.lang.String getTypeName() {
    92969602        java.lang.Object ref = typeName_;
    92979603        if (!(ref instanceof java.lang.String)) {
     
    93189624       * </pre>
    93199625       */
    9320       public com.google.protobuf.ByteString
     9626      @Override
     9627        public com.google.protobuf.ByteString
    93219628          getTypeNameBytes() {
    93229629        java.lang.Object ref = typeName_;
    93239630        if (ref instanceof String) {
    9324           com.google.protobuf.ByteString b = 
     9631          com.google.protobuf.ByteString b =
    93259632              com.google.protobuf.ByteString.copyFromUtf8(
    93269633                  (java.lang.String) ref);
     
    94009707       * </pre>
    94019708       */
    9402       public boolean hasExtendee() {
     9709      @Override
     9710        public boolean hasExtendee() {
    94039711        return ((bitField0_ & 0x00000020) == 0x00000020);
    94049712      }
     
    94119719       * </pre>
    94129720       */
    9413       public java.lang.String getExtendee() {
     9721      @Override
     9722        public java.lang.String getExtendee() {
    94149723        java.lang.Object ref = extendee_;
    94159724        if (!(ref instanceof java.lang.String)) {
     
    94339742       * </pre>
    94349743       */
    9435       public com.google.protobuf.ByteString
     9744      @Override
     9745        public com.google.protobuf.ByteString
    94369746          getExtendeeBytes() {
    94379747        java.lang.Object ref = extendee_;
    94389748        if (ref instanceof String) {
    9439           com.google.protobuf.ByteString b = 
     9749          com.google.protobuf.ByteString b =
    94409750              com.google.protobuf.ByteString.copyFromUtf8(
    94419751                  (java.lang.String) ref);
     
    95099819       * </pre>
    95109820       */
    9511       public boolean hasDefaultValue() {
     9821      @Override
     9822        public boolean hasDefaultValue() {
    95129823        return ((bitField0_ & 0x00000040) == 0x00000040);
    95139824      }
     
    95239834       * </pre>
    95249835       */
    9525       public java.lang.String getDefaultValue() {
     9836      @Override
     9837        public java.lang.String getDefaultValue() {
    95269838        java.lang.Object ref = defaultValue_;
    95279839        if (!(ref instanceof java.lang.String)) {
     
    95489860       * </pre>
    95499861       */
    9550       public com.google.protobuf.ByteString
     9862      @Override
     9863        public com.google.protobuf.ByteString
    95519864          getDefaultValueBytes() {
    95529865        java.lang.Object ref = defaultValue_;
    95539866        if (ref instanceof String) {
    9554           com.google.protobuf.ByteString b = 
     9867          com.google.protobuf.ByteString b =
    95559868              com.google.protobuf.ByteString.copyFromUtf8(
    95569869                  (java.lang.String) ref);
     
    96329945       * </pre>
    96339946       */
    9634       public boolean hasOneofIndex() {
     9947      @Override
     9948        public boolean hasOneofIndex() {
    96359949        return ((bitField0_ & 0x00000080) == 0x00000080);
    96369950      }
     
    96459959       * </pre>
    96469960       */
    9647       public int getOneofIndex() {
     9961      @Override
     9962        public int getOneofIndex() {
    96489963        return oneofIndex_;
    96499964      }
     
    968710002       * <code>optional .google.protobuf.FieldOptions options = 8;</code>
    968810003       */
    9689       public boolean hasOptions() {
     10004      @Override
     10005        public boolean hasOptions() {
    969010006        return ((bitField0_ & 0x00000100) == 0x00000100);
    969110007      }
     
    969310009       * <code>optional .google.protobuf.FieldOptions options = 8;</code>
    969410010       */
    9695       public com.google.protobuf.DescriptorProtos.FieldOptions getOptions() {
     10011      @Override
     10012        public com.google.protobuf.DescriptorProtos.FieldOptions getOptions() {
    969610013        if (optionsBuilder_ == null) {
    969710014          return options_;
     
    977310090       * <code>optional .google.protobuf.FieldOptions options = 8;</code>
    977410091       */
    9775       public com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder getOptionsOrBuilder() {
     10092      @Override
     10093        public com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder getOptionsOrBuilder() {
    977610094        if (optionsBuilder_ != null) {
    977710095          return optionsBuilder_.getMessageOrBuilder();
     
    978410102       */
    978510103      private com.google.protobuf.SingleFieldBuilder<
    9786           com.google.protobuf.DescriptorProtos.FieldOptions, com.google.protobuf.DescriptorProtos.FieldOptions.Builder, com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder> 
     10104          com.google.protobuf.DescriptorProtos.FieldOptions, com.google.protobuf.DescriptorProtos.FieldOptions.Builder, com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder>
    978710105          getOptionsFieldBuilder() {
    978810106        if (optionsBuilder_ == null) {
     
    984810166    }
    984910167
    9850     public OneofDescriptorProto getDefaultInstanceForType() {
     10168    @Override
     10169        public OneofDescriptorProto getDefaultInstanceForType() {
    985110170      return defaultInstance;
    985210171    }
     
    990410223    }
    990510224
    9906     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     10225    @Override
     10226        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    990710227        internalGetFieldAccessorTable() {
    990810228      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_OneofDescriptorProto_fieldAccessorTable
     
    991310233    public static com.google.protobuf.Parser<OneofDescriptorProto> PARSER =
    991410234        new com.google.protobuf.AbstractParser<OneofDescriptorProto>() {
    9915       public OneofDescriptorProto parsePartialFrom(
     10235      @Override
     10236        public OneofDescriptorProto parsePartialFrom(
    991610237          com.google.protobuf.CodedInputStream input,
    991710238          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    993210253     * <code>optional string name = 1;</code>
    993310254     */
    9934     public boolean hasName() {
     10255    @Override
     10256        public boolean hasName() {
    993510257      return ((bitField0_ & 0x00000001) == 0x00000001);
    993610258    }
     
    993810260     * <code>optional string name = 1;</code>
    993910261     */
    9940     public java.lang.String getName() {
     10262    @Override
     10263        public java.lang.String getName() {
    994110264      java.lang.Object ref = name_;
    994210265      if (ref instanceof java.lang.String) {
    994310266        return (java.lang.String) ref;
    994410267      } else {
    9945         com.google.protobuf.ByteString bs = 
     10268        com.google.protobuf.ByteString bs =
    994610269            (com.google.protobuf.ByteString) ref;
    994710270        java.lang.String s = bs.toStringUtf8();
     
    995510278     * <code>optional string name = 1;</code>
    995610279     */
    9957     public com.google.protobuf.ByteString
     10280    @Override
     10281        public com.google.protobuf.ByteString
    995810282        getNameBytes() {
    995910283      java.lang.Object ref = name_;
    996010284      if (ref instanceof java.lang.String) {
    9961         com.google.protobuf.ByteString b = 
     10285        com.google.protobuf.ByteString b =
    996210286            com.google.protobuf.ByteString.copyFromUtf8(
    996310287                (java.lang.String) ref);
     
    997310297    }
    997410298    private byte memoizedIsInitialized = -1;
    9975     public final boolean isInitialized() {
     10299    @Override
     10300        public final boolean isInitialized() {
    997610301      byte isInitialized = memoizedIsInitialized;
    997710302      if (isInitialized == 1) return true;
     
    998210307    }
    998310308
    9984     public void writeTo(com.google.protobuf.CodedOutputStream output)
     10309    @Override
     10310        public void writeTo(com.google.protobuf.CodedOutputStream output)
    998510311                        throws java.io.IOException {
    998610312      getSerializedSize();
     
    999210318
    999310319    private int memoizedSerializedSize = -1;
    9994     public int getSerializedSize() {
     10320    @Override
     10321        public int getSerializedSize() {
    999510322      int size = memoizedSerializedSize;
    999610323      if (size != -1) return size;
     
    1006710394
    1006810395    public static Builder newBuilder() { return Builder.create(); }
    10069     public Builder newBuilderForType() { return newBuilder(); }
     10396    @Override
     10397        public Builder newBuilderForType() { return newBuilder(); }
    1007010398    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.OneofDescriptorProto prototype) {
    1007110399      return newBuilder().mergeFrom(prototype);
    1007210400    }
    10073     public Builder toBuilder() { return newBuilder(this); }
     10401    @Override
     10402        public Builder toBuilder() { return newBuilder(this); }
    1007410403
    1007510404    @java.lang.Override
     
    1009510424      }
    1009610425
    10097       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     10426      @Override
     10427        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    1009810428          internalGetFieldAccessorTable() {
    1009910429        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_OneofDescriptorProto_fieldAccessorTable
     
    1012010450      }
    1012110451
    10122       public Builder clear() {
     10452      @Override
     10453        public Builder clear() {
    1012310454        super.clear();
    1012410455        name_ = "";
     
    1012710458      }
    1012810459
    10129       public Builder clone() {
     10460      @Override
     10461        public Builder clone() {
    1013010462        return create().mergeFrom(buildPartial());
    1013110463      }
    1013210464
    10133       public com.google.protobuf.Descriptors.Descriptor
     10465      @Override
     10466        public com.google.protobuf.Descriptors.Descriptor
    1013410467          getDescriptorForType() {
    1013510468        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_OneofDescriptorProto_descriptor;
    1013610469      }
    1013710470
    10138       public com.google.protobuf.DescriptorProtos.OneofDescriptorProto getDefaultInstanceForType() {
     10471      @Override
     10472        public com.google.protobuf.DescriptorProtos.OneofDescriptorProto getDefaultInstanceForType() {
    1013910473        return com.google.protobuf.DescriptorProtos.OneofDescriptorProto.getDefaultInstance();
    1014010474      }
    1014110475
    10142       public com.google.protobuf.DescriptorProtos.OneofDescriptorProto build() {
     10476      @Override
     10477        public com.google.protobuf.DescriptorProtos.OneofDescriptorProto build() {
    1014310478        com.google.protobuf.DescriptorProtos.OneofDescriptorProto result = buildPartial();
    1014410479        if (!result.isInitialized()) {
     
    1014810483      }
    1014910484
    10150       public com.google.protobuf.DescriptorProtos.OneofDescriptorProto buildPartial() {
     10485      @Override
     10486        public com.google.protobuf.DescriptorProtos.OneofDescriptorProto buildPartial() {
    1015110487        com.google.protobuf.DescriptorProtos.OneofDescriptorProto result = new com.google.protobuf.DescriptorProtos.OneofDescriptorProto(this);
    1015210488        int from_bitField0_ = bitField0_;
     
    1016110497      }
    1016210498
    10163       public Builder mergeFrom(com.google.protobuf.Message other) {
     10499      @Override
     10500        public Builder mergeFrom(com.google.protobuf.Message other) {
    1016410501        if (other instanceof com.google.protobuf.DescriptorProtos.OneofDescriptorProto) {
    1016510502          return mergeFrom((com.google.protobuf.DescriptorProtos.OneofDescriptorProto)other);
     
    1018110518      }
    1018210519
    10183       public final boolean isInitialized() {
     10520      @Override
     10521        public final boolean isInitialized() {
    1018410522        return true;
    1018510523      }
    1018610524
    10187       public Builder mergeFrom(
     10525      @Override
     10526        public Builder mergeFrom(
    1018810527          com.google.protobuf.CodedInputStream input,
    1018910528          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1020810547       * <code>optional string name = 1;</code>
    1020910548       */
    10210       public boolean hasName() {
     10549      @Override
     10550        public boolean hasName() {
    1021110551        return ((bitField0_ & 0x00000001) == 0x00000001);
    1021210552      }
     
    1021410554       * <code>optional string name = 1;</code>
    1021510555       */
    10216       public java.lang.String getName() {
     10556      @Override
     10557        public java.lang.String getName() {
    1021710558        java.lang.Object ref = name_;
    1021810559        if (!(ref instanceof java.lang.String)) {
     
    1023110572       * <code>optional string name = 1;</code>
    1023210573       */
    10233       public com.google.protobuf.ByteString
     10574      @Override
     10575        public com.google.protobuf.ByteString
    1023410576          getNameBytes() {
    1023510577        java.lang.Object ref = name_;
    1023610578        if (ref instanceof String) {
    10237           com.google.protobuf.ByteString b = 
     10579          com.google.protobuf.ByteString b =
    1023810580              com.google.protobuf.ByteString.copyFromUtf8(
    1023910581                  (java.lang.String) ref);
     
    1031210654     * <code>repeated .google.protobuf.EnumValueDescriptorProto value = 2;</code>
    1031310655     */
    10314     java.util.List<com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto> 
     10656    java.util.List<com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto>
    1031510657        getValueList();
    1031610658    /**
     
    1032510667     * <code>repeated .google.protobuf.EnumValueDescriptorProto value = 2;</code>
    1032610668     */
    10327     java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder> 
     10669    java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder>
    1032810670        getValueOrBuilderList();
    1032910671    /**
     
    1036910711    }
    1037010712
    10371     public EnumDescriptorProto getDefaultInstanceForType() {
     10713    @Override
     10714        public EnumDescriptorProto getDefaultInstanceForType() {
    1037210715      return defaultInstance;
    1037310716    }
     
    1044910792    }
    1045010793
    10451     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     10794    @Override
     10795        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    1045210796        internalGetFieldAccessorTable() {
    1045310797      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_EnumDescriptorProto_fieldAccessorTable
     
    1045810802    public static com.google.protobuf.Parser<EnumDescriptorProto> PARSER =
    1045910803        new com.google.protobuf.AbstractParser<EnumDescriptorProto>() {
    10460       public EnumDescriptorProto parsePartialFrom(
     10804      @Override
     10805        public EnumDescriptorProto parsePartialFrom(
    1046110806          com.google.protobuf.CodedInputStream input,
    1046210807          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1047710822     * <code>optional string name = 1;</code>
    1047810823     */
    10479     public boolean hasName() {
     10824    @Override
     10825        public boolean hasName() {
    1048010826      return ((bitField0_ & 0x00000001) == 0x00000001);
    1048110827    }
     
    1048310829     * <code>optional string name = 1;</code>
    1048410830     */
    10485     public java.lang.String getName() {
     10831    @Override
     10832        public java.lang.String getName() {
    1048610833      java.lang.Object ref = name_;
    1048710834      if (ref instanceof java.lang.String) {
    1048810835        return (java.lang.String) ref;
    1048910836      } else {
    10490         com.google.protobuf.ByteString bs = 
     10837        com.google.protobuf.ByteString bs =
    1049110838            (com.google.protobuf.ByteString) ref;
    1049210839        java.lang.String s = bs.toStringUtf8();
     
    1050010847     * <code>optional string name = 1;</code>
    1050110848     */
    10502     public com.google.protobuf.ByteString
     10849    @Override
     10850        public com.google.protobuf.ByteString
    1050310851        getNameBytes() {
    1050410852      java.lang.Object ref = name_;
    1050510853      if (ref instanceof java.lang.String) {
    10506         com.google.protobuf.ByteString b = 
     10854        com.google.protobuf.ByteString b =
    1050710855            com.google.protobuf.ByteString.copyFromUtf8(
    1050810856                (java.lang.String) ref);
     
    1051910867     * <code>repeated .google.protobuf.EnumValueDescriptorProto value = 2;</code>
    1052010868     */
    10521     public java.util.List<com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto> getValueList() {
     10869    @Override
     10870        public java.util.List<com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto> getValueList() {
    1052210871      return value_;
    1052310872    }
     
    1052510874     * <code>repeated .google.protobuf.EnumValueDescriptorProto value = 2;</code>
    1052610875     */
    10527     public java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder>
     10876    @Override
     10877        public java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder>
    1052810878        getValueOrBuilderList() {
    1052910879      return value_;
     
    1053210882     * <code>repeated .google.protobuf.EnumValueDescriptorProto value = 2;</code>
    1053310883     */
    10534     public int getValueCount() {
     10884    @Override
     10885        public int getValueCount() {
    1053510886      return value_.size();
    1053610887    }
     
    1053810889     * <code>repeated .google.protobuf.EnumValueDescriptorProto value = 2;</code>
    1053910890     */
    10540     public com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto getValue(int index) {
     10891    @Override
     10892        public com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto getValue(int index) {
    1054110893      return value_.get(index);
    1054210894    }
     
    1054410896     * <code>repeated .google.protobuf.EnumValueDescriptorProto value = 2;</code>
    1054510897     */
    10546     public com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder getValueOrBuilder(
     10898    @Override
     10899        public com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder getValueOrBuilder(
    1054710900        int index) {
    1054810901      return value_.get(index);
     
    1055410907     * <code>optional .google.protobuf.EnumOptions options = 3;</code>
    1055510908     */
    10556     public boolean hasOptions() {
     10909    @Override
     10910        public boolean hasOptions() {
    1055710911      return ((bitField0_ & 0x00000002) == 0x00000002);
    1055810912    }
     
    1056010914     * <code>optional .google.protobuf.EnumOptions options = 3;</code>
    1056110915     */
    10562     public com.google.protobuf.DescriptorProtos.EnumOptions getOptions() {
     10916    @Override
     10917        public com.google.protobuf.DescriptorProtos.EnumOptions getOptions() {
    1056310918      return options_;
    1056410919    }
     
    1056610921     * <code>optional .google.protobuf.EnumOptions options = 3;</code>
    1056710922     */
    10568     public com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder getOptionsOrBuilder() {
     10923    @Override
     10924        public com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder getOptionsOrBuilder() {
    1056910925      return options_;
    1057010926    }
     
    1057610932    }
    1057710933    private byte memoizedIsInitialized = -1;
    10578     public final boolean isInitialized() {
     10934    @Override
     10935        public final boolean isInitialized() {
    1057910936      byte isInitialized = memoizedIsInitialized;
    1058010937      if (isInitialized == 1) return true;
     
    1059710954    }
    1059810955
    10599     public void writeTo(com.google.protobuf.CodedOutputStream output)
     10956    @Override
     10957        public void writeTo(com.google.protobuf.CodedOutputStream output)
    1060010958                        throws java.io.IOException {
    1060110959      getSerializedSize();
     
    1061310971
    1061410972    private int memoizedSerializedSize = -1;
    10615     public int getSerializedSize() {
     10973    @Override
     10974        public int getSerializedSize() {
    1061610975      int size = memoizedSerializedSize;
    1061710976      if (size != -1) return size;
     
    1069611055
    1069711056    public static Builder newBuilder() { return Builder.create(); }
    10698     public Builder newBuilderForType() { return newBuilder(); }
     11057    @Override
     11058        public Builder newBuilderForType() { return newBuilder(); }
    1069911059    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.EnumDescriptorProto prototype) {
    1070011060      return newBuilder().mergeFrom(prototype);
    1070111061    }
    10702     public Builder toBuilder() { return newBuilder(this); }
     11062    @Override
     11063        public Builder toBuilder() { return newBuilder(this); }
    1070311064
    1070411065    @java.lang.Override
     
    1072411085      }
    1072511086
    10726       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     11087      @Override
     11088        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    1072711089          internalGetFieldAccessorTable() {
    1072811090        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_EnumDescriptorProto_fieldAccessorTable
     
    1075111113      }
    1075211114
    10753       public Builder clear() {
     11115      @Override
     11116        public Builder clear() {
    1075411117        super.clear();
    1075511118        name_ = "";
     
    1077011133      }
    1077111134
    10772       public Builder clone() {
     11135      @Override
     11136        public Builder clone() {
    1077311137        return create().mergeFrom(buildPartial());
    1077411138      }
    1077511139
    10776       public com.google.protobuf.Descriptors.Descriptor
     11140      @Override
     11141        public com.google.protobuf.Descriptors.Descriptor
    1077711142          getDescriptorForType() {
    1077811143        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_EnumDescriptorProto_descriptor;
    1077911144      }
    1078011145
    10781       public com.google.protobuf.DescriptorProtos.EnumDescriptorProto getDefaultInstanceForType() {
     11146      @Override
     11147        public com.google.protobuf.DescriptorProtos.EnumDescriptorProto getDefaultInstanceForType() {
    1078211148        return com.google.protobuf.DescriptorProtos.EnumDescriptorProto.getDefaultInstance();
    1078311149      }
    1078411150
    10785       public com.google.protobuf.DescriptorProtos.EnumDescriptorProto build() {
     11151      @Override
     11152        public com.google.protobuf.DescriptorProtos.EnumDescriptorProto build() {
    1078611153        com.google.protobuf.DescriptorProtos.EnumDescriptorProto result = buildPartial();
    1078711154        if (!result.isInitialized()) {
     
    1079111158      }
    1079211159
    10793       public com.google.protobuf.DescriptorProtos.EnumDescriptorProto buildPartial() {
     11160      @Override
     11161        public com.google.protobuf.DescriptorProtos.EnumDescriptorProto buildPartial() {
    1079411162        com.google.protobuf.DescriptorProtos.EnumDescriptorProto result = new com.google.protobuf.DescriptorProtos.EnumDescriptorProto(this);
    1079511163        int from_bitField0_ = bitField0_;
     
    1082111189      }
    1082211190
    10823       public Builder mergeFrom(com.google.protobuf.Message other) {
     11191      @Override
     11192        public Builder mergeFrom(com.google.protobuf.Message other) {
    1082411193        if (other instanceof com.google.protobuf.DescriptorProtos.EnumDescriptorProto) {
    1082511194          return mergeFrom((com.google.protobuf.DescriptorProtos.EnumDescriptorProto)other);
     
    1085511224              value_ = other.value_;
    1085611225              bitField0_ = (bitField0_ & ~0x00000002);
    10857               valueBuilder_ = 
     11226              valueBuilder_ =
    1085811227                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    1085911228                   getValueFieldBuilder() : null;
     
    1087011239      }
    1087111240
    10872       public final boolean isInitialized() {
     11241      @Override
     11242        public final boolean isInitialized() {
    1087311243        for (int i = 0; i < getValueCount(); i++) {
    1087411244          if (!getValue(i).isInitialized()) {
    10875            
     11245
    1087611246            return false;
    1087711247          }
     
    1087911249        if (hasOptions()) {
    1088011250          if (!getOptions().isInitialized()) {
    10881            
     11251
    1088211252            return false;
    1088311253          }
     
    1088611256      }
    1088711257
    10888       public Builder mergeFrom(
     11258      @Override
     11259        public Builder mergeFrom(
    1088911260          com.google.protobuf.CodedInputStream input,
    1089011261          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1090911280       * <code>optional string name = 1;</code>
    1091011281       */
    10911       public boolean hasName() {
     11282      @Override
     11283        public boolean hasName() {
    1091211284        return ((bitField0_ & 0x00000001) == 0x00000001);
    1091311285      }
     
    1091511287       * <code>optional string name = 1;</code>
    1091611288       */
    10917       public java.lang.String getName() {
     11289      @Override
     11290        public java.lang.String getName() {
    1091811291        java.lang.Object ref = name_;
    1091911292        if (!(ref instanceof java.lang.String)) {
     
    1093211305       * <code>optional string name = 1;</code>
    1093311306       */
    10934       public com.google.protobuf.ByteString
     11307      @Override
     11308        public com.google.protobuf.ByteString
    1093511309          getNameBytes() {
    1093611310        java.lang.Object ref = name_;
    1093711311        if (ref instanceof String) {
    10938           com.google.protobuf.ByteString b = 
     11312          com.google.protobuf.ByteString b =
    1093911313              com.google.protobuf.ByteString.copyFromUtf8(
    1094011314                  (java.lang.String) ref);
     
    1099611370       * <code>repeated .google.protobuf.EnumValueDescriptorProto value = 2;</code>
    1099711371       */
    10998       public java.util.List<com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto> getValueList() {
     11372      @Override
     11373        public java.util.List<com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto> getValueList() {
    1099911374        if (valueBuilder_ == null) {
    1100011375          return java.util.Collections.unmodifiableList(value_);
     
    1100611381       * <code>repeated .google.protobuf.EnumValueDescriptorProto value = 2;</code>
    1100711382       */
    11008       public int getValueCount() {
     11383      @Override
     11384        public int getValueCount() {
    1100911385        if (valueBuilder_ == null) {
    1101011386          return value_.size();
     
    1101611392       * <code>repeated .google.protobuf.EnumValueDescriptorProto value = 2;</code>
    1101711393       */
    11018       public com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto getValue(int index) {
     11394      @Override
     11395        public com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto getValue(int index) {
    1101911396        if (valueBuilder_ == null) {
    1102011397          return value_.get(index);
     
    1116611543       * <code>repeated .google.protobuf.EnumValueDescriptorProto value = 2;</code>
    1116711544       */
    11168       public com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder getValueOrBuilder(
     11545      @Override
     11546        public com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder getValueOrBuilder(
    1116911547          int index) {
    1117011548        if (valueBuilder_ == null) {
     
    1117611554       * <code>repeated .google.protobuf.EnumValueDescriptorProto value = 2;</code>
    1117711555       */
    11178       public java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder>
     11556      @Override
     11557        public java.util.List<? extends com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder>
    1117911558           getValueOrBuilderList() {
    1118011559        if (valueBuilder_ != null) {
     
    1120211581       * <code>repeated .google.protobuf.EnumValueDescriptorProto value = 2;</code>
    1120311582       */
    11204       public java.util.List<com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder> 
     11583      public java.util.List<com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder>
    1120511584           getValueBuilderList() {
    1120611585        return getValueFieldBuilder().getBuilderList();
    1120711586      }
    1120811587      private com.google.protobuf.RepeatedFieldBuilder<
    11209           com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto, com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder> 
     11588          com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto, com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder>
    1121011589          getValueFieldBuilder() {
    1121111590        if (valueBuilder_ == null) {
     
    1122611605       * <code>optional .google.protobuf.EnumOptions options = 3;</code>
    1122711606       */
    11228       public boolean hasOptions() {
     11607      @Override
     11608        public boolean hasOptions() {
    1122911609        return ((bitField0_ & 0x00000004) == 0x00000004);
    1123011610      }
     
    1123211612       * <code>optional .google.protobuf.EnumOptions options = 3;</code>
    1123311613       */
    11234       public com.google.protobuf.DescriptorProtos.EnumOptions getOptions() {
     11614      @Override
     11615        public com.google.protobuf.DescriptorProtos.EnumOptions getOptions() {
    1123511616        if (optionsBuilder_ == null) {
    1123611617          return options_;
     
    1131211693       * <code>optional .google.protobuf.EnumOptions options = 3;</code>
    1131311694       */
    11314       public com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder getOptionsOrBuilder() {
     11695      @Override
     11696        public com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder getOptionsOrBuilder() {
    1131511697        if (optionsBuilder_ != null) {
    1131611698          return optionsBuilder_.getMessageOrBuilder();
     
    1132311705       */
    1132411706      private com.google.protobuf.SingleFieldBuilder<
    11325           com.google.protobuf.DescriptorProtos.EnumOptions, com.google.protobuf.DescriptorProtos.EnumOptions.Builder, com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder> 
     11707          com.google.protobuf.DescriptorProtos.EnumOptions, com.google.protobuf.DescriptorProtos.EnumOptions.Builder, com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder>
    1132611708          getOptionsFieldBuilder() {
    1132711709        if (optionsBuilder_ == null) {
     
    1140911791    }
    1141011792
    11411     public EnumValueDescriptorProto getDefaultInstanceForType() {
     11793    @Override
     11794        public EnumValueDescriptorProto getDefaultInstanceForType() {
    1141211795      return defaultInstance;
    1141311796    }
     
    1148311866    }
    1148411867
    11485     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     11868    @Override
     11869        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    1148611870        internalGetFieldAccessorTable() {
    1148711871      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_EnumValueDescriptorProto_fieldAccessorTable
     
    1149211876    public static com.google.protobuf.Parser<EnumValueDescriptorProto> PARSER =
    1149311877        new com.google.protobuf.AbstractParser<EnumValueDescriptorProto>() {
    11494       public EnumValueDescriptorProto parsePartialFrom(
     11878      @Override
     11879        public EnumValueDescriptorProto parsePartialFrom(
    1149511880          com.google.protobuf.CodedInputStream input,
    1149611881          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1151111896     * <code>optional string name = 1;</code>
    1151211897     */
    11513     public boolean hasName() {
     11898    @Override
     11899        public boolean hasName() {
    1151411900      return ((bitField0_ & 0x00000001) == 0x00000001);
    1151511901    }
     
    1151711903     * <code>optional string name = 1;</code>
    1151811904     */
    11519     public java.lang.String getName() {
     11905    @Override
     11906        public java.lang.String getName() {
    1152011907      java.lang.Object ref = name_;
    1152111908      if (ref instanceof java.lang.String) {
    1152211909        return (java.lang.String) ref;
    1152311910      } else {
    11524         com.google.protobuf.ByteString bs = 
     11911        com.google.protobuf.ByteString bs =
    1152511912            (com.google.protobuf.ByteString) ref;
    1152611913        java.lang.String s = bs.toStringUtf8();
     
    1153411921     * <code>optional string name = 1;</code>
    1153511922     */
    11536     public com.google.protobuf.ByteString
     11923    @Override
     11924        public com.google.protobuf.ByteString
    1153711925        getNameBytes() {
    1153811926      java.lang.Object ref = name_;
    1153911927      if (ref instanceof java.lang.String) {
    11540         com.google.protobuf.ByteString b = 
     11928        com.google.protobuf.ByteString b =
    1154111929            com.google.protobuf.ByteString.copyFromUtf8(
    1154211930                (java.lang.String) ref);
     
    1155311941     * <code>optional int32 number = 2;</code>
    1155411942     */
    11555     public boolean hasNumber() {
     11943    @Override
     11944        public boolean hasNumber() {
    1155611945      return ((bitField0_ & 0x00000002) == 0x00000002);
    1155711946    }
     
    1155911948     * <code>optional int32 number = 2;</code>
    1156011949     */
    11561     public int getNumber() {
     11950    @Override
     11951        public int getNumber() {
    1156211952      return number_;
    1156311953    }
     
    1156811958     * <code>optional .google.protobuf.EnumValueOptions options = 3;</code>
    1156911959     */
    11570     public boolean hasOptions() {
     11960    @Override
     11961        public boolean hasOptions() {
    1157111962      return ((bitField0_ & 0x00000004) == 0x00000004);
    1157211963    }
     
    1157411965     * <code>optional .google.protobuf.EnumValueOptions options = 3;</code>
    1157511966     */
    11576     public com.google.protobuf.DescriptorProtos.EnumValueOptions getOptions() {
     11967    @Override
     11968        public com.google.protobuf.DescriptorProtos.EnumValueOptions getOptions() {
    1157711969      return options_;
    1157811970    }
     
    1158011972     * <code>optional .google.protobuf.EnumValueOptions options = 3;</code>
    1158111973     */
    11582     public com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder getOptionsOrBuilder() {
     11974    @Override
     11975        public com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder getOptionsOrBuilder() {
    1158311976      return options_;
    1158411977    }
     
    1159011983    }
    1159111984    private byte memoizedIsInitialized = -1;
    11592     public final boolean isInitialized() {
     11985    @Override
     11986        public final boolean isInitialized() {
    1159311987      byte isInitialized = memoizedIsInitialized;
    1159411988      if (isInitialized == 1) return true;
     
    1160511999    }
    1160612000
    11607     public void writeTo(com.google.protobuf.CodedOutputStream output)
     12001    @Override
     12002        public void writeTo(com.google.protobuf.CodedOutputStream output)
    1160812003                        throws java.io.IOException {
    1160912004      getSerializedSize();
     
    1162112016
    1162212017    private int memoizedSerializedSize = -1;
    11623     public int getSerializedSize() {
     12018    @Override
     12019        public int getSerializedSize() {
    1162412020      int size = memoizedSerializedSize;
    1162512021      if (size != -1) return size;
     
    1170412100
    1170512101    public static Builder newBuilder() { return Builder.create(); }
    11706     public Builder newBuilderForType() { return newBuilder(); }
     12102    @Override
     12103        public Builder newBuilderForType() { return newBuilder(); }
    1170712104    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto prototype) {
    1170812105      return newBuilder().mergeFrom(prototype);
    1170912106    }
    11710     public Builder toBuilder() { return newBuilder(this); }
     12107    @Override
     12108        public Builder toBuilder() { return newBuilder(this); }
    1171112109
    1171212110    @java.lang.Override
     
    1173212130      }
    1173312131
    11734       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     12132      @Override
     12133        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    1173512134          internalGetFieldAccessorTable() {
    1173612135        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_EnumValueDescriptorProto_fieldAccessorTable
     
    1175812157      }
    1175912158
    11760       public Builder clear() {
     12159      @Override
     12160        public Builder clear() {
    1176112161        super.clear();
    1176212162        name_ = "";
     
    1177312173      }
    1177412174
    11775       public Builder clone() {
     12175      @Override
     12176        public Builder clone() {
    1177612177        return create().mergeFrom(buildPartial());
    1177712178      }
    1177812179
    11779       public com.google.protobuf.Descriptors.Descriptor
     12180      @Override
     12181        public com.google.protobuf.Descriptors.Descriptor
    1178012182          getDescriptorForType() {
    1178112183        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_EnumValueDescriptorProto_descriptor;
    1178212184      }
    1178312185
    11784       public com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto getDefaultInstanceForType() {
     12186      @Override
     12187        public com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto getDefaultInstanceForType() {
    1178512188        return com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.getDefaultInstance();
    1178612189      }
    1178712190
    11788       public com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto build() {
     12191      @Override
     12192        public com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto build() {
    1178912193        com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto result = buildPartial();
    1179012194        if (!result.isInitialized()) {
     
    1179412198      }
    1179512199
    11796       public com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto buildPartial() {
     12200      @Override
     12201        public com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto buildPartial() {
    1179712202        com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto result = new com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto(this);
    1179812203        int from_bitField0_ = bitField0_;
     
    1181912224      }
    1182012225
    11821       public Builder mergeFrom(com.google.protobuf.Message other) {
     12226      @Override
     12227        public Builder mergeFrom(com.google.protobuf.Message other) {
    1182212228        if (other instanceof com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto) {
    1182312229          return mergeFrom((com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto)other);
     
    1184512251      }
    1184612252
    11847       public final boolean isInitialized() {
     12253      @Override
     12254        public final boolean isInitialized() {
    1184812255        if (hasOptions()) {
    1184912256          if (!getOptions().isInitialized()) {
    11850            
     12257
    1185112258            return false;
    1185212259          }
     
    1185512262      }
    1185612263
    11857       public Builder mergeFrom(
     12264      @Override
     12265        public Builder mergeFrom(
    1185812266          com.google.protobuf.CodedInputStream input,
    1185912267          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1187812286       * <code>optional string name = 1;</code>
    1187912287       */
    11880       public boolean hasName() {
     12288      @Override
     12289        public boolean hasName() {
    1188112290        return ((bitField0_ & 0x00000001) == 0x00000001);
    1188212291      }
     
    1188412293       * <code>optional string name = 1;</code>
    1188512294       */
    11886       public java.lang.String getName() {
     12295      @Override
     12296        public java.lang.String getName() {
    1188712297        java.lang.Object ref = name_;
    1188812298        if (!(ref instanceof java.lang.String)) {
     
    1190112311       * <code>optional string name = 1;</code>
    1190212312       */
    11903       public com.google.protobuf.ByteString
     12313      @Override
     12314        public com.google.protobuf.ByteString
    1190412315          getNameBytes() {
    1190512316        java.lang.Object ref = name_;
    1190612317        if (ref instanceof String) {
    11907           com.google.protobuf.ByteString b = 
     12318          com.google.protobuf.ByteString b =
    1190812319              com.google.protobuf.ByteString.copyFromUtf8(
    1190912320                  (java.lang.String) ref);
     
    1195412365       * <code>optional int32 number = 2;</code>
    1195512366       */
    11956       public boolean hasNumber() {
     12367      @Override
     12368        public boolean hasNumber() {
    1195712369        return ((bitField0_ & 0x00000002) == 0x00000002);
    1195812370      }
     
    1196012372       * <code>optional int32 number = 2;</code>
    1196112373       */
    11962       public int getNumber() {
     12374      @Override
     12375        public int getNumber() {
    1196312376        return number_;
    1196412377      }
     
    1198812401       * <code>optional .google.protobuf.EnumValueOptions options = 3;</code>
    1198912402       */
    11990       public boolean hasOptions() {
     12403      @Override
     12404        public boolean hasOptions() {
    1199112405        return ((bitField0_ & 0x00000004) == 0x00000004);
    1199212406      }
     
    1199412408       * <code>optional .google.protobuf.EnumValueOptions options = 3;</code>
    1199512409       */
    11996       public com.google.protobuf.DescriptorProtos.EnumValueOptions getOptions() {
     12410      @Override
     12411        public com.google.protobuf.DescriptorProtos.EnumValueOptions getOptions() {
    1199712412        if (optionsBuilder_ == null) {
    1199812413          return options_;
     
    1207412489       * <code>optional .google.protobuf.EnumValueOptions options = 3;</code>
    1207512490       */
    12076       public com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder getOptionsOrBuilder() {
     12491      @Override
     12492        public com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder getOptionsOrBuilder() {
    1207712493        if (optionsBuilder_ != null) {
    1207812494          return optionsBuilder_.getMessageOrBuilder();
     
    1208512501       */
    1208612502      private com.google.protobuf.SingleFieldBuilder<
    12087           com.google.protobuf.DescriptorProtos.EnumValueOptions, com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder, com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder> 
     12503          com.google.protobuf.DescriptorProtos.EnumValueOptions, com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder, com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder>
    1208812504          getOptionsFieldBuilder() {
    1208912505        if (optionsBuilder_ == null) {
     
    1212912545     * <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
    1213012546     */
    12131     java.util.List<com.google.protobuf.DescriptorProtos.MethodDescriptorProto> 
     12547    java.util.List<com.google.protobuf.DescriptorProtos.MethodDescriptorProto>
    1213212548        getMethodList();
    1213312549    /**
     
    1214212558     * <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
    1214312559     */
    12144     java.util.List<? extends com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder> 
     12560    java.util.List<? extends com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder>
    1214512561        getMethodOrBuilderList();
    1214612562    /**
     
    1218612602    }
    1218712603
    12188     public ServiceDescriptorProto getDefaultInstanceForType() {
     12604    @Override
     12605        public ServiceDescriptorProto getDefaultInstanceForType() {
    1218912606      return defaultInstance;
    1219012607    }
     
    1226612683    }
    1226712684
    12268     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     12685    @Override
     12686        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    1226912687        internalGetFieldAccessorTable() {
    1227012688      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_ServiceDescriptorProto_fieldAccessorTable
     
    1227512693    public static com.google.protobuf.Parser<ServiceDescriptorProto> PARSER =
    1227612694        new com.google.protobuf.AbstractParser<ServiceDescriptorProto>() {
    12277       public ServiceDescriptorProto parsePartialFrom(
     12695      @Override
     12696        public ServiceDescriptorProto parsePartialFrom(
    1227812697          com.google.protobuf.CodedInputStream input,
    1227912698          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1229412713     * <code>optional string name = 1;</code>
    1229512714     */
    12296     public boolean hasName() {
     12715    @Override
     12716        public boolean hasName() {
    1229712717      return ((bitField0_ & 0x00000001) == 0x00000001);
    1229812718    }
     
    1230012720     * <code>optional string name = 1;</code>
    1230112721     */
    12302     public java.lang.String getName() {
     12722    @Override
     12723        public java.lang.String getName() {
    1230312724      java.lang.Object ref = name_;
    1230412725      if (ref instanceof java.lang.String) {
    1230512726        return (java.lang.String) ref;
    1230612727      } else {
    12307         com.google.protobuf.ByteString bs = 
     12728        com.google.protobuf.ByteString bs =
    1230812729            (com.google.protobuf.ByteString) ref;
    1230912730        java.lang.String s = bs.toStringUtf8();
     
    1231712738     * <code>optional string name = 1;</code>
    1231812739     */
    12319     public com.google.protobuf.ByteString
     12740    @Override
     12741        public com.google.protobuf.ByteString
    1232012742        getNameBytes() {
    1232112743      java.lang.Object ref = name_;
    1232212744      if (ref instanceof java.lang.String) {
    12323         com.google.protobuf.ByteString b = 
     12745        com.google.protobuf.ByteString b =
    1232412746            com.google.protobuf.ByteString.copyFromUtf8(
    1232512747                (java.lang.String) ref);
     
    1233612758     * <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
    1233712759     */
    12338     public java.util.List<com.google.protobuf.DescriptorProtos.MethodDescriptorProto> getMethodList() {
     12760    @Override
     12761        public java.util.List<com.google.protobuf.DescriptorProtos.MethodDescriptorProto> getMethodList() {
    1233912762      return method_;
    1234012763    }
     
    1234212765     * <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
    1234312766     */
    12344     public java.util.List<? extends com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder>
     12767    @Override
     12768        public java.util.List<? extends com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder>
    1234512769        getMethodOrBuilderList() {
    1234612770      return method_;
     
    1234912773     * <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
    1235012774     */
    12351     public int getMethodCount() {
     12775    @Override
     12776        public int getMethodCount() {
    1235212777      return method_.size();
    1235312778    }
     
    1235512780     * <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
    1235612781     */
    12357     public com.google.protobuf.DescriptorProtos.MethodDescriptorProto getMethod(int index) {
     12782    @Override
     12783        public com.google.protobuf.DescriptorProtos.MethodDescriptorProto getMethod(int index) {
    1235812784      return method_.get(index);
    1235912785    }
     
    1236112787     * <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
    1236212788     */
    12363     public com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder getMethodOrBuilder(
     12789    @Override
     12790        public com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder getMethodOrBuilder(
    1236412791        int index) {
    1236512792      return method_.get(index);
     
    1237112798     * <code>optional .google.protobuf.ServiceOptions options = 3;</code>
    1237212799     */
    12373     public boolean hasOptions() {
     12800    @Override
     12801        public boolean hasOptions() {
    1237412802      return ((bitField0_ & 0x00000002) == 0x00000002);
    1237512803    }
     
    1237712805     * <code>optional .google.protobuf.ServiceOptions options = 3;</code>
    1237812806     */
    12379     public com.google.protobuf.DescriptorProtos.ServiceOptions getOptions() {
     12807    @Override
     12808        public com.google.protobuf.DescriptorProtos.ServiceOptions getOptions() {
    1238012809      return options_;
    1238112810    }
     
    1238312812     * <code>optional .google.protobuf.ServiceOptions options = 3;</code>
    1238412813     */
    12385     public com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder getOptionsOrBuilder() {
     12814    @Override
     12815        public com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder getOptionsOrBuilder() {
    1238612816      return options_;
    1238712817    }
     
    1239312823    }
    1239412824    private byte memoizedIsInitialized = -1;
    12395     public final boolean isInitialized() {
     12825    @Override
     12826        public final boolean isInitialized() {
    1239612827      byte isInitialized = memoizedIsInitialized;
    1239712828      if (isInitialized == 1) return true;
     
    1241412845    }
    1241512846
    12416     public void writeTo(com.google.protobuf.CodedOutputStream output)
     12847    @Override
     12848        public void writeTo(com.google.protobuf.CodedOutputStream output)
    1241712849                        throws java.io.IOException {
    1241812850      getSerializedSize();
     
    1243012862
    1243112863    private int memoizedSerializedSize = -1;
    12432     public int getSerializedSize() {
     12864    @Override
     12865        public int getSerializedSize() {
    1243312866      int size = memoizedSerializedSize;
    1243412867      if (size != -1) return size;
     
    1251312946
    1251412947    public static Builder newBuilder() { return Builder.create(); }
    12515     public Builder newBuilderForType() { return newBuilder(); }
     12948    @Override
     12949        public Builder newBuilderForType() { return newBuilder(); }
    1251612950    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.ServiceDescriptorProto prototype) {
    1251712951      return newBuilder().mergeFrom(prototype);
    1251812952    }
    12519     public Builder toBuilder() { return newBuilder(this); }
     12953    @Override
     12954        public Builder toBuilder() { return newBuilder(this); }
    1252012955
    1252112956    @java.lang.Override
     
    1254112976      }
    1254212977
    12543       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     12978      @Override
     12979        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    1254412980          internalGetFieldAccessorTable() {
    1254512981        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_ServiceDescriptorProto_fieldAccessorTable
     
    1256813004      }
    1256913005
    12570       public Builder clear() {
     13006      @Override
     13007        public Builder clear() {
    1257113008        super.clear();
    1257213009        name_ = "";
     
    1258713024      }
    1258813025
    12589       public Builder clone() {
     13026      @Override
     13027        public Builder clone() {
    1259013028        return create().mergeFrom(buildPartial());
    1259113029      }
    1259213030
    12593       public com.google.protobuf.Descriptors.Descriptor
     13031      @Override
     13032        public com.google.protobuf.Descriptors.Descriptor
    1259413033          getDescriptorForType() {
    1259513034        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_ServiceDescriptorProto_descriptor;
    1259613035      }
    1259713036
    12598       public com.google.protobuf.DescriptorProtos.ServiceDescriptorProto getDefaultInstanceForType() {
     13037      @Override
     13038        public com.google.protobuf.DescriptorProtos.ServiceDescriptorProto getDefaultInstanceForType() {
    1259913039        return com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.getDefaultInstance();
    1260013040      }
    1260113041
    12602       public com.google.protobuf.DescriptorProtos.ServiceDescriptorProto build() {
     13042      @Override
     13043        public com.google.protobuf.DescriptorProtos.ServiceDescriptorProto build() {
    1260313044        com.google.protobuf.DescriptorProtos.ServiceDescriptorProto result = buildPartial();
    1260413045        if (!result.isInitialized()) {
     
    1260813049      }
    1260913050
    12610       public com.google.protobuf.DescriptorProtos.ServiceDescriptorProto buildPartial() {
     13051      @Override
     13052        public com.google.protobuf.DescriptorProtos.ServiceDescriptorProto buildPartial() {
    1261113053        com.google.protobuf.DescriptorProtos.ServiceDescriptorProto result = new com.google.protobuf.DescriptorProtos.ServiceDescriptorProto(this);
    1261213054        int from_bitField0_ = bitField0_;
     
    1263813080      }
    1263913081
    12640       public Builder mergeFrom(com.google.protobuf.Message other) {
     13082      @Override
     13083        public Builder mergeFrom(com.google.protobuf.Message other) {
    1264113084        if (other instanceof com.google.protobuf.DescriptorProtos.ServiceDescriptorProto) {
    1264213085          return mergeFrom((com.google.protobuf.DescriptorProtos.ServiceDescriptorProto)other);
     
    1267213115              method_ = other.method_;
    1267313116              bitField0_ = (bitField0_ & ~0x00000002);
    12674               methodBuilder_ = 
     13117              methodBuilder_ =
    1267513118                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    1267613119                   getMethodFieldBuilder() : null;
     
    1268713130      }
    1268813131
    12689       public final boolean isInitialized() {
     13132      @Override
     13133        public final boolean isInitialized() {
    1269013134        for (int i = 0; i < getMethodCount(); i++) {
    1269113135          if (!getMethod(i).isInitialized()) {
    12692            
     13136
    1269313137            return false;
    1269413138          }
     
    1269613140        if (hasOptions()) {
    1269713141          if (!getOptions().isInitialized()) {
    12698            
     13142
    1269913143            return false;
    1270013144          }
     
    1270313147      }
    1270413148
    12705       public Builder mergeFrom(
     13149      @Override
     13150        public Builder mergeFrom(
    1270613151          com.google.protobuf.CodedInputStream input,
    1270713152          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1272613171       * <code>optional string name = 1;</code>
    1272713172       */
    12728       public boolean hasName() {
     13173      @Override
     13174        public boolean hasName() {
    1272913175        return ((bitField0_ & 0x00000001) == 0x00000001);
    1273013176      }
     
    1273213178       * <code>optional string name = 1;</code>
    1273313179       */
    12734       public java.lang.String getName() {
     13180      @Override
     13181        public java.lang.String getName() {
    1273513182        java.lang.Object ref = name_;
    1273613183        if (!(ref instanceof java.lang.String)) {
     
    1274913196       * <code>optional string name = 1;</code>
    1275013197       */
    12751       public com.google.protobuf.ByteString
     13198      @Override
     13199        public com.google.protobuf.ByteString
    1275213200          getNameBytes() {
    1275313201        java.lang.Object ref = name_;
    1275413202        if (ref instanceof String) {
    12755           com.google.protobuf.ByteString b = 
     13203          com.google.protobuf.ByteString b =
    1275613204              com.google.protobuf.ByteString.copyFromUtf8(
    1275713205                  (java.lang.String) ref);
     
    1281313261       * <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
    1281413262       */
    12815       public java.util.List<com.google.protobuf.DescriptorProtos.MethodDescriptorProto> getMethodList() {
     13263      @Override
     13264        public java.util.List<com.google.protobuf.DescriptorProtos.MethodDescriptorProto> getMethodList() {
    1281613265        if (methodBuilder_ == null) {
    1281713266          return java.util.Collections.unmodifiableList(method_);
     
    1282313272       * <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
    1282413273       */
    12825       public int getMethodCount() {
     13274      @Override
     13275        public int getMethodCount() {
    1282613276        if (methodBuilder_ == null) {
    1282713277          return method_.size();
     
    1283313283       * <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
    1283413284       */
    12835       public com.google.protobuf.DescriptorProtos.MethodDescriptorProto getMethod(int index) {
     13285      @Override
     13286        public com.google.protobuf.DescriptorProtos.MethodDescriptorProto getMethod(int index) {
    1283613287        if (methodBuilder_ == null) {
    1283713288          return method_.get(index);
     
    1298313434       * <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
    1298413435       */
    12985       public com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder getMethodOrBuilder(
     13436      @Override
     13437        public com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder getMethodOrBuilder(
    1298613438          int index) {
    1298713439        if (methodBuilder_ == null) {
     
    1299313445       * <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
    1299413446       */
    12995       public java.util.List<? extends com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder>
     13447      @Override
     13448        public java.util.List<? extends com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder>
    1299613449           getMethodOrBuilderList() {
    1299713450        if (methodBuilder_ != null) {
     
    1301913472       * <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
    1302013473       */
    13021       public java.util.List<com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder> 
     13474      public java.util.List<com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder>
    1302213475           getMethodBuilderList() {
    1302313476        return getMethodFieldBuilder().getBuilderList();
    1302413477      }
    1302513478      private com.google.protobuf.RepeatedFieldBuilder<
    13026           com.google.protobuf.DescriptorProtos.MethodDescriptorProto, com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder> 
     13479          com.google.protobuf.DescriptorProtos.MethodDescriptorProto, com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder, com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder>
    1302713480          getMethodFieldBuilder() {
    1302813481        if (methodBuilder_ == null) {
     
    1304313496       * <code>optional .google.protobuf.ServiceOptions options = 3;</code>
    1304413497       */
    13045       public boolean hasOptions() {
     13498      @Override
     13499        public boolean hasOptions() {
    1304613500        return ((bitField0_ & 0x00000004) == 0x00000004);
    1304713501      }
     
    1304913503       * <code>optional .google.protobuf.ServiceOptions options = 3;</code>
    1305013504       */
    13051       public com.google.protobuf.DescriptorProtos.ServiceOptions getOptions() {
     13505      @Override
     13506        public com.google.protobuf.DescriptorProtos.ServiceOptions getOptions() {
    1305213507        if (optionsBuilder_ == null) {
    1305313508          return options_;
     
    1312913584       * <code>optional .google.protobuf.ServiceOptions options = 3;</code>
    1313013585       */
    13131       public com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder getOptionsOrBuilder() {
     13586      @Override
     13587        public com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder getOptionsOrBuilder() {
    1313213588        if (optionsBuilder_ != null) {
    1313313589          return optionsBuilder_.getMessageOrBuilder();
     
    1314013596       */
    1314113597      private com.google.protobuf.SingleFieldBuilder<
    13142           com.google.protobuf.DescriptorProtos.ServiceOptions, com.google.protobuf.DescriptorProtos.ServiceOptions.Builder, com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder> 
     13598          com.google.protobuf.DescriptorProtos.ServiceOptions, com.google.protobuf.DescriptorProtos.ServiceOptions.Builder, com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder>
    1314313599          getOptionsFieldBuilder() {
    1314413600        if (optionsBuilder_ == null) {
     
    1326013716    }
    1326113717
    13262     public MethodDescriptorProto getDefaultInstanceForType() {
     13718    @Override
     13719        public MethodDescriptorProto getDefaultInstanceForType() {
    1326313720      return defaultInstance;
    1326413721    }
     
    1334113798    }
    1334213799
    13343     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     13800    @Override
     13801        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    1334413802        internalGetFieldAccessorTable() {
    1334513803      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_MethodDescriptorProto_fieldAccessorTable
     
    1335013808    public static com.google.protobuf.Parser<MethodDescriptorProto> PARSER =
    1335113809        new com.google.protobuf.AbstractParser<MethodDescriptorProto>() {
    13352       public MethodDescriptorProto parsePartialFrom(
     13810      @Override
     13811        public MethodDescriptorProto parsePartialFrom(
    1335313812          com.google.protobuf.CodedInputStream input,
    1335413813          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1336913828     * <code>optional string name = 1;</code>
    1337013829     */
    13371     public boolean hasName() {
     13830    @Override
     13831        public boolean hasName() {
    1337213832      return ((bitField0_ & 0x00000001) == 0x00000001);
    1337313833    }
     
    1337513835     * <code>optional string name = 1;</code>
    1337613836     */
    13377     public java.lang.String getName() {
     13837    @Override
     13838        public java.lang.String getName() {
    1337813839      java.lang.Object ref = name_;
    1337913840      if (ref instanceof java.lang.String) {
    1338013841        return (java.lang.String) ref;
    1338113842      } else {
    13382         com.google.protobuf.ByteString bs = 
     13843        com.google.protobuf.ByteString bs =
    1338313844            (com.google.protobuf.ByteString) ref;
    1338413845        java.lang.String s = bs.toStringUtf8();
     
    1339213853     * <code>optional string name = 1;</code>
    1339313854     */
    13394     public com.google.protobuf.ByteString
     13855    @Override
     13856        public com.google.protobuf.ByteString
    1339513857        getNameBytes() {
    1339613858      java.lang.Object ref = name_;
    1339713859      if (ref instanceof java.lang.String) {
    13398         com.google.protobuf.ByteString b = 
     13860        com.google.protobuf.ByteString b =
    1339913861            com.google.protobuf.ByteString.copyFromUtf8(
    1340013862                (java.lang.String) ref);
     
    1341613878     * </pre>
    1341713879     */
    13418     public boolean hasInputType() {
     13880    @Override
     13881        public boolean hasInputType() {
    1341913882      return ((bitField0_ & 0x00000002) == 0x00000002);
    1342013883    }
     
    1342713890     * </pre>
    1342813891     */
    13429     public java.lang.String getInputType() {
     13892    @Override
     13893        public java.lang.String getInputType() {
    1343013894      java.lang.Object ref = inputType_;
    1343113895      if (ref instanceof java.lang.String) {
    1343213896        return (java.lang.String) ref;
    1343313897      } else {
    13434         com.google.protobuf.ByteString bs = 
     13898        com.google.protobuf.ByteString bs =
    1343513899            (com.google.protobuf.ByteString) ref;
    1343613900        java.lang.String s = bs.toStringUtf8();
     
    1344913913     * </pre>
    1345013914     */
    13451     public com.google.protobuf.ByteString
     13915    @Override
     13916        public com.google.protobuf.ByteString
    1345213917        getInputTypeBytes() {
    1345313918      java.lang.Object ref = inputType_;
    1345413919      if (ref instanceof java.lang.String) {
    13455         com.google.protobuf.ByteString b = 
     13920        com.google.protobuf.ByteString b =
    1345613921            com.google.protobuf.ByteString.copyFromUtf8(
    1345713922                (java.lang.String) ref);
     
    1346813933     * <code>optional string output_type = 3;</code>
    1346913934     */
    13470     public boolean hasOutputType() {
     13935    @Override
     13936        public boolean hasOutputType() {
    1347113937      return ((bitField0_ & 0x00000004) == 0x00000004);
    1347213938    }
     
    1347413940     * <code>optional string output_type = 3;</code>
    1347513941     */
    13476     public java.lang.String getOutputType() {
     13942    @Override
     13943        public java.lang.String getOutputType() {
    1347713944      java.lang.Object ref = outputType_;
    1347813945      if (ref instanceof java.lang.String) {
    1347913946        return (java.lang.String) ref;
    1348013947      } else {
    13481         com.google.protobuf.ByteString bs = 
     13948        com.google.protobuf.ByteString bs =
    1348213949            (com.google.protobuf.ByteString) ref;
    1348313950        java.lang.String s = bs.toStringUtf8();
     
    1349113958     * <code>optional string output_type = 3;</code>
    1349213959     */
    13493     public com.google.protobuf.ByteString
     13960    @Override
     13961        public com.google.protobuf.ByteString
    1349413962        getOutputTypeBytes() {
    1349513963      java.lang.Object ref = outputType_;
    1349613964      if (ref instanceof java.lang.String) {
    13497         com.google.protobuf.ByteString b = 
     13965        com.google.protobuf.ByteString b =
    1349813966            com.google.protobuf.ByteString.copyFromUtf8(
    1349913967                (java.lang.String) ref);
     
    1351013978     * <code>optional .google.protobuf.MethodOptions options = 4;</code>
    1351113979     */
    13512     public boolean hasOptions() {
     13980    @Override
     13981        public boolean hasOptions() {
    1351313982      return ((bitField0_ & 0x00000008) == 0x00000008);
    1351413983    }
     
    1351613985     * <code>optional .google.protobuf.MethodOptions options = 4;</code>
    1351713986     */
    13518     public com.google.protobuf.DescriptorProtos.MethodOptions getOptions() {
     13987    @Override
     13988        public com.google.protobuf.DescriptorProtos.MethodOptions getOptions() {
    1351913989      return options_;
    1352013990    }
     
    1352213992     * <code>optional .google.protobuf.MethodOptions options = 4;</code>
    1352313993     */
    13524     public com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder getOptionsOrBuilder() {
     13994    @Override
     13995        public com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder getOptionsOrBuilder() {
    1352513996      return options_;
    1352613997    }
     
    1353314004    }
    1353414005    private byte memoizedIsInitialized = -1;
    13535     public final boolean isInitialized() {
     14006    @Override
     14007        public final boolean isInitialized() {
    1353614008      byte isInitialized = memoizedIsInitialized;
    1353714009      if (isInitialized == 1) return true;
     
    1354814020    }
    1354914021
    13550     public void writeTo(com.google.protobuf.CodedOutputStream output)
     14022    @Override
     14023        public void writeTo(com.google.protobuf.CodedOutputStream output)
    1355114024                        throws java.io.IOException {
    1355214025      getSerializedSize();
     
    1356714040
    1356814041    private int memoizedSerializedSize = -1;
    13569     public int getSerializedSize() {
     14042    @Override
     14043        public int getSerializedSize() {
    1357014044      int size = memoizedSerializedSize;
    1357114045      if (size != -1) return size;
     
    1365414128
    1365514129    public static Builder newBuilder() { return Builder.create(); }
    13656     public Builder newBuilderForType() { return newBuilder(); }
     14130    @Override
     14131        public Builder newBuilderForType() { return newBuilder(); }
    1365714132    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.MethodDescriptorProto prototype) {
    1365814133      return newBuilder().mergeFrom(prototype);
    1365914134    }
    13660     public Builder toBuilder() { return newBuilder(this); }
     14135    @Override
     14136        public Builder toBuilder() { return newBuilder(this); }
    1366114137
    1366214138    @java.lang.Override
     
    1368214158      }
    1368314159
    13684       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     14160      @Override
     14161        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    1368514162          internalGetFieldAccessorTable() {
    1368614163        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_MethodDescriptorProto_fieldAccessorTable
     
    1370814185      }
    1370914186
    13710       public Builder clear() {
     14187      @Override
     14188        public Builder clear() {
    1371114189        super.clear();
    1371214190        name_ = "";
     
    1372514203      }
    1372614204
    13727       public Builder clone() {
     14205      @Override
     14206        public Builder clone() {
    1372814207        return create().mergeFrom(buildPartial());
    1372914208      }
    1373014209
    13731       public com.google.protobuf.Descriptors.Descriptor
     14210      @Override
     14211        public com.google.protobuf.Descriptors.Descriptor
    1373214212          getDescriptorForType() {
    1373314213        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_MethodDescriptorProto_descriptor;
    1373414214      }
    1373514215
    13736       public com.google.protobuf.DescriptorProtos.MethodDescriptorProto getDefaultInstanceForType() {
     14216      @Override
     14217        public com.google.protobuf.DescriptorProtos.MethodDescriptorProto getDefaultInstanceForType() {
    1373714218        return com.google.protobuf.DescriptorProtos.MethodDescriptorProto.getDefaultInstance();
    1373814219      }
    1373914220
    13740       public com.google.protobuf.DescriptorProtos.MethodDescriptorProto build() {
     14221      @Override
     14222        public com.google.protobuf.DescriptorProtos.MethodDescriptorProto build() {
    1374114223        com.google.protobuf.DescriptorProtos.MethodDescriptorProto result = buildPartial();
    1374214224        if (!result.isInitialized()) {
     
    1374614228      }
    1374714229
    13748       public com.google.protobuf.DescriptorProtos.MethodDescriptorProto buildPartial() {
     14230      @Override
     14231        public com.google.protobuf.DescriptorProtos.MethodDescriptorProto buildPartial() {
    1374914232        com.google.protobuf.DescriptorProtos.MethodDescriptorProto result = new com.google.protobuf.DescriptorProtos.MethodDescriptorProto(this);
    1375014233        int from_bitField0_ = bitField0_;
     
    1377514258      }
    1377614259
    13777       public Builder mergeFrom(com.google.protobuf.Message other) {
     14260      @Override
     14261        public Builder mergeFrom(com.google.protobuf.Message other) {
    1377814262        if (other instanceof com.google.protobuf.DescriptorProtos.MethodDescriptorProto) {
    1377914263          return mergeFrom((com.google.protobuf.DescriptorProtos.MethodDescriptorProto)other);
     
    1380814292      }
    1380914293
    13810       public final boolean isInitialized() {
     14294      @Override
     14295        public final boolean isInitialized() {
    1381114296        if (hasOptions()) {
    1381214297          if (!getOptions().isInitialized()) {
    13813            
     14298
    1381414299            return false;
    1381514300          }
     
    1381814303      }
    1381914304
    13820       public Builder mergeFrom(
     14305      @Override
     14306        public Builder mergeFrom(
    1382114307          com.google.protobuf.CodedInputStream input,
    1382214308          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1384114327       * <code>optional string name = 1;</code>
    1384214328       */
    13843       public boolean hasName() {
     14329      @Override
     14330        public boolean hasName() {
    1384414331        return ((bitField0_ & 0x00000001) == 0x00000001);
    1384514332      }
     
    1384714334       * <code>optional string name = 1;</code>
    1384814335       */
    13849       public java.lang.String getName() {
     14336      @Override
     14337        public java.lang.String getName() {
    1385014338        java.lang.Object ref = name_;
    1385114339        if (!(ref instanceof java.lang.String)) {
     
    1386414352       * <code>optional string name = 1;</code>
    1386514353       */
    13866       public com.google.protobuf.ByteString
     14354      @Override
     14355        public com.google.protobuf.ByteString
    1386714356          getNameBytes() {
    1386814357        java.lang.Object ref = name_;
    1386914358        if (ref instanceof String) {
    13870           com.google.protobuf.ByteString b = 
     14359          com.google.protobuf.ByteString b =
    1387114360              com.google.protobuf.ByteString.copyFromUtf8(
    1387214361                  (java.lang.String) ref);
     
    1392214411       * </pre>
    1392314412       */
    13924       public boolean hasInputType() {
     14413      @Override
     14414        public boolean hasInputType() {
    1392514415        return ((bitField0_ & 0x00000002) == 0x00000002);
    1392614416      }
     
    1393314423       * </pre>
    1393414424       */
    13935       public java.lang.String getInputType() {
     14425      @Override
     14426        public java.lang.String getInputType() {
    1393614427        java.lang.Object ref = inputType_;
    1393714428        if (!(ref instanceof java.lang.String)) {
     
    1395514446       * </pre>
    1395614447       */
    13957       public com.google.protobuf.ByteString
     14448      @Override
     14449        public com.google.protobuf.ByteString
    1395814450          getInputTypeBytes() {
    1395914451        java.lang.Object ref = inputType_;
    1396014452        if (ref instanceof String) {
    13961           com.google.protobuf.ByteString b = 
     14453          com.google.protobuf.ByteString b =
    1396214454              com.google.protobuf.ByteString.copyFromUtf8(
    1396314455                  (java.lang.String) ref);
     
    1402314515       * <code>optional string output_type = 3;</code>
    1402414516       */
    14025       public boolean hasOutputType() {
     14517      @Override
     14518        public boolean hasOutputType() {
    1402614519        return ((bitField0_ & 0x00000004) == 0x00000004);
    1402714520      }
     
    1402914522       * <code>optional string output_type = 3;</code>
    1403014523       */
    14031       public java.lang.String getOutputType() {
     14524      @Override
     14525        public java.lang.String getOutputType() {
    1403214526        java.lang.Object ref = outputType_;
    1403314527        if (!(ref instanceof java.lang.String)) {
     
    1404614540       * <code>optional string output_type = 3;</code>
    1404714541       */
    14048       public com.google.protobuf.ByteString
     14542      @Override
     14543        public com.google.protobuf.ByteString
    1404914544          getOutputTypeBytes() {
    1405014545        java.lang.Object ref = outputType_;
    1405114546        if (ref instanceof String) {
    14052           com.google.protobuf.ByteString b = 
     14547          com.google.protobuf.ByteString b =
    1405314548              com.google.protobuf.ByteString.copyFromUtf8(
    1405414549                  (java.lang.String) ref);
     
    1410114596       * <code>optional .google.protobuf.MethodOptions options = 4;</code>
    1410214597       */
    14103       public boolean hasOptions() {
     14598      @Override
     14599        public boolean hasOptions() {
    1410414600        return ((bitField0_ & 0x00000008) == 0x00000008);
    1410514601      }
     
    1410714603       * <code>optional .google.protobuf.MethodOptions options = 4;</code>
    1410814604       */
    14109       public com.google.protobuf.DescriptorProtos.MethodOptions getOptions() {
     14605      @Override
     14606        public com.google.protobuf.DescriptorProtos.MethodOptions getOptions() {
    1411014607        if (optionsBuilder_ == null) {
    1411114608          return options_;
     
    1418714684       * <code>optional .google.protobuf.MethodOptions options = 4;</code>
    1418814685       */
    14189       public com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder getOptionsOrBuilder() {
     14686      @Override
     14687        public com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder getOptionsOrBuilder() {
    1419014688        if (optionsBuilder_ != null) {
    1419114689          return optionsBuilder_.getMessageOrBuilder();
     
    1419814696       */
    1419914697      private com.google.protobuf.SingleFieldBuilder<
    14200           com.google.protobuf.DescriptorProtos.MethodOptions, com.google.protobuf.DescriptorProtos.MethodOptions.Builder, com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder> 
     14698          com.google.protobuf.DescriptorProtos.MethodOptions, com.google.protobuf.DescriptorProtos.MethodOptions.Builder, com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder>
    1420114699          getOptionsFieldBuilder() {
    1420214700        if (optionsBuilder_ == null) {
     
    1450715005     * </pre>
    1450815006     */
    14509     java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> 
     15007    java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption>
    1451015008        getUninterpretedOptionList();
    1451115009    /**
     
    1453215030     * </pre>
    1453315031     */
    14534     java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder> 
     15032    java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    1453515033        getUninterpretedOptionOrBuilderList();
    1453615034    /**
     
    1456415062    }
    1456515063
    14566     public FileOptions getDefaultInstanceForType() {
     15064    @Override
     15065        public FileOptions getDefaultInstanceForType() {
    1456715066      return defaultInstance;
    1456815067    }
     
    1468915188    }
    1469015189
    14691     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     15190    @Override
     15191        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    1469215192        internalGetFieldAccessorTable() {
    1469315193      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_FileOptions_fieldAccessorTable
     
    1469815198    public static com.google.protobuf.Parser<FileOptions> PARSER =
    1469915199        new com.google.protobuf.AbstractParser<FileOptions>() {
    14700       public FileOptions parsePartialFrom(
     15200      @Override
     15201        public FileOptions parsePartialFrom(
    1470115202          com.google.protobuf.CodedInputStream input,
    1470215203          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1477215273
    1477315274
    14774       public final int getNumber() { return value; }
     15275      @Override
     15276        public final int getNumber() { return value; }
    1477515277
    1477615278      public static OptimizeMode valueOf(int value) {
     
    1479015292          internalValueMap =
    1479115293            new com.google.protobuf.Internal.EnumLiteMap<OptimizeMode>() {
    14792               public OptimizeMode findValueByNumber(int number) {
     15294              @Override
     15295                        public OptimizeMode findValueByNumber(int number) {
    1479315296                return OptimizeMode.valueOf(number);
    1479415297              }
    1479515298            };
    1479615299
    14797       public final com.google.protobuf.Descriptors.EnumValueDescriptor
     15300      @Override
     15301        public final com.google.protobuf.Descriptors.EnumValueDescriptor
    1479815302          getValueDescriptor() {
    1479915303        return getDescriptor().getValues().get(index);
    1480015304      }
    14801       public final com.google.protobuf.Descriptors.EnumDescriptor
     15305      @Override
     15306        public final com.google.protobuf.Descriptors.EnumDescriptor
    1480215307          getDescriptorForType() {
    1480315308        return getDescriptor();
     
    1484315348     * </pre>
    1484415349     */
    14845     public boolean hasJavaPackage() {
     15350    @Override
     15351        public boolean hasJavaPackage() {
    1484615352      return ((bitField0_ & 0x00000001) == 0x00000001);
    1484715353    }
     
    1485615362     * </pre>
    1485715363     */
    14858     public java.lang.String getJavaPackage() {
     15364    @Override
     15365        public java.lang.String getJavaPackage() {
    1485915366      java.lang.Object ref = javaPackage_;
    1486015367      if (ref instanceof java.lang.String) {
    1486115368        return (java.lang.String) ref;
    1486215369      } else {
    14863         com.google.protobuf.ByteString bs = 
     15370        com.google.protobuf.ByteString bs =
    1486415371            (com.google.protobuf.ByteString) ref;
    1486515372        java.lang.String s = bs.toStringUtf8();
     
    1488015387     * </pre>
    1488115388     */
    14882     public com.google.protobuf.ByteString
     15389    @Override
     15390        public com.google.protobuf.ByteString
    1488315391        getJavaPackageBytes() {
    1488415392      java.lang.Object ref = javaPackage_;
    1488515393      if (ref instanceof java.lang.String) {
    14886         com.google.protobuf.ByteString b = 
     15394        com.google.protobuf.ByteString b =
    1488715395            com.google.protobuf.ByteString.copyFromUtf8(
    1488815396                (java.lang.String) ref);
     
    1490715415     * </pre>
    1490815416     */
    14909     public boolean hasJavaOuterClassname() {
     15417    @Override
     15418        public boolean hasJavaOuterClassname() {
    1491015419      return ((bitField0_ & 0x00000002) == 0x00000002);
    1491115420    }
     
    1492115430     * </pre>
    1492215431     */
    14923     public java.lang.String getJavaOuterClassname() {
     15432    @Override
     15433        public java.lang.String getJavaOuterClassname() {
    1492415434      java.lang.Object ref = javaOuterClassname_;
    1492515435      if (ref instanceof java.lang.String) {
    1492615436        return (java.lang.String) ref;
    1492715437      } else {
    14928         com.google.protobuf.ByteString bs = 
     15438        com.google.protobuf.ByteString bs =
    1492915439            (com.google.protobuf.ByteString) ref;
    1493015440        java.lang.String s = bs.toStringUtf8();
     
    1494615456     * </pre>
    1494715457     */
    14948     public com.google.protobuf.ByteString
     15458    @Override
     15459        public com.google.protobuf.ByteString
    1494915460        getJavaOuterClassnameBytes() {
    1495015461      java.lang.Object ref = javaOuterClassname_;
    1495115462      if (ref instanceof java.lang.String) {
    14952         com.google.protobuf.ByteString b = 
     15463        com.google.protobuf.ByteString b =
    1495315464            com.google.protobuf.ByteString.copyFromUtf8(
    1495415465                (java.lang.String) ref);
     
    1497415485     * </pre>
    1497515486     */
    14976     public boolean hasJavaMultipleFiles() {
     15487    @Override
     15488        public boolean hasJavaMultipleFiles() {
    1497715489      return ((bitField0_ & 0x00000004) == 0x00000004);
    1497815490    }
     
    1498915501     * </pre>
    1499015502     */
    14991     public boolean getJavaMultipleFiles() {
     15503    @Override
     15504        public boolean getJavaMultipleFiles() {
    1499215505      return javaMultipleFiles_;
    1499315506    }
     
    1501115524     * </pre>
    1501215525     */
    15013     public boolean hasJavaGenerateEqualsAndHash() {
     15526    @Override
     15527        public boolean hasJavaGenerateEqualsAndHash() {
    1501415528      return ((bitField0_ & 0x00000008) == 0x00000008);
    1501515529    }
     
    1503015544     * </pre>
    1503115545     */
    15032     public boolean getJavaGenerateEqualsAndHash() {
     15546    @Override
     15547        public boolean getJavaGenerateEqualsAndHash() {
    1503315548      return javaGenerateEqualsAndHash_;
    1503415549    }
     
    1504815563     * </pre>
    1504915564     */
    15050     public boolean hasJavaStringCheckUtf8() {
     15565    @Override
     15566        public boolean hasJavaStringCheckUtf8() {
    1505115567      return ((bitField0_ & 0x00000010) == 0x00000010);
    1505215568    }
     
    1506315579     * </pre>
    1506415580     */
    15065     public boolean getJavaStringCheckUtf8() {
     15581    @Override
     15582        public boolean getJavaStringCheckUtf8() {
    1506615583      return javaStringCheckUtf8_;
    1506715584    }
     
    1507215589     * <code>optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];</code>
    1507315590     */
    15074     public boolean hasOptimizeFor() {
     15591    @Override
     15592        public boolean hasOptimizeFor() {
    1507515593      return ((bitField0_ & 0x00000020) == 0x00000020);
    1507615594    }
     
    1507815596     * <code>optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];</code>
    1507915597     */
    15080     public com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode getOptimizeFor() {
     15598    @Override
     15599        public com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode getOptimizeFor() {
    1508115600      return optimizeFor_;
    1508215601    }
     
    1509215611     * </pre>
    1509315612     */
    15094     public boolean hasGoPackage() {
     15613    @Override
     15614        public boolean hasGoPackage() {
    1509515615      return ((bitField0_ & 0x00000040) == 0x00000040);
    1509615616    }
     
    1510315623     * </pre>
    1510415624     */
    15105     public java.lang.String getGoPackage() {
     15625    @Override
     15626        public java.lang.String getGoPackage() {
    1510615627      java.lang.Object ref = goPackage_;
    1510715628      if (ref instanceof java.lang.String) {
    1510815629        return (java.lang.String) ref;
    1510915630      } else {
    15110         com.google.protobuf.ByteString bs = 
     15631        com.google.protobuf.ByteString bs =
    1511115632            (com.google.protobuf.ByteString) ref;
    1511215633        java.lang.String s = bs.toStringUtf8();
     
    1512515646     * </pre>
    1512615647     */
    15127     public com.google.protobuf.ByteString
     15648    @Override
     15649        public com.google.protobuf.ByteString
    1512815650        getGoPackageBytes() {
    1512915651      java.lang.Object ref = goPackage_;
    1513015652      if (ref instanceof java.lang.String) {
    15131         com.google.protobuf.ByteString b = 
     15653        com.google.protobuf.ByteString b =
    1513215654            com.google.protobuf.ByteString.copyFromUtf8(
    1513315655                (java.lang.String) ref);
     
    1515615678     * </pre>
    1515715679     */
    15158     public boolean hasCcGenericServices() {
     15680    @Override
     15681        public boolean hasCcGenericServices() {
    1515915682      return ((bitField0_ & 0x00000080) == 0x00000080);
    1516015683    }
     
    1517415697     * </pre>
    1517515698     */
    15176     public boolean getCcGenericServices() {
     15699    @Override
     15700        public boolean getCcGenericServices() {
    1517715701      return ccGenericServices_;
    1517815702    }
     
    1518315707     * <code>optional bool java_generic_services = 17 [default = false];</code>
    1518415708     */
    15185     public boolean hasJavaGenericServices() {
     15709    @Override
     15710        public boolean hasJavaGenericServices() {
    1518615711      return ((bitField0_ & 0x00000100) == 0x00000100);
    1518715712    }
     
    1518915714     * <code>optional bool java_generic_services = 17 [default = false];</code>
    1519015715     */
    15191     public boolean getJavaGenericServices() {
     15716    @Override
     15717        public boolean getJavaGenericServices() {
    1519215718      return javaGenericServices_;
    1519315719    }
     
    1519815724     * <code>optional bool py_generic_services = 18 [default = false];</code>
    1519915725     */
    15200     public boolean hasPyGenericServices() {
     15726    @Override
     15727        public boolean hasPyGenericServices() {
    1520115728      return ((bitField0_ & 0x00000200) == 0x00000200);
    1520215729    }
     
    1520415731     * <code>optional bool py_generic_services = 18 [default = false];</code>
    1520515732     */
    15206     public boolean getPyGenericServices() {
     15733    @Override
     15734        public boolean getPyGenericServices() {
    1520715735      return pyGenericServices_;
    1520815736    }
     
    1522015748     * </pre>
    1522115749     */
    15222     public boolean hasDeprecated() {
     15750    @Override
     15751        public boolean hasDeprecated() {
    1522315752      return ((bitField0_ & 0x00000400) == 0x00000400);
    1522415753    }
     
    1523315762     * </pre>
    1523415763     */
    15235     public boolean getDeprecated() {
     15764    @Override
     15765        public boolean getDeprecated() {
    1523615766      return deprecated_;
    1523715767    }
     
    1524615776     * </pre>
    1524715777     */
    15248     public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
     15778    @Override
     15779        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
    1524915780      return uninterpretedOption_;
    1525015781    }
     
    1525615787     * </pre>
    1525715788     */
    15258     public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
     15789    @Override
     15790        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    1525915791        getUninterpretedOptionOrBuilderList() {
    1526015792      return uninterpretedOption_;
     
    1526715799     * </pre>
    1526815800     */
    15269     public int getUninterpretedOptionCount() {
     15801    @Override
     15802        public int getUninterpretedOptionCount() {
    1527015803      return uninterpretedOption_.size();
    1527115804    }
     
    1527715810     * </pre>
    1527815811     */
    15279     public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
     15812    @Override
     15813        public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
    1528015814      return uninterpretedOption_.get(index);
    1528115815    }
     
    1528715821     * </pre>
    1528815822     */
    15289     public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
     15823    @Override
     15824        public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
    1529015825        int index) {
    1529115826      return uninterpretedOption_.get(index);
     
    1530715842    }
    1530815843    private byte memoizedIsInitialized = -1;
    15309     public final boolean isInitialized() {
     15844    @Override
     15845        public final boolean isInitialized() {
    1531015846      byte isInitialized = memoizedIsInitialized;
    1531115847      if (isInitialized == 1) return true;
     
    1532615862    }
    1532715863
    15328     public void writeTo(com.google.protobuf.CodedOutputStream output)
     15864    @Override
     15865        public void writeTo(com.google.protobuf.CodedOutputStream output)
    1532915866                        throws java.io.IOException {
    1533015867      getSerializedSize();
     
    1537315910
    1537415911    private int memoizedSerializedSize = -1;
    15375     public int getSerializedSize() {
     15912    @Override
     15913        public int getSerializedSize() {
    1537615914      int size = memoizedSerializedSize;
    1537715915      if (size != -1) return size;
     
    1549316031
    1549416032    public static Builder newBuilder() { return Builder.create(); }
    15495     public Builder newBuilderForType() { return newBuilder(); }
     16033    @Override
     16034        public Builder newBuilderForType() { return newBuilder(); }
    1549616035    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.FileOptions prototype) {
    1549716036      return newBuilder().mergeFrom(prototype);
    1549816037    }
    15499     public Builder toBuilder() { return newBuilder(this); }
     16038    @Override
     16039        public Builder toBuilder() { return newBuilder(this); }
    1550016040
    1550116041    @java.lang.Override
     
    1551816058      }
    1551916059
    15520       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     16060      @Override
     16061        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    1552116062          internalGetFieldAccessorTable() {
    1552216063        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_FileOptions_fieldAccessorTable
     
    1554416085      }
    1554516086
    15546       public Builder clear() {
     16087      @Override
     16088        public Builder clear() {
    1554716089        super.clear();
    1554816090        javaPackage_ = "";
     
    1557716119      }
    1557816120
    15579       public Builder clone() {
     16121      @Override
     16122        public Builder clone() {
    1558016123        return create().mergeFrom(buildPartial());
    1558116124      }
    1558216125
    15583       public com.google.protobuf.Descriptors.Descriptor
     16126      @Override
     16127        public com.google.protobuf.Descriptors.Descriptor
    1558416128          getDescriptorForType() {
    1558516129        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_FileOptions_descriptor;
    1558616130      }
    1558716131
    15588       public com.google.protobuf.DescriptorProtos.FileOptions getDefaultInstanceForType() {
     16132      @Override
     16133        public com.google.protobuf.DescriptorProtos.FileOptions getDefaultInstanceForType() {
    1558916134        return com.google.protobuf.DescriptorProtos.FileOptions.getDefaultInstance();
    1559016135      }
    1559116136
    15592       public com.google.protobuf.DescriptorProtos.FileOptions build() {
     16137      @Override
     16138        public com.google.protobuf.DescriptorProtos.FileOptions build() {
    1559316139        com.google.protobuf.DescriptorProtos.FileOptions result = buildPartial();
    1559416140        if (!result.isInitialized()) {
     
    1559816144      }
    1559916145
    15600       public com.google.protobuf.DescriptorProtos.FileOptions buildPartial() {
     16146      @Override
     16147        public com.google.protobuf.DescriptorProtos.FileOptions buildPartial() {
    1560116148        com.google.protobuf.DescriptorProtos.FileOptions result = new com.google.protobuf.DescriptorProtos.FileOptions(this);
    1560216149        int from_bitField0_ = bitField0_;
     
    1566016207      }
    1566116208
    15662       public Builder mergeFrom(com.google.protobuf.Message other) {
     16209      @Override
     16210        public Builder mergeFrom(com.google.protobuf.Message other) {
    1566316211        if (other instanceof com.google.protobuf.DescriptorProtos.FileOptions) {
    1566416212          return mergeFrom((com.google.protobuf.DescriptorProtos.FileOptions)other);
     
    1572816276              uninterpretedOption_ = other.uninterpretedOption_;
    1572916277              bitField0_ = (bitField0_ & ~0x00000800);
    15730               uninterpretedOptionBuilder_ = 
     16278              uninterpretedOptionBuilder_ =
    1573116279                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    1573216280                   getUninterpretedOptionFieldBuilder() : null;
     
    1574116289      }
    1574216290
    15743       public final boolean isInitialized() {
     16291      @Override
     16292        public final boolean isInitialized() {
    1574416293        for (int i = 0; i < getUninterpretedOptionCount(); i++) {
    1574516294          if (!getUninterpretedOption(i).isInitialized()) {
    15746            
     16295
    1574716296            return false;
    1574816297          }
    1574916298        }
    1575016299        if (!extensionsAreInitialized()) {
    15751          
     16300
    1575216301          return false;
    1575316302        }
     
    1575516304      }
    1575616305
    15757       public Builder mergeFrom(
     16306      @Override
     16307        public Builder mergeFrom(
    1575816308          com.google.protobuf.CodedInputStream input,
    1575916309          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1578516335       * </pre>
    1578616336       */
    15787       public boolean hasJavaPackage() {
     16337      @Override
     16338        public boolean hasJavaPackage() {
    1578816339        return ((bitField0_ & 0x00000001) == 0x00000001);
    1578916340      }
     
    1579816349       * </pre>
    1579916350       */
    15800       public java.lang.String getJavaPackage() {
     16351      @Override
     16352        public java.lang.String getJavaPackage() {
    1580116353        java.lang.Object ref = javaPackage_;
    1580216354        if (!(ref instanceof java.lang.String)) {
     
    1582216374       * </pre>
    1582316375       */
    15824       public com.google.protobuf.ByteString
     16376      @Override
     16377        public com.google.protobuf.ByteString
    1582516378          getJavaPackageBytes() {
    1582616379        java.lang.Object ref = javaPackage_;
    1582716380        if (ref instanceof String) {
    15828           com.google.protobuf.ByteString b = 
     16381          com.google.protobuf.ByteString b =
    1582916382              com.google.protobuf.ByteString.copyFromUtf8(
    1583016383                  (java.lang.String) ref);
     
    1590416457       * </pre>
    1590516458       */
    15906       public boolean hasJavaOuterClassname() {
     16459      @Override
     16460        public boolean hasJavaOuterClassname() {
    1590716461        return ((bitField0_ & 0x00000002) == 0x00000002);
    1590816462      }
     
    1591816472       * </pre>
    1591916473       */
    15920       public java.lang.String getJavaOuterClassname() {
     16474      @Override
     16475        public java.lang.String getJavaOuterClassname() {
    1592116476        java.lang.Object ref = javaOuterClassname_;
    1592216477        if (!(ref instanceof java.lang.String)) {
     
    1594316498       * </pre>
    1594416499       */
    15945       public com.google.protobuf.ByteString
     16500      @Override
     16501        public com.google.protobuf.ByteString
    1594616502          getJavaOuterClassnameBytes() {
    1594716503        java.lang.Object ref = javaOuterClassname_;
    1594816504        if (ref instanceof String) {
    15949           com.google.protobuf.ByteString b = 
     16505          com.google.protobuf.ByteString b =
    1595016506              com.google.protobuf.ByteString.copyFromUtf8(
    1595116507                  (java.lang.String) ref);
     
    1602916585       * </pre>
    1603016586       */
    16031       public boolean hasJavaMultipleFiles() {
     16587      @Override
     16588        public boolean hasJavaMultipleFiles() {
    1603216589        return ((bitField0_ & 0x00000004) == 0x00000004);
    1603316590      }
     
    1604416601       * </pre>
    1604516602       */
    16046       public boolean getJavaMultipleFiles() {
     16603      @Override
     16604        public boolean getJavaMultipleFiles() {
    1604716605        return javaMultipleFiles_;
    1604816606      }
     
    1610116659       * </pre>
    1610216660       */
    16103       public boolean hasJavaGenerateEqualsAndHash() {
     16661      @Override
     16662        public boolean hasJavaGenerateEqualsAndHash() {
    1610416663        return ((bitField0_ & 0x00000008) == 0x00000008);
    1610516664      }
     
    1612016679       * </pre>
    1612116680       */
    16122       public boolean getJavaGenerateEqualsAndHash() {
     16681      @Override
     16682        public boolean getJavaGenerateEqualsAndHash() {
    1612316683        return javaGenerateEqualsAndHash_;
    1612416684      }
     
    1618116741       * </pre>
    1618216742       */
    16183       public boolean hasJavaStringCheckUtf8() {
     16743      @Override
     16744        public boolean hasJavaStringCheckUtf8() {
    1618416745        return ((bitField0_ & 0x00000010) == 0x00000010);
    1618516746      }
     
    1619616757       * </pre>
    1619716758       */
    16198       public boolean getJavaStringCheckUtf8() {
     16759      @Override
     16760        public boolean getJavaStringCheckUtf8() {
    1619916761        return javaStringCheckUtf8_;
    1620016762      }
     
    1624016802       * <code>optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];</code>
    1624116803       */
    16242       public boolean hasOptimizeFor() {
     16804      @Override
     16805        public boolean hasOptimizeFor() {
    1624316806        return ((bitField0_ & 0x00000020) == 0x00000020);
    1624416807      }
     
    1624616809       * <code>optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];</code>
    1624716810       */
    16248       public com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode getOptimizeFor() {
     16811      @Override
     16812        public com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode getOptimizeFor() {
    1624916813        return optimizeFor_;
    1625016814      }
     
    1628016844       * </pre>
    1628116845       */
    16282       public boolean hasGoPackage() {
     16846      @Override
     16847        public boolean hasGoPackage() {
    1628316848        return ((bitField0_ & 0x00000040) == 0x00000040);
    1628416849      }
     
    1629116856       * </pre>
    1629216857       */
    16293       public java.lang.String getGoPackage() {
     16858      @Override
     16859        public java.lang.String getGoPackage() {
    1629416860        java.lang.Object ref = goPackage_;
    1629516861        if (!(ref instanceof java.lang.String)) {
     
    1631316879       * </pre>
    1631416880       */
    16315       public com.google.protobuf.ByteString
     16881      @Override
     16882        public com.google.protobuf.ByteString
    1631616883          getGoPackageBytes() {
    1631716884        java.lang.Object ref = goPackage_;
    1631816885        if (ref instanceof String) {
    16319           com.google.protobuf.ByteString b = 
     16886          com.google.protobuf.ByteString b =
    1632016887              com.google.protobuf.ByteString.copyFromUtf8(
    1632116888                  (java.lang.String) ref);
     
    1639316960       * </pre>
    1639416961       */
    16395       public boolean hasCcGenericServices() {
     16962      @Override
     16963        public boolean hasCcGenericServices() {
    1639616964        return ((bitField0_ & 0x00000080) == 0x00000080);
    1639716965      }
     
    1641116979       * </pre>
    1641216980       */
    16413       public boolean getCcGenericServices() {
     16981      @Override
     16982        public boolean getCcGenericServices() {
    1641416983        return ccGenericServices_;
    1641516984      }
     
    1646117030       * <code>optional bool java_generic_services = 17 [default = false];</code>
    1646217031       */
    16463       public boolean hasJavaGenericServices() {
     17032      @Override
     17033        public boolean hasJavaGenericServices() {
    1646417034        return ((bitField0_ & 0x00000100) == 0x00000100);
    1646517035      }
     
    1646717037       * <code>optional bool java_generic_services = 17 [default = false];</code>
    1646817038       */
    16469       public boolean getJavaGenericServices() {
     17039      @Override
     17040        public boolean getJavaGenericServices() {
    1647017041        return javaGenericServices_;
    1647117042      }
     
    1649317064       * <code>optional bool py_generic_services = 18 [default = false];</code>
    1649417065       */
    16495       public boolean hasPyGenericServices() {
     17066      @Override
     17067        public boolean hasPyGenericServices() {
    1649617068        return ((bitField0_ & 0x00000200) == 0x00000200);
    1649717069      }
     
    1649917071       * <code>optional bool py_generic_services = 18 [default = false];</code>
    1650017072       */
    16501       public boolean getPyGenericServices() {
     17073      @Override
     17074        public boolean getPyGenericServices() {
    1650217075        return pyGenericServices_;
    1650317076      }
     
    1653217105       * </pre>
    1653317106       */
    16534       public boolean hasDeprecated() {
     17107      @Override
     17108        public boolean hasDeprecated() {
    1653517109        return ((bitField0_ & 0x00000400) == 0x00000400);
    1653617110      }
     
    1654517119       * </pre>
    1654617120       */
    16547       public boolean getDeprecated() {
     17121      @Override
     17122        public boolean getDeprecated() {
    1654817123        return deprecated_;
    1654917124      }
     
    1660017175       * </pre>
    1660117176       */
    16602       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
     17177      @Override
     17178        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
    1660317179        if (uninterpretedOptionBuilder_ == null) {
    1660417180          return java.util.Collections.unmodifiableList(uninterpretedOption_);
     
    1661417190       * </pre>
    1661517191       */
    16616       public int getUninterpretedOptionCount() {
     17192      @Override
     17193        public int getUninterpretedOptionCount() {
    1661717194        if (uninterpretedOptionBuilder_ == null) {
    1661817195          return uninterpretedOption_.size();
     
    1662817205       * </pre>
    1662917206       */
    16630       public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
     17207      @Override
     17208        public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
    1663117209        if (uninterpretedOptionBuilder_ == null) {
    1663217210          return uninterpretedOption_.get(index);
     
    1682217400       * </pre>
    1682317401       */
    16824       public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
     17402      @Override
     17403        public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
    1682517404          int index) {
    1682617405        if (uninterpretedOptionBuilder_ == null) {
     
    1683617415       * </pre>
    1683717416       */
    16838       public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
     17417      @Override
     17418        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    1683917419           getUninterpretedOptionOrBuilderList() {
    1684017420        if (uninterpretedOptionBuilder_ != null) {
     
    1687417454       * </pre>
    1687517455       */
    16876       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder> 
     17456      public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder>
    1687717457           getUninterpretedOptionBuilderList() {
    1687817458        return getUninterpretedOptionFieldBuilder().getBuilderList();
    1687917459      }
    1688017460      private com.google.protobuf.RepeatedFieldBuilder<
    16881           com.google.protobuf.DescriptorProtos.UninterpretedOption, com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder> 
     17461          com.google.protobuf.DescriptorProtos.UninterpretedOption, com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    1688217462          getUninterpretedOptionFieldBuilder() {
    1688317463        if (uninterpretedOptionBuilder_ == null) {
     
    1700417584     * </pre>
    1700517585     */
    17006     java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> 
     17586    java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption>
    1700717587        getUninterpretedOptionList();
    1700817588    /**
     
    1702917609     * </pre>
    1703017610     */
    17031     java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder> 
     17611    java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    1703217612        getUninterpretedOptionOrBuilderList();
    1703317613    /**
     
    1706117641    }
    1706217642
    17063     public MessageOptions getDefaultInstanceForType() {
     17643    @Override
     17644        public MessageOptions getDefaultInstanceForType() {
    1706417645      return defaultInstance;
    1706517646    }
     
    1713717718    }
    1713817719
    17139     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     17720    @Override
     17721        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    1714017722        internalGetFieldAccessorTable() {
    1714117723      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_MessageOptions_fieldAccessorTable
     
    1714617728    public static com.google.protobuf.Parser<MessageOptions> PARSER =
    1714717729        new com.google.protobuf.AbstractParser<MessageOptions>() {
    17148       public MessageOptions parsePartialFrom(
     17730      @Override
     17731        public MessageOptions parsePartialFrom(
    1714917732          com.google.protobuf.CodedInputStream input,
    1715017733          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1718317766     * </pre>
    1718417767     */
    17185     public boolean hasMessageSetWireFormat() {
     17768    @Override
     17769        public boolean hasMessageSetWireFormat() {
    1718617770      return ((bitField0_ & 0x00000001) == 0x00000001);
    1718717771    }
     
    1720717791     * </pre>
    1720817792     */
    17209     public boolean getMessageSetWireFormat() {
     17793    @Override
     17794        public boolean getMessageSetWireFormat() {
    1721017795      return messageSetWireFormat_;
    1721117796    }
     
    1722217807     * </pre>
    1722317808     */
    17224     public boolean hasNoStandardDescriptorAccessor() {
     17809    @Override
     17810        public boolean hasNoStandardDescriptorAccessor() {
    1722517811      return ((bitField0_ & 0x00000002) == 0x00000002);
    1722617812    }
     
    1723417820     * </pre>
    1723517821     */
    17236     public boolean getNoStandardDescriptorAccessor() {
     17822    @Override
     17823        public boolean getNoStandardDescriptorAccessor() {
    1723717824      return noStandardDescriptorAccessor_;
    1723817825    }
     
    1725017837     * </pre>
    1725117838     */
    17252     public boolean hasDeprecated() {
     17839    @Override
     17840        public boolean hasDeprecated() {
    1725317841      return ((bitField0_ & 0x00000004) == 0x00000004);
    1725417842    }
     
    1726317851     * </pre>
    1726417852     */
    17265     public boolean getDeprecated() {
     17853    @Override
     17854        public boolean getDeprecated() {
    1726617855      return deprecated_;
    1726717856    }
     
    1727617865     * </pre>
    1727717866     */
    17278     public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
     17867    @Override
     17868        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
    1727917869      return uninterpretedOption_;
    1728017870    }
     
    1728617876     * </pre>
    1728717877     */
    17288     public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
     17878    @Override
     17879        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    1728917880        getUninterpretedOptionOrBuilderList() {
    1729017881      return uninterpretedOption_;
     
    1729717888     * </pre>
    1729817889     */
    17299     public int getUninterpretedOptionCount() {
     17890    @Override
     17891        public int getUninterpretedOptionCount() {
    1730017892      return uninterpretedOption_.size();
    1730117893    }
     
    1730717899     * </pre>
    1730817900     */
    17309     public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
     17901    @Override
     17902        public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
    1731017903      return uninterpretedOption_.get(index);
    1731117904    }
     
    1731717910     * </pre>
    1731817911     */
    17319     public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
     17912    @Override
     17913        public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
    1732017914        int index) {
    1732117915      return uninterpretedOption_.get(index);
     
    1732917923    }
    1733017924    private byte memoizedIsInitialized = -1;
    17331     public final boolean isInitialized() {
     17925    @Override
     17926        public final boolean isInitialized() {
    1733217927      byte isInitialized = memoizedIsInitialized;
    1733317928      if (isInitialized == 1) return true;
     
    1734817943    }
    1734917944
    17350     public void writeTo(com.google.protobuf.CodedOutputStream output)
     17945    @Override
     17946        public void writeTo(com.google.protobuf.CodedOutputStream output)
    1735117947                        throws java.io.IOException {
    1735217948      getSerializedSize();
     
    1737117967
    1737217968    private int memoizedSerializedSize = -1;
    17373     public int getSerializedSize() {
     17969    @Override
     17970        public int getSerializedSize() {
    1737417971      int size = memoizedSerializedSize;
    1737517972      if (size != -1) return size;
     
    1745918056
    1746018057    public static Builder newBuilder() { return Builder.create(); }
    17461     public Builder newBuilderForType() { return newBuilder(); }
     18058    @Override
     18059        public Builder newBuilderForType() { return newBuilder(); }
    1746218060    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.MessageOptions prototype) {
    1746318061      return newBuilder().mergeFrom(prototype);
    1746418062    }
    17465     public Builder toBuilder() { return newBuilder(this); }
     18063    @Override
     18064        public Builder toBuilder() { return newBuilder(this); }
    1746618065
    1746718066    @java.lang.Override
     
    1748418083      }
    1748518084
    17486       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     18085      @Override
     18086        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    1748718087          internalGetFieldAccessorTable() {
    1748818088        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_MessageOptions_fieldAccessorTable
     
    1751018110      }
    1751118111
    17512       public Builder clear() {
     18112      @Override
     18113        public Builder clear() {
    1751318114        super.clear();
    1751418115        messageSetWireFormat_ = false;
     
    1752718128      }
    1752818129
    17529       public Builder clone() {
     18130      @Override
     18131        public Builder clone() {
    1753018132        return create().mergeFrom(buildPartial());
    1753118133      }
    1753218134
    17533       public com.google.protobuf.Descriptors.Descriptor
     18135      @Override
     18136        public com.google.protobuf.Descriptors.Descriptor
    1753418137          getDescriptorForType() {
    1753518138        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_MessageOptions_descriptor;
    1753618139      }
    1753718140
    17538       public com.google.protobuf.DescriptorProtos.MessageOptions getDefaultInstanceForType() {
     18141      @Override
     18142        public com.google.protobuf.DescriptorProtos.MessageOptions getDefaultInstanceForType() {
    1753918143        return com.google.protobuf.DescriptorProtos.MessageOptions.getDefaultInstance();
    1754018144      }
    1754118145
    17542       public com.google.protobuf.DescriptorProtos.MessageOptions build() {
     18146      @Override
     18147        public com.google.protobuf.DescriptorProtos.MessageOptions build() {
    1754318148        com.google.protobuf.DescriptorProtos.MessageOptions result = buildPartial();
    1754418149        if (!result.isInitialized()) {
     
    1754818153      }
    1754918154
    17550       public com.google.protobuf.DescriptorProtos.MessageOptions buildPartial() {
     18155      @Override
     18156        public com.google.protobuf.DescriptorProtos.MessageOptions buildPartial() {
    1755118157        com.google.protobuf.DescriptorProtos.MessageOptions result = new com.google.protobuf.DescriptorProtos.MessageOptions(this);
    1755218158        int from_bitField0_ = bitField0_;
     
    1757818184      }
    1757918185
    17580       public Builder mergeFrom(com.google.protobuf.Message other) {
     18186      @Override
     18187        public Builder mergeFrom(com.google.protobuf.Message other) {
    1758118188        if (other instanceof com.google.protobuf.DescriptorProtos.MessageOptions) {
    1758218189          return mergeFrom((com.google.protobuf.DescriptorProtos.MessageOptions)other);
     
    1761618223              uninterpretedOption_ = other.uninterpretedOption_;
    1761718224              bitField0_ = (bitField0_ & ~0x00000008);
    17618               uninterpretedOptionBuilder_ = 
     18225              uninterpretedOptionBuilder_ =
    1761918226                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    1762018227                   getUninterpretedOptionFieldBuilder() : null;
     
    1762918236      }
    1763018237
    17631       public final boolean isInitialized() {
     18238      @Override
     18239        public final boolean isInitialized() {
    1763218240        for (int i = 0; i < getUninterpretedOptionCount(); i++) {
    1763318241          if (!getUninterpretedOption(i).isInitialized()) {
    17634            
     18242
    1763518243            return false;
    1763618244          }
    1763718245        }
    1763818246        if (!extensionsAreInitialized()) {
    17639          
     18247
    1764018248          return false;
    1764118249        }
     
    1764318251      }
    1764418252
    17645       public Builder mergeFrom(
     18253      @Override
     18254        public Builder mergeFrom(
    1764618255          com.google.protobuf.CodedInputStream input,
    1764718256          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1768418293       * </pre>
    1768518294       */
    17686       public boolean hasMessageSetWireFormat() {
     18295      @Override
     18296        public boolean hasMessageSetWireFormat() {
    1768718297        return ((bitField0_ & 0x00000001) == 0x00000001);
    1768818298      }
     
    1770818318       * </pre>
    1770918319       */
    17710       public boolean getMessageSetWireFormat() {
     18320      @Override
     18321        public boolean getMessageSetWireFormat() {
    1771118322        return messageSetWireFormat_;
    1771218323      }
     
    1777618387       * </pre>
    1777718388       */
    17778       public boolean hasNoStandardDescriptorAccessor() {
     18389      @Override
     18390        public boolean hasNoStandardDescriptorAccessor() {
    1777918391        return ((bitField0_ & 0x00000002) == 0x00000002);
    1778018392      }
     
    1778818400       * </pre>
    1778918401       */
    17790       public boolean getNoStandardDescriptorAccessor() {
     18402      @Override
     18403        public boolean getNoStandardDescriptorAccessor() {
    1779118404        return noStandardDescriptorAccessor_;
    1779218405      }
     
    1783318446       * </pre>
    1783418447       */
    17835       public boolean hasDeprecated() {
     18448      @Override
     18449        public boolean hasDeprecated() {
    1783618450        return ((bitField0_ & 0x00000004) == 0x00000004);
    1783718451      }
     
    1784618460       * </pre>
    1784718461       */
    17848       public boolean getDeprecated() {
     18462      @Override
     18463        public boolean getDeprecated() {
    1784918464        return deprecated_;
    1785018465      }
     
    1790118516       * </pre>
    1790218517       */
    17903       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
     18518      @Override
     18519        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
    1790418520        if (uninterpretedOptionBuilder_ == null) {
    1790518521          return java.util.Collections.unmodifiableList(uninterpretedOption_);
     
    1791518531       * </pre>
    1791618532       */
    17917       public int getUninterpretedOptionCount() {
     18533      @Override
     18534        public int getUninterpretedOptionCount() {
    1791818535        if (uninterpretedOptionBuilder_ == null) {
    1791918536          return uninterpretedOption_.size();
     
    1792918546       * </pre>
    1793018547       */
    17931       public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
     18548      @Override
     18549        public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
    1793218550        if (uninterpretedOptionBuilder_ == null) {
    1793318551          return uninterpretedOption_.get(index);
     
    1812318741       * </pre>
    1812418742       */
    18125       public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
     18743      @Override
     18744        public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
    1812618745          int index) {
    1812718746        if (uninterpretedOptionBuilder_ == null) {
     
    1813718756       * </pre>
    1813818757       */
    18139       public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
     18758      @Override
     18759        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    1814018760           getUninterpretedOptionOrBuilderList() {
    1814118761        if (uninterpretedOptionBuilder_ != null) {
     
    1817518795       * </pre>
    1817618796       */
    18177       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder> 
     18797      public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder>
    1817818798           getUninterpretedOptionBuilderList() {
    1817918799        return getUninterpretedOptionFieldBuilder().getBuilderList();
    1818018800      }
    1818118801      private com.google.protobuf.RepeatedFieldBuilder<
    18182           com.google.protobuf.DescriptorProtos.UninterpretedOption, com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder> 
     18802          com.google.protobuf.DescriptorProtos.UninterpretedOption, com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    1818318803          getUninterpretedOptionFieldBuilder() {
    1818418804        if (uninterpretedOptionBuilder_ == null) {
     
    1842419044     * </pre>
    1842519045     */
    18426     java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> 
     19046    java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption>
    1842719047        getUninterpretedOptionList();
    1842819048    /**
     
    1844919069     * </pre>
    1845019070     */
    18451     java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder> 
     19071    java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    1845219072        getUninterpretedOptionOrBuilderList();
    1845319073    /**
     
    1848119101    }
    1848219102
    18483     public FieldOptions getDefaultInstanceForType() {
     19103    @Override
     19104        public FieldOptions getDefaultInstanceForType() {
    1848419105      return defaultInstance;
    1848519106    }
     
    1857919200    }
    1858019201
    18581     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     19202    @Override
     19203        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    1858219204        internalGetFieldAccessorTable() {
    1858319205      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_FieldOptions_fieldAccessorTable
     
    1858819210    public static com.google.protobuf.Parser<FieldOptions> PARSER =
    1858919211        new com.google.protobuf.AbstractParser<FieldOptions>() {
    18590       public FieldOptions parsePartialFrom(
     19212      @Override
     19213        public FieldOptions parsePartialFrom(
    1859119214          com.google.protobuf.CodedInputStream input,
    1859219215          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1864219265
    1864319266
    18644       public final int getNumber() { return value; }
     19267      @Override
     19268        public final int getNumber() { return value; }
    1864519269
    1864619270      public static CType valueOf(int value) {
     
    1866019284          internalValueMap =
    1866119285            new com.google.protobuf.Internal.EnumLiteMap<CType>() {
    18662               public CType findValueByNumber(int number) {
     19286              @Override
     19287                        public CType findValueByNumber(int number) {
    1866319288                return CType.valueOf(number);
    1866419289              }
    1866519290            };
    1866619291
    18667       public final com.google.protobuf.Descriptors.EnumValueDescriptor
     19292      @Override
     19293        public final com.google.protobuf.Descriptors.EnumValueDescriptor
    1866819294          getValueDescriptor() {
    1866919295        return getDescriptor().getValues().get(index);
    1867019296      }
    18671       public final com.google.protobuf.Descriptors.EnumDescriptor
     19297      @Override
     19298        public final com.google.protobuf.Descriptors.EnumDescriptor
    1867219299          getDescriptorForType() {
    1867319300        return getDescriptor();
     
    1871319340     * </pre>
    1871419341     */
    18715     public boolean hasCtype() {
     19342    @Override
     19343        public boolean hasCtype() {
    1871619344      return ((bitField0_ & 0x00000001) == 0x00000001);
    1871719345    }
     
    1872619354     * </pre>
    1872719355     */
    18728     public com.google.protobuf.DescriptorProtos.FieldOptions.CType getCtype() {
     19356    @Override
     19357        public com.google.protobuf.DescriptorProtos.FieldOptions.CType getCtype() {
    1872919358      return ctype_;
    1873019359    }
     
    1874219371     * </pre>
    1874319372     */
    18744     public boolean hasPacked() {
     19373    @Override
     19374        public boolean hasPacked() {
    1874519375      return ((bitField0_ & 0x00000002) == 0x00000002);
    1874619376    }
     
    1875519385     * </pre>
    1875619386     */
    18757     public boolean getPacked() {
     19387    @Override
     19388        public boolean getPacked() {
    1875819389      return packed_;
    1875919390    }
     
    1879119422     * </pre>
    1879219423     */
    18793     public boolean hasLazy() {
     19424    @Override
     19425        public boolean hasLazy() {
    1879419426      return ((bitField0_ & 0x00000004) == 0x00000004);
    1879519427    }
     
    1882419456     * </pre>
    1882519457     */
    18826     public boolean getLazy() {
     19458    @Override
     19459        public boolean getLazy() {
    1882719460      return lazy_;
    1882819461    }
     
    1884019473     * </pre>
    1884119474     */
    18842     public boolean hasDeprecated() {
     19475    @Override
     19476        public boolean hasDeprecated() {
    1884319477      return ((bitField0_ & 0x00000008) == 0x00000008);
    1884419478    }
     
    1885319487     * </pre>
    1885419488     */
    18855     public boolean getDeprecated() {
     19489    @Override
     19490        public boolean getDeprecated() {
    1885619491      return deprecated_;
    1885719492    }
     
    1887719512     * </pre>
    1887819513     */
    18879     public boolean hasExperimentalMapKey() {
     19514    @Override
     19515        public boolean hasExperimentalMapKey() {
    1888019516      return ((bitField0_ & 0x00000010) == 0x00000010);
    1888119517    }
     
    1889819534     * </pre>
    1889919535     */
    18900     public java.lang.String getExperimentalMapKey() {
     19536    @Override
     19537        public java.lang.String getExperimentalMapKey() {
    1890119538      java.lang.Object ref = experimentalMapKey_;
    1890219539      if (ref instanceof java.lang.String) {
    1890319540        return (java.lang.String) ref;
    1890419541      } else {
    18905         com.google.protobuf.ByteString bs = 
     19542        com.google.protobuf.ByteString bs =
    1890619543            (com.google.protobuf.ByteString) ref;
    1890719544        java.lang.String s = bs.toStringUtf8();
     
    1893019567     * </pre>
    1893119568     */
    18932     public com.google.protobuf.ByteString
     19569    @Override
     19570        public com.google.protobuf.ByteString
    1893319571        getExperimentalMapKeyBytes() {
    1893419572      java.lang.Object ref = experimentalMapKey_;
    1893519573      if (ref instanceof java.lang.String) {
    18936         com.google.protobuf.ByteString b = 
     19574        com.google.protobuf.ByteString b =
    1893719575            com.google.protobuf.ByteString.copyFromUtf8(
    1893819576                (java.lang.String) ref);
     
    1895319591     * </pre>
    1895419592     */
    18955     public boolean hasWeak() {
     19593    @Override
     19594        public boolean hasWeak() {
    1895619595      return ((bitField0_ & 0x00000020) == 0x00000020);
    1895719596    }
     
    1896319602     * </pre>
    1896419603     */
    18965     public boolean getWeak() {
     19604    @Override
     19605        public boolean getWeak() {
    1896619606      return weak_;
    1896719607    }
     
    1897619616     * </pre>
    1897719617     */
    18978     public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
     19618    @Override
     19619        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
    1897919620      return uninterpretedOption_;
    1898019621    }
     
    1898619627     * </pre>
    1898719628     */
    18988     public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
     19629    @Override
     19630        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    1898919631        getUninterpretedOptionOrBuilderList() {
    1899019632      return uninterpretedOption_;
     
    1899719639     * </pre>
    1899819640     */
    18999     public int getUninterpretedOptionCount() {
     19641    @Override
     19642        public int getUninterpretedOptionCount() {
    1900019643      return uninterpretedOption_.size();
    1900119644    }
     
    1900719650     * </pre>
    1900819651     */
    19009     public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
     19652    @Override
     19653        public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
    1901019654      return uninterpretedOption_.get(index);
    1901119655    }
     
    1901719661     * </pre>
    1901819662     */
    19019     public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
     19663    @Override
     19664        public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
    1902019665        int index) {
    1902119666      return uninterpretedOption_.get(index);
     
    1903219677    }
    1903319678    private byte memoizedIsInitialized = -1;
    19034     public final boolean isInitialized() {
     19679    @Override
     19680        public final boolean isInitialized() {
    1903519681      byte isInitialized = memoizedIsInitialized;
    1903619682      if (isInitialized == 1) return true;
     
    1905119697    }
    1905219698
    19053     public void writeTo(com.google.protobuf.CodedOutputStream output)
     19699    @Override
     19700        public void writeTo(com.google.protobuf.CodedOutputStream output)
    1905419701                        throws java.io.IOException {
    1905519702      getSerializedSize();
     
    1908319730
    1908419731    private int memoizedSerializedSize = -1;
    19085     public int getSerializedSize() {
     19732    @Override
     19733        public int getSerializedSize() {
    1908619734      int size = memoizedSerializedSize;
    1908719735      if (size != -1) return size;
     
    1918319831
    1918419832    public static Builder newBuilder() { return Builder.create(); }
    19185     public Builder newBuilderForType() { return newBuilder(); }
     19833    @Override
     19834        public Builder newBuilderForType() { return newBuilder(); }
    1918619835    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.FieldOptions prototype) {
    1918719836      return newBuilder().mergeFrom(prototype);
    1918819837    }
    19189     public Builder toBuilder() { return newBuilder(this); }
     19838    @Override
     19839        public Builder toBuilder() { return newBuilder(this); }
    1919019840
    1919119841    @java.lang.Override
     
    1920819858      }
    1920919859
    19210       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     19860      @Override
     19861        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    1921119862          internalGetFieldAccessorTable() {
    1921219863        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_FieldOptions_fieldAccessorTable
     
    1923419885      }
    1923519886
    19236       public Builder clear() {
     19887      @Override
     19888        public Builder clear() {
    1923719889        super.clear();
    1923819890        ctype_ = com.google.protobuf.DescriptorProtos.FieldOptions.CType.STRING;
     
    1925719909      }
    1925819910
    19259       public Builder clone() {
     19911      @Override
     19912        public Builder clone() {
    1926019913        return create().mergeFrom(buildPartial());
    1926119914      }
    1926219915
    19263       public com.google.protobuf.Descriptors.Descriptor
     19916      @Override
     19917        public com.google.protobuf.Descriptors.Descriptor
    1926419918          getDescriptorForType() {
    1926519919        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_FieldOptions_descriptor;
    1926619920      }
    1926719921
    19268       public com.google.protobuf.DescriptorProtos.FieldOptions getDefaultInstanceForType() {
     19922      @Override
     19923        public com.google.protobuf.DescriptorProtos.FieldOptions getDefaultInstanceForType() {
    1926919924        return com.google.protobuf.DescriptorProtos.FieldOptions.getDefaultInstance();
    1927019925      }
    1927119926
    19272       public com.google.protobuf.DescriptorProtos.FieldOptions build() {
     19927      @Override
     19928        public com.google.protobuf.DescriptorProtos.FieldOptions build() {
    1927319929        com.google.protobuf.DescriptorProtos.FieldOptions result = buildPartial();
    1927419930        if (!result.isInitialized()) {
     
    1927819934      }
    1927919935
    19280       public com.google.protobuf.DescriptorProtos.FieldOptions buildPartial() {
     19936      @Override
     19937        public com.google.protobuf.DescriptorProtos.FieldOptions buildPartial() {
    1928119938        com.google.protobuf.DescriptorProtos.FieldOptions result = new com.google.protobuf.DescriptorProtos.FieldOptions(this);
    1928219939        int from_bitField0_ = bitField0_;
     
    1932019977      }
    1932119978
    19322       public Builder mergeFrom(com.google.protobuf.Message other) {
     19979      @Override
     19980        public Builder mergeFrom(com.google.protobuf.Message other) {
    1932319981        if (other instanceof com.google.protobuf.DescriptorProtos.FieldOptions) {
    1932419982          return mergeFrom((com.google.protobuf.DescriptorProtos.FieldOptions)other);
     
    1936920027              uninterpretedOption_ = other.uninterpretedOption_;
    1937020028              bitField0_ = (bitField0_ & ~0x00000040);
    19371               uninterpretedOptionBuilder_ = 
     20029              uninterpretedOptionBuilder_ =
    1937220030                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    1937320031                   getUninterpretedOptionFieldBuilder() : null;
     
    1938220040      }
    1938320041
    19384       public final boolean isInitialized() {
     20042      @Override
     20043        public final boolean isInitialized() {
    1938520044        for (int i = 0; i < getUninterpretedOptionCount(); i++) {
    1938620045          if (!getUninterpretedOption(i).isInitialized()) {
    19387            
     20046
    1938820047            return false;
    1938920048          }
    1939020049        }
    1939120050        if (!extensionsAreInitialized()) {
    19392          
     20051
    1939320052          return false;
    1939420053        }
     
    1939620055      }
    1939720056
    19398       public Builder mergeFrom(
     20057      @Override
     20058        public Builder mergeFrom(
    1939920059          com.google.protobuf.CodedInputStream input,
    1940020060          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1942620086       * </pre>
    1942720087       */
    19428       public boolean hasCtype() {
     20088      @Override
     20089        public boolean hasCtype() {
    1942920090        return ((bitField0_ & 0x00000001) == 0x00000001);
    1943020091      }
     
    1943920100       * </pre>
    1944020101       */
    19441       public com.google.protobuf.DescriptorProtos.FieldOptions.CType getCtype() {
     20102      @Override
     20103        public com.google.protobuf.DescriptorProtos.FieldOptions.CType getCtype() {
    1944220104        return ctype_;
    1944320105      }
     
    1948920151       * </pre>
    1949020152       */
    19491       public boolean hasPacked() {
     20153      @Override
     20154        public boolean hasPacked() {
    1949220155        return ((bitField0_ & 0x00000002) == 0x00000002);
    1949320156      }
     
    1950220165       * </pre>
    1950320166       */
    19504       public boolean getPacked() {
     20167      @Override
     20168        public boolean getPacked() {
    1950520169        return packed_;
    1950620170      }
     
    1956920233       * </pre>
    1957020234       */
    19571       public boolean hasLazy() {
     20235      @Override
     20236        public boolean hasLazy() {
    1957220237        return ((bitField0_ & 0x00000004) == 0x00000004);
    1957320238      }
     
    1960220267       * </pre>
    1960320268       */
    19604       public boolean getLazy() {
     20269      @Override
     20270        public boolean getLazy() {
    1960520271        return lazy_;
    1960620272      }
     
    1968920355       * </pre>
    1969020356       */
    19691       public boolean hasDeprecated() {
     20357      @Override
     20358        public boolean hasDeprecated() {
    1969220359        return ((bitField0_ & 0x00000008) == 0x00000008);
    1969320360      }
     
    1970220369       * </pre>
    1970320370       */
    19704       public boolean getDeprecated() {
     20371      @Override
     20372        public boolean getDeprecated() {
    1970520373        return deprecated_;
    1970620374      }
     
    1975720425       * </pre>
    1975820426       */
    19759       public boolean hasExperimentalMapKey() {
     20427      @Override
     20428        public boolean hasExperimentalMapKey() {
    1976020429        return ((bitField0_ & 0x00000010) == 0x00000010);
    1976120430      }
     
    1977820447       * </pre>
    1977920448       */
    19780       public java.lang.String getExperimentalMapKey() {
     20449      @Override
     20450        public java.lang.String getExperimentalMapKey() {
    1978120451        java.lang.Object ref = experimentalMapKey_;
    1978220452        if (!(ref instanceof java.lang.String)) {
     
    1981020480       * </pre>
    1981120481       */
    19812       public com.google.protobuf.ByteString
     20482      @Override
     20483        public com.google.protobuf.ByteString
    1981320484          getExperimentalMapKeyBytes() {
    1981420485        java.lang.Object ref = experimentalMapKey_;
    1981520486        if (ref instanceof String) {
    19816           com.google.protobuf.ByteString b = 
     20487          com.google.protobuf.ByteString b =
    1981720488              com.google.protobuf.ByteString.copyFromUtf8(
    1981820489                  (java.lang.String) ref);
     
    1991220583       * </pre>
    1991320584       */
    19914       public boolean hasWeak() {
     20585      @Override
     20586        public boolean hasWeak() {
    1991520587        return ((bitField0_ & 0x00000020) == 0x00000020);
    1991620588      }
     
    1992220594       * </pre>
    1992320595       */
    19924       public boolean getWeak() {
     20596      @Override
     20597        public boolean getWeak() {
    1992520598        return weak_;
    1992620599      }
     
    1997120644       * </pre>
    1997220645       */
    19973       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
     20646      @Override
     20647        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
    1997420648        if (uninterpretedOptionBuilder_ == null) {
    1997520649          return java.util.Collections.unmodifiableList(uninterpretedOption_);
     
    1998520659       * </pre>
    1998620660       */
    19987       public int getUninterpretedOptionCount() {
     20661      @Override
     20662        public int getUninterpretedOptionCount() {
    1998820663        if (uninterpretedOptionBuilder_ == null) {
    1998920664          return uninterpretedOption_.size();
     
    1999920674       * </pre>
    2000020675       */
    20001       public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
     20676      @Override
     20677        public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
    2000220678        if (uninterpretedOptionBuilder_ == null) {
    2000320679          return uninterpretedOption_.get(index);
     
    2019320869       * </pre>
    2019420870       */
    20195       public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
     20871      @Override
     20872        public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
    2019620873          int index) {
    2019720874        if (uninterpretedOptionBuilder_ == null) {
     
    2020720884       * </pre>
    2020820885       */
    20209       public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
     20886      @Override
     20887        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2021020888           getUninterpretedOptionOrBuilderList() {
    2021120889        if (uninterpretedOptionBuilder_ != null) {
     
    2024520923       * </pre>
    2024620924       */
    20247       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder> 
     20925      public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder>
    2024820926           getUninterpretedOptionBuilderList() {
    2024920927        return getUninterpretedOptionFieldBuilder().getBuilderList();
    2025020928      }
    2025120929      private com.google.protobuf.RepeatedFieldBuilder<
    20252           com.google.protobuf.DescriptorProtos.UninterpretedOption, com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder> 
     20930          com.google.protobuf.DescriptorProtos.UninterpretedOption, com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2025320931          getUninterpretedOptionFieldBuilder() {
    2025420932        if (uninterpretedOptionBuilder_ == null) {
     
    2032821006     * </pre>
    2032921007     */
    20330     java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> 
     21008    java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption>
    2033121009        getUninterpretedOptionList();
    2033221010    /**
     
    2035321031     * </pre>
    2035421032     */
    20355     java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder> 
     21033    java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2035621034        getUninterpretedOptionOrBuilderList();
    2035721035    /**
     
    2038521063    }
    2038621064
    20387     public EnumOptions getDefaultInstanceForType() {
     21065    @Override
     21066        public EnumOptions getDefaultInstanceForType() {
    2038821067      return defaultInstance;
    2038921068    }
     
    2045621135    }
    2045721136
    20458     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     21137    @Override
     21138        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2045921139        internalGetFieldAccessorTable() {
    2046021140      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_EnumOptions_fieldAccessorTable
     
    2046521145    public static com.google.protobuf.Parser<EnumOptions> PARSER =
    2046621146        new com.google.protobuf.AbstractParser<EnumOptions>() {
    20467       public EnumOptions parsePartialFrom(
     21147      @Override
     21148        public EnumOptions parsePartialFrom(
    2046821149          com.google.protobuf.CodedInputStream input,
    2046921150          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2048921170     * </pre>
    2049021171     */
    20491     public boolean hasAllowAlias() {
     21172    @Override
     21173        public boolean hasAllowAlias() {
    2049221174      return ((bitField0_ & 0x00000001) == 0x00000001);
    2049321175    }
     
    2050021182     * </pre>
    2050121183     */
    20502     public boolean getAllowAlias() {
     21184    @Override
     21185        public boolean getAllowAlias() {
    2050321186      return allowAlias_;
    2050421187    }
     
    2051621199     * </pre>
    2051721200     */
    20518     public boolean hasDeprecated() {
     21201    @Override
     21202        public boolean hasDeprecated() {
    2051921203      return ((bitField0_ & 0x00000002) == 0x00000002);
    2052021204    }
     
    2052921213     * </pre>
    2053021214     */
    20531     public boolean getDeprecated() {
     21215    @Override
     21216        public boolean getDeprecated() {
    2053221217      return deprecated_;
    2053321218    }
     
    2054221227     * </pre>
    2054321228     */
    20544     public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
     21229    @Override
     21230        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
    2054521231      return uninterpretedOption_;
    2054621232    }
     
    2055221238     * </pre>
    2055321239     */
    20554     public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
     21240    @Override
     21241        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2055521242        getUninterpretedOptionOrBuilderList() {
    2055621243      return uninterpretedOption_;
     
    2056321250     * </pre>
    2056421251     */
    20565     public int getUninterpretedOptionCount() {
     21252    @Override
     21253        public int getUninterpretedOptionCount() {
    2056621254      return uninterpretedOption_.size();
    2056721255    }
     
    2057321261     * </pre>
    2057421262     */
    20575     public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
     21263    @Override
     21264        public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
    2057621265      return uninterpretedOption_.get(index);
    2057721266    }
     
    2058321272     * </pre>
    2058421273     */
    20585     public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
     21274    @Override
     21275        public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
    2058621276        int index) {
    2058721277      return uninterpretedOption_.get(index);
     
    2059421284    }
    2059521285    private byte memoizedIsInitialized = -1;
    20596     public final boolean isInitialized() {
     21286    @Override
     21287        public final boolean isInitialized() {
    2059721288      byte isInitialized = memoizedIsInitialized;
    2059821289      if (isInitialized == 1) return true;
     
    2061321304    }
    2061421305
    20615     public void writeTo(com.google.protobuf.CodedOutputStream output)
     21306    @Override
     21307        public void writeTo(com.google.protobuf.CodedOutputStream output)
    2061621308                        throws java.io.IOException {
    2061721309      getSerializedSize();
     
    2063321325
    2063421326    private int memoizedSerializedSize = -1;
    20635     public int getSerializedSize() {
     21327    @Override
     21328        public int getSerializedSize() {
    2063621329      int size = memoizedSerializedSize;
    2063721330      if (size != -1) return size;
     
    2071721410
    2071821411    public static Builder newBuilder() { return Builder.create(); }
    20719     public Builder newBuilderForType() { return newBuilder(); }
     21412    @Override
     21413        public Builder newBuilderForType() { return newBuilder(); }
    2072021414    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.EnumOptions prototype) {
    2072121415      return newBuilder().mergeFrom(prototype);
    2072221416    }
    20723     public Builder toBuilder() { return newBuilder(this); }
     21417    @Override
     21418        public Builder toBuilder() { return newBuilder(this); }
    2072421419
    2072521420    @java.lang.Override
     
    2074221437      }
    2074321438
    20744       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     21439      @Override
     21440        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2074521441          internalGetFieldAccessorTable() {
    2074621442        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_EnumOptions_fieldAccessorTable
     
    2076821464      }
    2076921465
    20770       public Builder clear() {
     21466      @Override
     21467        public Builder clear() {
    2077121468        super.clear();
    2077221469        allowAlias_ = false;
     
    2078321480      }
    2078421481
    20785       public Builder clone() {
     21482      @Override
     21483        public Builder clone() {
    2078621484        return create().mergeFrom(buildPartial());
    2078721485      }
    2078821486
    20789       public com.google.protobuf.Descriptors.Descriptor
     21487      @Override
     21488        public com.google.protobuf.Descriptors.Descriptor
    2079021489          getDescriptorForType() {
    2079121490        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_EnumOptions_descriptor;
    2079221491      }
    2079321492
    20794       public com.google.protobuf.DescriptorProtos.EnumOptions getDefaultInstanceForType() {
     21493      @Override
     21494        public com.google.protobuf.DescriptorProtos.EnumOptions getDefaultInstanceForType() {
    2079521495        return com.google.protobuf.DescriptorProtos.EnumOptions.getDefaultInstance();
    2079621496      }
    2079721497
    20798       public com.google.protobuf.DescriptorProtos.EnumOptions build() {
     21498      @Override
     21499        public com.google.protobuf.DescriptorProtos.EnumOptions build() {
    2079921500        com.google.protobuf.DescriptorProtos.EnumOptions result = buildPartial();
    2080021501        if (!result.isInitialized()) {
     
    2080421505      }
    2080521506
    20806       public com.google.protobuf.DescriptorProtos.EnumOptions buildPartial() {
     21507      @Override
     21508        public com.google.protobuf.DescriptorProtos.EnumOptions buildPartial() {
    2080721509        com.google.protobuf.DescriptorProtos.EnumOptions result = new com.google.protobuf.DescriptorProtos.EnumOptions(this);
    2080821510        int from_bitField0_ = bitField0_;
     
    2083021532      }
    2083121533
    20832       public Builder mergeFrom(com.google.protobuf.Message other) {
     21534      @Override
     21535        public Builder mergeFrom(com.google.protobuf.Message other) {
    2083321536        if (other instanceof com.google.protobuf.DescriptorProtos.EnumOptions) {
    2083421537          return mergeFrom((com.google.protobuf.DescriptorProtos.EnumOptions)other);
     
    2086521568              uninterpretedOption_ = other.uninterpretedOption_;
    2086621569              bitField0_ = (bitField0_ & ~0x00000004);
    20867               uninterpretedOptionBuilder_ = 
     21570              uninterpretedOptionBuilder_ =
    2086821571                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    2086921572                   getUninterpretedOptionFieldBuilder() : null;
     
    2087821581      }
    2087921582
    20880       public final boolean isInitialized() {
     21583      @Override
     21584        public final boolean isInitialized() {
    2088121585        for (int i = 0; i < getUninterpretedOptionCount(); i++) {
    2088221586          if (!getUninterpretedOption(i).isInitialized()) {
    20883            
     21587
    2088421588            return false;
    2088521589          }
    2088621590        }
    2088721591        if (!extensionsAreInitialized()) {
    20888          
     21592
    2088921593          return false;
    2089021594        }
     
    2089221596      }
    2089321597
    20894       public Builder mergeFrom(
     21598      @Override
     21599        public Builder mergeFrom(
    2089521600          com.google.protobuf.CodedInputStream input,
    2089621601          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2092021625       * </pre>
    2092121626       */
    20922       public boolean hasAllowAlias() {
     21627      @Override
     21628        public boolean hasAllowAlias() {
    2092321629        return ((bitField0_ & 0x00000001) == 0x00000001);
    2092421630      }
     
    2093121637       * </pre>
    2093221638       */
    20933       public boolean getAllowAlias() {
     21639      @Override
     21640        public boolean getAllowAlias() {
    2093421641        return allowAlias_;
    2093521642      }
     
    2097421681       * </pre>
    2097521682       */
    20976       public boolean hasDeprecated() {
     21683      @Override
     21684        public boolean hasDeprecated() {
    2097721685        return ((bitField0_ & 0x00000002) == 0x00000002);
    2097821686      }
     
    2098721695       * </pre>
    2098821696       */
    20989       public boolean getDeprecated() {
     21697      @Override
     21698        public boolean getDeprecated() {
    2099021699        return deprecated_;
    2099121700      }
     
    2104221751       * </pre>
    2104321752       */
    21044       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
     21753      @Override
     21754        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
    2104521755        if (uninterpretedOptionBuilder_ == null) {
    2104621756          return java.util.Collections.unmodifiableList(uninterpretedOption_);
     
    2105621766       * </pre>
    2105721767       */
    21058       public int getUninterpretedOptionCount() {
     21768      @Override
     21769        public int getUninterpretedOptionCount() {
    2105921770        if (uninterpretedOptionBuilder_ == null) {
    2106021771          return uninterpretedOption_.size();
     
    2107021781       * </pre>
    2107121782       */
    21072       public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
     21783      @Override
     21784        public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
    2107321785        if (uninterpretedOptionBuilder_ == null) {
    2107421786          return uninterpretedOption_.get(index);
     
    2126421976       * </pre>
    2126521977       */
    21266       public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
     21978      @Override
     21979        public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
    2126721980          int index) {
    2126821981        if (uninterpretedOptionBuilder_ == null) {
     
    2127821991       * </pre>
    2127921992       */
    21280       public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
     21993      @Override
     21994        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2128121995           getUninterpretedOptionOrBuilderList() {
    2128221996        if (uninterpretedOptionBuilder_ != null) {
     
    2131622030       * </pre>
    2131722031       */
    21318       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder> 
     22032      public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder>
    2131922033           getUninterpretedOptionBuilderList() {
    2132022034        return getUninterpretedOptionFieldBuilder().getBuilderList();
    2132122035      }
    2132222036      private com.google.protobuf.RepeatedFieldBuilder<
    21323           com.google.protobuf.DescriptorProtos.UninterpretedOption, com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder> 
     22037          com.google.protobuf.DescriptorProtos.UninterpretedOption, com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2132422038          getUninterpretedOptionFieldBuilder() {
    2132522039        if (uninterpretedOptionBuilder_ == null) {
     
    2138022094     * </pre>
    2138122095     */
    21382     java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> 
     22096    java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption>
    2138322097        getUninterpretedOptionList();
    2138422098    /**
     
    2140522119     * </pre>
    2140622120     */
    21407     java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder> 
     22121    java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2140822122        getUninterpretedOptionOrBuilderList();
    2140922123    /**
     
    2143722151    }
    2143822152
    21439     public EnumValueOptions getDefaultInstanceForType() {
     22153    @Override
     22154        public EnumValueOptions getDefaultInstanceForType() {
    2144022155      return defaultInstance;
    2144122156    }
     
    2150322218    }
    2150422219
    21505     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     22220    @Override
     22221        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2150622222        internalGetFieldAccessorTable() {
    2150722223      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_EnumValueOptions_fieldAccessorTable
     
    2151222228    public static com.google.protobuf.Parser<EnumValueOptions> PARSER =
    2151322229        new com.google.protobuf.AbstractParser<EnumValueOptions>() {
    21514       public EnumValueOptions parsePartialFrom(
     22230      @Override
     22231        public EnumValueOptions parsePartialFrom(
    2151522232          com.google.protobuf.CodedInputStream input,
    2151622233          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2153822255     * </pre>
    2153922256     */
    21540     public boolean hasDeprecated() {
     22257    @Override
     22258        public boolean hasDeprecated() {
    2154122259      return ((bitField0_ & 0x00000001) == 0x00000001);
    2154222260    }
     
    2155122269     * </pre>
    2155222270     */
    21553     public boolean getDeprecated() {
     22271    @Override
     22272        public boolean getDeprecated() {
    2155422273      return deprecated_;
    2155522274    }
     
    2156422283     * </pre>
    2156522284     */
    21566     public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
     22285    @Override
     22286        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
    2156722287      return uninterpretedOption_;
    2156822288    }
     
    2157422294     * </pre>
    2157522295     */
    21576     public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
     22296    @Override
     22297        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2157722298        getUninterpretedOptionOrBuilderList() {
    2157822299      return uninterpretedOption_;
     
    2158522306     * </pre>
    2158622307     */
    21587     public int getUninterpretedOptionCount() {
     22308    @Override
     22309        public int getUninterpretedOptionCount() {
    2158822310      return uninterpretedOption_.size();
    2158922311    }
     
    2159522317     * </pre>
    2159622318     */
    21597     public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
     22319    @Override
     22320        public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
    2159822321      return uninterpretedOption_.get(index);
    2159922322    }
     
    2160522328     * </pre>
    2160622329     */
    21607     public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
     22330    @Override
     22331        public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
    2160822332        int index) {
    2160922333      return uninterpretedOption_.get(index);
     
    2161522339    }
    2161622340    private byte memoizedIsInitialized = -1;
    21617     public final boolean isInitialized() {
     22341    @Override
     22342        public final boolean isInitialized() {
    2161822343      byte isInitialized = memoizedIsInitialized;
    2161922344      if (isInitialized == 1) return true;
     
    2163422359    }
    2163522360
    21636     public void writeTo(com.google.protobuf.CodedOutputStream output)
     22361    @Override
     22362        public void writeTo(com.google.protobuf.CodedOutputStream output)
    2163722363                        throws java.io.IOException {
    2163822364      getSerializedSize();
     
    2165122377
    2165222378    private int memoizedSerializedSize = -1;
    21653     public int getSerializedSize() {
     22379    @Override
     22380        public int getSerializedSize() {
    2165422381      int size = memoizedSerializedSize;
    2165522382      if (size != -1) return size;
     
    2173122458
    2173222459    public static Builder newBuilder() { return Builder.create(); }
    21733     public Builder newBuilderForType() { return newBuilder(); }
     22460    @Override
     22461        public Builder newBuilderForType() { return newBuilder(); }
    2173422462    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.EnumValueOptions prototype) {
    2173522463      return newBuilder().mergeFrom(prototype);
    2173622464    }
    21737     public Builder toBuilder() { return newBuilder(this); }
     22465    @Override
     22466        public Builder toBuilder() { return newBuilder(this); }
    2173822467
    2173922468    @java.lang.Override
     
    2175622485      }
    2175722486
    21758       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     22487      @Override
     22488        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2175922489          internalGetFieldAccessorTable() {
    2176022490        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_EnumValueOptions_fieldAccessorTable
     
    2178222512      }
    2178322513
    21784       public Builder clear() {
     22514      @Override
     22515        public Builder clear() {
    2178522516        super.clear();
    2178622517        deprecated_ = false;
     
    2179522526      }
    2179622527
    21797       public Builder clone() {
     22528      @Override
     22529        public Builder clone() {
    2179822530        return create().mergeFrom(buildPartial());
    2179922531      }
    2180022532
    21801       public com.google.protobuf.Descriptors.Descriptor
     22533      @Override
     22534        public com.google.protobuf.Descriptors.Descriptor
    2180222535          getDescriptorForType() {
    2180322536        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_EnumValueOptions_descriptor;
    2180422537      }
    2180522538
    21806       public com.google.protobuf.DescriptorProtos.EnumValueOptions getDefaultInstanceForType() {
     22539      @Override
     22540        public com.google.protobuf.DescriptorProtos.EnumValueOptions getDefaultInstanceForType() {
    2180722541        return com.google.protobuf.DescriptorProtos.EnumValueOptions.getDefaultInstance();
    2180822542      }
    2180922543
    21810       public com.google.protobuf.DescriptorProtos.EnumValueOptions build() {
     22544      @Override
     22545        public com.google.protobuf.DescriptorProtos.EnumValueOptions build() {
    2181122546        com.google.protobuf.DescriptorProtos.EnumValueOptions result = buildPartial();
    2181222547        if (!result.isInitialized()) {
     
    2181622551      }
    2181722552
    21818       public com.google.protobuf.DescriptorProtos.EnumValueOptions buildPartial() {
     22553      @Override
     22554        public com.google.protobuf.DescriptorProtos.EnumValueOptions buildPartial() {
    2181922555        com.google.protobuf.DescriptorProtos.EnumValueOptions result = new com.google.protobuf.DescriptorProtos.EnumValueOptions(this);
    2182022556        int from_bitField0_ = bitField0_;
     
    2183822574      }
    2183922575
    21840       public Builder mergeFrom(com.google.protobuf.Message other) {
     22576      @Override
     22577        public Builder mergeFrom(com.google.protobuf.Message other) {
    2184122578        if (other instanceof com.google.protobuf.DescriptorProtos.EnumValueOptions) {
    2184222579          return mergeFrom((com.google.protobuf.DescriptorProtos.EnumValueOptions)other);
     
    2187022607              uninterpretedOption_ = other.uninterpretedOption_;
    2187122608              bitField0_ = (bitField0_ & ~0x00000002);
    21872               uninterpretedOptionBuilder_ = 
     22609              uninterpretedOptionBuilder_ =
    2187322610                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    2187422611                   getUninterpretedOptionFieldBuilder() : null;
     
    2188322620      }
    2188422621
    21885       public final boolean isInitialized() {
     22622      @Override
     22623        public final boolean isInitialized() {
    2188622624        for (int i = 0; i < getUninterpretedOptionCount(); i++) {
    2188722625          if (!getUninterpretedOption(i).isInitialized()) {
    21888            
     22626
    2188922627            return false;
    2189022628          }
    2189122629        }
    2189222630        if (!extensionsAreInitialized()) {
    21893          
     22631
    2189422632          return false;
    2189522633        }
     
    2189722635      }
    2189822636
    21899       public Builder mergeFrom(
     22637      @Override
     22638        public Builder mergeFrom(
    2190022639          com.google.protobuf.CodedInputStream input,
    2190122640          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2192722666       * </pre>
    2192822667       */
    21929       public boolean hasDeprecated() {
     22668      @Override
     22669        public boolean hasDeprecated() {
    2193022670        return ((bitField0_ & 0x00000001) == 0x00000001);
    2193122671      }
     
    2194022680       * </pre>
    2194122681       */
    21942       public boolean getDeprecated() {
     22682      @Override
     22683        public boolean getDeprecated() {
    2194322684        return deprecated_;
    2194422685      }
     
    2199522736       * </pre>
    2199622737       */
    21997       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
     22738      @Override
     22739        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
    2199822740        if (uninterpretedOptionBuilder_ == null) {
    2199922741          return java.util.Collections.unmodifiableList(uninterpretedOption_);
     
    2200922751       * </pre>
    2201022752       */
    22011       public int getUninterpretedOptionCount() {
     22753      @Override
     22754        public int getUninterpretedOptionCount() {
    2201222755        if (uninterpretedOptionBuilder_ == null) {
    2201322756          return uninterpretedOption_.size();
     
    2202322766       * </pre>
    2202422767       */
    22025       public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
     22768      @Override
     22769        public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
    2202622770        if (uninterpretedOptionBuilder_ == null) {
    2202722771          return uninterpretedOption_.get(index);
     
    2221722961       * </pre>
    2221822962       */
    22219       public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
     22963      @Override
     22964        public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
    2222022965          int index) {
    2222122966        if (uninterpretedOptionBuilder_ == null) {
     
    2223122976       * </pre>
    2223222977       */
    22233       public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
     22978      @Override
     22979        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2223422980           getUninterpretedOptionOrBuilderList() {
    2223522981        if (uninterpretedOptionBuilder_ != null) {
     
    2226923015       * </pre>
    2227023016       */
    22271       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder> 
     23017      public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder>
    2227223018           getUninterpretedOptionBuilderList() {
    2227323019        return getUninterpretedOptionFieldBuilder().getBuilderList();
    2227423020      }
    2227523021      private com.google.protobuf.RepeatedFieldBuilder<
    22276           com.google.protobuf.DescriptorProtos.UninterpretedOption, com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder> 
     23022          com.google.protobuf.DescriptorProtos.UninterpretedOption, com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2227723023          getUninterpretedOptionFieldBuilder() {
    2227823024        if (uninterpretedOptionBuilder_ == null) {
     
    2233323079     * </pre>
    2233423080     */
    22335     java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> 
     23081    java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption>
    2233623082        getUninterpretedOptionList();
    2233723083    /**
     
    2235823104     * </pre>
    2235923105     */
    22360     java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder> 
     23106    java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2236123107        getUninterpretedOptionOrBuilderList();
    2236223108    /**
     
    2239023136    }
    2239123137
    22392     public ServiceOptions getDefaultInstanceForType() {
     23138    @Override
     23139        public ServiceOptions getDefaultInstanceForType() {
    2239323140      return defaultInstance;
    2239423141    }
     
    2245623203    }
    2245723204
    22458     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     23205    @Override
     23206        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2245923207        internalGetFieldAccessorTable() {
    2246023208      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_ServiceOptions_fieldAccessorTable
     
    2246523213    public static com.google.protobuf.Parser<ServiceOptions> PARSER =
    2246623214        new com.google.protobuf.AbstractParser<ServiceOptions>() {
    22467       public ServiceOptions parsePartialFrom(
     23215      @Override
     23216        public ServiceOptions parsePartialFrom(
    2246823217          com.google.protobuf.CodedInputStream input,
    2246923218          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2249123240     * </pre>
    2249223241     */
    22493     public boolean hasDeprecated() {
     23242    @Override
     23243        public boolean hasDeprecated() {
    2249423244      return ((bitField0_ & 0x00000001) == 0x00000001);
    2249523245    }
     
    2250423254     * </pre>
    2250523255     */
    22506     public boolean getDeprecated() {
     23256    @Override
     23257        public boolean getDeprecated() {
    2250723258      return deprecated_;
    2250823259    }
     
    2251723268     * </pre>
    2251823269     */
    22519     public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
     23270    @Override
     23271        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
    2252023272      return uninterpretedOption_;
    2252123273    }
     
    2252723279     * </pre>
    2252823280     */
    22529     public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
     23281    @Override
     23282        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2253023283        getUninterpretedOptionOrBuilderList() {
    2253123284      return uninterpretedOption_;
     
    2253823291     * </pre>
    2253923292     */
    22540     public int getUninterpretedOptionCount() {
     23293    @Override
     23294        public int getUninterpretedOptionCount() {
    2254123295      return uninterpretedOption_.size();
    2254223296    }
     
    2254823302     * </pre>
    2254923303     */
    22550     public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
     23304    @Override
     23305        public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
    2255123306      return uninterpretedOption_.get(index);
    2255223307    }
     
    2255823313     * </pre>
    2255923314     */
    22560     public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
     23315    @Override
     23316        public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
    2256123317        int index) {
    2256223318      return uninterpretedOption_.get(index);
     
    2256823324    }
    2256923325    private byte memoizedIsInitialized = -1;
    22570     public final boolean isInitialized() {
     23326    @Override
     23327        public final boolean isInitialized() {
    2257123328      byte isInitialized = memoizedIsInitialized;
    2257223329      if (isInitialized == 1) return true;
     
    2258723344    }
    2258823345
    22589     public void writeTo(com.google.protobuf.CodedOutputStream output)
     23346    @Override
     23347        public void writeTo(com.google.protobuf.CodedOutputStream output)
    2259023348                        throws java.io.IOException {
    2259123349      getSerializedSize();
     
    2260423362
    2260523363    private int memoizedSerializedSize = -1;
    22606     public int getSerializedSize() {
     23364    @Override
     23365        public int getSerializedSize() {
    2260723366      int size = memoizedSerializedSize;
    2260823367      if (size != -1) return size;
     
    2268423443
    2268523444    public static Builder newBuilder() { return Builder.create(); }
    22686     public Builder newBuilderForType() { return newBuilder(); }
     23445    @Override
     23446        public Builder newBuilderForType() { return newBuilder(); }
    2268723447    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.ServiceOptions prototype) {
    2268823448      return newBuilder().mergeFrom(prototype);
    2268923449    }
    22690     public Builder toBuilder() { return newBuilder(this); }
     23450    @Override
     23451        public Builder toBuilder() { return newBuilder(this); }
    2269123452
    2269223453    @java.lang.Override
     
    2270923470      }
    2271023471
    22711       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     23472      @Override
     23473        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2271223474          internalGetFieldAccessorTable() {
    2271323475        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_ServiceOptions_fieldAccessorTable
     
    2273523497      }
    2273623498
    22737       public Builder clear() {
     23499      @Override
     23500        public Builder clear() {
    2273823501        super.clear();
    2273923502        deprecated_ = false;
     
    2274823511      }
    2274923512
    22750       public Builder clone() {
     23513      @Override
     23514        public Builder clone() {
    2275123515        return create().mergeFrom(buildPartial());
    2275223516      }
    2275323517
    22754       public com.google.protobuf.Descriptors.Descriptor
     23518      @Override
     23519        public com.google.protobuf.Descriptors.Descriptor
    2275523520          getDescriptorForType() {
    2275623521        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_ServiceOptions_descriptor;
    2275723522      }
    2275823523
    22759       public com.google.protobuf.DescriptorProtos.ServiceOptions getDefaultInstanceForType() {
     23524      @Override
     23525        public com.google.protobuf.DescriptorProtos.ServiceOptions getDefaultInstanceForType() {
    2276023526        return com.google.protobuf.DescriptorProtos.ServiceOptions.getDefaultInstance();
    2276123527      }
    2276223528
    22763       public com.google.protobuf.DescriptorProtos.ServiceOptions build() {
     23529      @Override
     23530        public com.google.protobuf.DescriptorProtos.ServiceOptions build() {
    2276423531        com.google.protobuf.DescriptorProtos.ServiceOptions result = buildPartial();
    2276523532        if (!result.isInitialized()) {
     
    2276923536      }
    2277023537
    22771       public com.google.protobuf.DescriptorProtos.ServiceOptions buildPartial() {
     23538      @Override
     23539        public com.google.protobuf.DescriptorProtos.ServiceOptions buildPartial() {
    2277223540        com.google.protobuf.DescriptorProtos.ServiceOptions result = new com.google.protobuf.DescriptorProtos.ServiceOptions(this);
    2277323541        int from_bitField0_ = bitField0_;
     
    2279123559      }
    2279223560
    22793       public Builder mergeFrom(com.google.protobuf.Message other) {
     23561      @Override
     23562        public Builder mergeFrom(com.google.protobuf.Message other) {
    2279423563        if (other instanceof com.google.protobuf.DescriptorProtos.ServiceOptions) {
    2279523564          return mergeFrom((com.google.protobuf.DescriptorProtos.ServiceOptions)other);
     
    2282323592              uninterpretedOption_ = other.uninterpretedOption_;
    2282423593              bitField0_ = (bitField0_ & ~0x00000002);
    22825               uninterpretedOptionBuilder_ = 
     23594              uninterpretedOptionBuilder_ =
    2282623595                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    2282723596                   getUninterpretedOptionFieldBuilder() : null;
     
    2283623605      }
    2283723606
    22838       public final boolean isInitialized() {
     23607      @Override
     23608        public final boolean isInitialized() {
    2283923609        for (int i = 0; i < getUninterpretedOptionCount(); i++) {
    2284023610          if (!getUninterpretedOption(i).isInitialized()) {
    22841            
     23611
    2284223612            return false;
    2284323613          }
    2284423614        }
    2284523615        if (!extensionsAreInitialized()) {
    22846          
     23616
    2284723617          return false;
    2284823618        }
     
    2285023620      }
    2285123621
    22852       public Builder mergeFrom(
     23622      @Override
     23623        public Builder mergeFrom(
    2285323624          com.google.protobuf.CodedInputStream input,
    2285423625          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2288023651       * </pre>
    2288123652       */
    22882       public boolean hasDeprecated() {
     23653      @Override
     23654        public boolean hasDeprecated() {
    2288323655        return ((bitField0_ & 0x00000001) == 0x00000001);
    2288423656      }
     
    2289323665       * </pre>
    2289423666       */
    22895       public boolean getDeprecated() {
     23667      @Override
     23668        public boolean getDeprecated() {
    2289623669        return deprecated_;
    2289723670      }
     
    2294823721       * </pre>
    2294923722       */
    22950       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
     23723      @Override
     23724        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
    2295123725        if (uninterpretedOptionBuilder_ == null) {
    2295223726          return java.util.Collections.unmodifiableList(uninterpretedOption_);
     
    2296223736       * </pre>
    2296323737       */
    22964       public int getUninterpretedOptionCount() {
     23738      @Override
     23739        public int getUninterpretedOptionCount() {
    2296523740        if (uninterpretedOptionBuilder_ == null) {
    2296623741          return uninterpretedOption_.size();
     
    2297623751       * </pre>
    2297723752       */
    22978       public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
     23753      @Override
     23754        public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
    2297923755        if (uninterpretedOptionBuilder_ == null) {
    2298023756          return uninterpretedOption_.get(index);
     
    2317023946       * </pre>
    2317123947       */
    23172       public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
     23948      @Override
     23949        public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
    2317323950          int index) {
    2317423951        if (uninterpretedOptionBuilder_ == null) {
     
    2318423961       * </pre>
    2318523962       */
    23186       public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
     23963      @Override
     23964        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2318723965           getUninterpretedOptionOrBuilderList() {
    2318823966        if (uninterpretedOptionBuilder_ != null) {
     
    2322224000       * </pre>
    2322324001       */
    23224       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder> 
     24002      public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder>
    2322524003           getUninterpretedOptionBuilderList() {
    2322624004        return getUninterpretedOptionFieldBuilder().getBuilderList();
    2322724005      }
    2322824006      private com.google.protobuf.RepeatedFieldBuilder<
    23229           com.google.protobuf.DescriptorProtos.UninterpretedOption, com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder> 
     24007          com.google.protobuf.DescriptorProtos.UninterpretedOption, com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2323024008          getUninterpretedOptionFieldBuilder() {
    2323124009        if (uninterpretedOptionBuilder_ == null) {
     
    2328624064     * </pre>
    2328724065     */
    23288     java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> 
     24066    java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption>
    2328924067        getUninterpretedOptionList();
    2329024068    /**
     
    2331124089     * </pre>
    2331224090     */
    23313     java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder> 
     24091    java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2331424092        getUninterpretedOptionOrBuilderList();
    2331524093    /**
     
    2334324121    }
    2334424122
    23345     public MethodOptions getDefaultInstanceForType() {
     24123    @Override
     24124        public MethodOptions getDefaultInstanceForType() {
    2334624125      return defaultInstance;
    2334724126    }
     
    2340924188    }
    2341024189
    23411     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     24190    @Override
     24191        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2341224192        internalGetFieldAccessorTable() {
    2341324193      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_MethodOptions_fieldAccessorTable
     
    2341824198    public static com.google.protobuf.Parser<MethodOptions> PARSER =
    2341924199        new com.google.protobuf.AbstractParser<MethodOptions>() {
    23420       public MethodOptions parsePartialFrom(
     24200      @Override
     24201        public MethodOptions parsePartialFrom(
    2342124202          com.google.protobuf.CodedInputStream input,
    2342224203          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2344424225     * </pre>
    2344524226     */
    23446     public boolean hasDeprecated() {
     24227    @Override
     24228        public boolean hasDeprecated() {
    2344724229      return ((bitField0_ & 0x00000001) == 0x00000001);
    2344824230    }
     
    2345724239     * </pre>
    2345824240     */
    23459     public boolean getDeprecated() {
     24241    @Override
     24242        public boolean getDeprecated() {
    2346024243      return deprecated_;
    2346124244    }
     
    2347024253     * </pre>
    2347124254     */
    23472     public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
     24255    @Override
     24256        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
    2347324257      return uninterpretedOption_;
    2347424258    }
     
    2348024264     * </pre>
    2348124265     */
    23482     public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
     24266    @Override
     24267        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2348324268        getUninterpretedOptionOrBuilderList() {
    2348424269      return uninterpretedOption_;
     
    2349124276     * </pre>
    2349224277     */
    23493     public int getUninterpretedOptionCount() {
     24278    @Override
     24279        public int getUninterpretedOptionCount() {
    2349424280      return uninterpretedOption_.size();
    2349524281    }
     
    2350124287     * </pre>
    2350224288     */
    23503     public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
     24289    @Override
     24290        public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
    2350424291      return uninterpretedOption_.get(index);
    2350524292    }
     
    2351124298     * </pre>
    2351224299     */
    23513     public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
     24300    @Override
     24301        public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
    2351424302        int index) {
    2351524303      return uninterpretedOption_.get(index);
     
    2352124309    }
    2352224310    private byte memoizedIsInitialized = -1;
    23523     public final boolean isInitialized() {
     24311    @Override
     24312        public final boolean isInitialized() {
    2352424313      byte isInitialized = memoizedIsInitialized;
    2352524314      if (isInitialized == 1) return true;
     
    2354024329    }
    2354124330
    23542     public void writeTo(com.google.protobuf.CodedOutputStream output)
     24331    @Override
     24332        public void writeTo(com.google.protobuf.CodedOutputStream output)
    2354324333                        throws java.io.IOException {
    2354424334      getSerializedSize();
     
    2355724347
    2355824348    private int memoizedSerializedSize = -1;
    23559     public int getSerializedSize() {
     24349    @Override
     24350        public int getSerializedSize() {
    2356024351      int size = memoizedSerializedSize;
    2356124352      if (size != -1) return size;
     
    2363724428
    2363824429    public static Builder newBuilder() { return Builder.create(); }
    23639     public Builder newBuilderForType() { return newBuilder(); }
     24430    @Override
     24431        public Builder newBuilderForType() { return newBuilder(); }
    2364024432    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.MethodOptions prototype) {
    2364124433      return newBuilder().mergeFrom(prototype);
    2364224434    }
    23643     public Builder toBuilder() { return newBuilder(this); }
     24435    @Override
     24436        public Builder toBuilder() { return newBuilder(this); }
    2364424437
    2364524438    @java.lang.Override
     
    2366224455      }
    2366324456
    23664       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     24457      @Override
     24458        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2366524459          internalGetFieldAccessorTable() {
    2366624460        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_MethodOptions_fieldAccessorTable
     
    2368824482      }
    2368924483
    23690       public Builder clear() {
     24484      @Override
     24485        public Builder clear() {
    2369124486        super.clear();
    2369224487        deprecated_ = false;
     
    2370124496      }
    2370224497
    23703       public Builder clone() {
     24498      @Override
     24499        public Builder clone() {
    2370424500        return create().mergeFrom(buildPartial());
    2370524501      }
    2370624502
    23707       public com.google.protobuf.Descriptors.Descriptor
     24503      @Override
     24504        public com.google.protobuf.Descriptors.Descriptor
    2370824505          getDescriptorForType() {
    2370924506        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_MethodOptions_descriptor;
    2371024507      }
    2371124508
    23712       public com.google.protobuf.DescriptorProtos.MethodOptions getDefaultInstanceForType() {
     24509      @Override
     24510        public com.google.protobuf.DescriptorProtos.MethodOptions getDefaultInstanceForType() {
    2371324511        return com.google.protobuf.DescriptorProtos.MethodOptions.getDefaultInstance();
    2371424512      }
    2371524513
    23716       public com.google.protobuf.DescriptorProtos.MethodOptions build() {
     24514      @Override
     24515        public com.google.protobuf.DescriptorProtos.MethodOptions build() {
    2371724516        com.google.protobuf.DescriptorProtos.MethodOptions result = buildPartial();
    2371824517        if (!result.isInitialized()) {
     
    2372224521      }
    2372324522
    23724       public com.google.protobuf.DescriptorProtos.MethodOptions buildPartial() {
     24523      @Override
     24524        public com.google.protobuf.DescriptorProtos.MethodOptions buildPartial() {
    2372524525        com.google.protobuf.DescriptorProtos.MethodOptions result = new com.google.protobuf.DescriptorProtos.MethodOptions(this);
    2372624526        int from_bitField0_ = bitField0_;
     
    2374424544      }
    2374524545
    23746       public Builder mergeFrom(com.google.protobuf.Message other) {
     24546      @Override
     24547        public Builder mergeFrom(com.google.protobuf.Message other) {
    2374724548        if (other instanceof com.google.protobuf.DescriptorProtos.MethodOptions) {
    2374824549          return mergeFrom((com.google.protobuf.DescriptorProtos.MethodOptions)other);
     
    2377624577              uninterpretedOption_ = other.uninterpretedOption_;
    2377724578              bitField0_ = (bitField0_ & ~0x00000002);
    23778               uninterpretedOptionBuilder_ = 
     24579              uninterpretedOptionBuilder_ =
    2377924580                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    2378024581                   getUninterpretedOptionFieldBuilder() : null;
     
    2378924590      }
    2379024591
    23791       public final boolean isInitialized() {
     24592      @Override
     24593        public final boolean isInitialized() {
    2379224594        for (int i = 0; i < getUninterpretedOptionCount(); i++) {
    2379324595          if (!getUninterpretedOption(i).isInitialized()) {
    23794            
     24596
    2379524597            return false;
    2379624598          }
    2379724599        }
    2379824600        if (!extensionsAreInitialized()) {
    23799          
     24601
    2380024602          return false;
    2380124603        }
     
    2380324605      }
    2380424606
    23805       public Builder mergeFrom(
     24607      @Override
     24608        public Builder mergeFrom(
    2380624609          com.google.protobuf.CodedInputStream input,
    2380724610          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2383324636       * </pre>
    2383424637       */
    23835       public boolean hasDeprecated() {
     24638      @Override
     24639        public boolean hasDeprecated() {
    2383624640        return ((bitField0_ & 0x00000001) == 0x00000001);
    2383724641      }
     
    2384624650       * </pre>
    2384724651       */
    23848       public boolean getDeprecated() {
     24652      @Override
     24653        public boolean getDeprecated() {
    2384924654        return deprecated_;
    2385024655      }
     
    2390124706       * </pre>
    2390224707       */
    23903       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
     24708      @Override
     24709        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption> getUninterpretedOptionList() {
    2390424710        if (uninterpretedOptionBuilder_ == null) {
    2390524711          return java.util.Collections.unmodifiableList(uninterpretedOption_);
     
    2391524721       * </pre>
    2391624722       */
    23917       public int getUninterpretedOptionCount() {
     24723      @Override
     24724        public int getUninterpretedOptionCount() {
    2391824725        if (uninterpretedOptionBuilder_ == null) {
    2391924726          return uninterpretedOption_.size();
     
    2392924736       * </pre>
    2393024737       */
    23931       public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
     24738      @Override
     24739        public com.google.protobuf.DescriptorProtos.UninterpretedOption getUninterpretedOption(int index) {
    2393224740        if (uninterpretedOptionBuilder_ == null) {
    2393324741          return uninterpretedOption_.get(index);
     
    2412324931       * </pre>
    2412424932       */
    24125       public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
     24933      @Override
     24934        public com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(
    2412624935          int index) {
    2412724936        if (uninterpretedOptionBuilder_ == null) {
     
    2413724946       * </pre>
    2413824947       */
    24139       public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
     24948      @Override
     24949        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2414024950           getUninterpretedOptionOrBuilderList() {
    2414124951        if (uninterpretedOptionBuilder_ != null) {
     
    2417524985       * </pre>
    2417624986       */
    24177       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder> 
     24987      public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder>
    2417824988           getUninterpretedOptionBuilderList() {
    2417924989        return getUninterpretedOptionFieldBuilder().getBuilderList();
    2418024990      }
    2418124991      private com.google.protobuf.RepeatedFieldBuilder<
    24182           com.google.protobuf.DescriptorProtos.UninterpretedOption, com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder> 
     24992          com.google.protobuf.DescriptorProtos.UninterpretedOption, com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder>
    2418324993          getUninterpretedOptionFieldBuilder() {
    2418424994        if (uninterpretedOptionBuilder_ == null) {
     
    2421125021     * <code>repeated .google.protobuf.UninterpretedOption.NamePart name = 2;</code>
    2421225022     */
    24213     java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart> 
     25023    java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart>
    2421425024        getNameList();
    2421525025    /**
     
    2422425034     * <code>repeated .google.protobuf.UninterpretedOption.NamePart name = 2;</code>
    2422525035     */
    24226     java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder> 
     25036    java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder>
    2422725037        getNameOrBuilderList();
    2422825038    /**
     
    2433925149    }
    2434025150
    24341     public UninterpretedOption getDefaultInstanceForType() {
     25151    @Override
     25152        public UninterpretedOption getDefaultInstanceForType() {
    2434225153      return defaultInstance;
    2434325154    }
     
    2443225243    }
    2443325244
    24434     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     25245    @Override
     25246        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2443525247        internalGetFieldAccessorTable() {
    2443625248      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_UninterpretedOption_fieldAccessorTable
     
    2444125253    public static com.google.protobuf.Parser<UninterpretedOption> PARSER =
    2444225254        new com.google.protobuf.AbstractParser<UninterpretedOption>() {
    24443       public UninterpretedOption parsePartialFrom(
     25255      @Override
     25256        public UninterpretedOption parsePartialFrom(
    2444425257          com.google.protobuf.CodedInputStream input,
    2444525258          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2450825321      }
    2450925322
    24510       public NamePart getDefaultInstanceForType() {
     25323      @Override
     25324        public NamePart getDefaultInstanceForType() {
    2451125325        return defaultInstance;
    2451225326      }
     
    2456925383      }
    2457025384
    24571       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     25385      @Override
     25386        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2457225387          internalGetFieldAccessorTable() {
    2457325388        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_UninterpretedOption_NamePart_fieldAccessorTable
     
    2457825393      public static com.google.protobuf.Parser<NamePart> PARSER =
    2457925394          new com.google.protobuf.AbstractParser<NamePart>() {
    24580         public NamePart parsePartialFrom(
     25395        @Override
     25396                public NamePart parsePartialFrom(
    2458125397            com.google.protobuf.CodedInputStream input,
    2458225398            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2459725413       * <code>required string name_part = 1;</code>
    2459825414       */
    24599       public boolean hasNamePart() {
     25415      @Override
     25416        public boolean hasNamePart() {
    2460025417        return ((bitField0_ & 0x00000001) == 0x00000001);
    2460125418      }
     
    2460325420       * <code>required string name_part = 1;</code>
    2460425421       */
    24605       public java.lang.String getNamePart() {
     25422      @Override
     25423        public java.lang.String getNamePart() {
    2460625424        java.lang.Object ref = namePart_;
    2460725425        if (ref instanceof java.lang.String) {
    2460825426          return (java.lang.String) ref;
    2460925427        } else {
    24610           com.google.protobuf.ByteString bs = 
     25428          com.google.protobuf.ByteString bs =
    2461125429              (com.google.protobuf.ByteString) ref;
    2461225430          java.lang.String s = bs.toStringUtf8();
     
    2462025438       * <code>required string name_part = 1;</code>
    2462125439       */
    24622       public com.google.protobuf.ByteString
     25440      @Override
     25441        public com.google.protobuf.ByteString
    2462325442          getNamePartBytes() {
    2462425443        java.lang.Object ref = namePart_;
    2462525444        if (ref instanceof java.lang.String) {
    24626           com.google.protobuf.ByteString b = 
     25445          com.google.protobuf.ByteString b =
    2462725446              com.google.protobuf.ByteString.copyFromUtf8(
    2462825447                  (java.lang.String) ref);
     
    2463925458       * <code>required bool is_extension = 2;</code>
    2464025459       */
    24641       public boolean hasIsExtension() {
     25460      @Override
     25461        public boolean hasIsExtension() {
    2464225462        return ((bitField0_ & 0x00000002) == 0x00000002);
    2464325463      }
     
    2464525465       * <code>required bool is_extension = 2;</code>
    2464625466       */
    24647       public boolean getIsExtension() {
     25467      @Override
     25468        public boolean getIsExtension() {
    2464825469        return isExtension_;
    2464925470      }
     
    2465425475      }
    2465525476      private byte memoizedIsInitialized = -1;
    24656       public final boolean isInitialized() {
     25477      @Override
     25478        public final boolean isInitialized() {
    2465725479        byte isInitialized = memoizedIsInitialized;
    2465825480        if (isInitialized == 1) return true;
     
    2467125493      }
    2467225494
    24673       public void writeTo(com.google.protobuf.CodedOutputStream output)
     25495      @Override
     25496        public void writeTo(com.google.protobuf.CodedOutputStream output)
    2467425497                          throws java.io.IOException {
    2467525498        getSerializedSize();
     
    2468425507
    2468525508      private int memoizedSerializedSize = -1;
    24686       public int getSerializedSize() {
     25509      @Override
     25510        public int getSerializedSize() {
    2468725511        int size = memoizedSerializedSize;
    2468825512        if (size != -1) return size;
     
    2476325587
    2476425588      public static Builder newBuilder() { return Builder.create(); }
    24765       public Builder newBuilderForType() { return newBuilder(); }
     25589      @Override
     25590        public Builder newBuilderForType() { return newBuilder(); }
    2476625591      public static Builder newBuilder(com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart prototype) {
    2476725592        return newBuilder().mergeFrom(prototype);
    2476825593      }
    24769       public Builder toBuilder() { return newBuilder(this); }
     25594      @Override
     25595        public Builder toBuilder() { return newBuilder(this); }
    2477025596
    2477125597      @java.lang.Override
     
    2479525621        }
    2479625622
    24797         protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     25623        @Override
     25624                protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2479825625            internalGetFieldAccessorTable() {
    2479925626          return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_UninterpretedOption_NamePart_fieldAccessorTable
     
    2482025647        }
    2482125648
    24822         public Builder clear() {
     25649        @Override
     25650                public Builder clear() {
    2482325651          super.clear();
    2482425652          namePart_ = "";
     
    2482925657        }
    2483025658
    24831         public Builder clone() {
     25659        @Override
     25660                public Builder clone() {
    2483225661          return create().mergeFrom(buildPartial());
    2483325662        }
    2483425663
    24835         public com.google.protobuf.Descriptors.Descriptor
     25664        @Override
     25665                public com.google.protobuf.Descriptors.Descriptor
    2483625666            getDescriptorForType() {
    2483725667          return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_UninterpretedOption_NamePart_descriptor;
    2483825668        }
    2483925669
    24840         public com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart getDefaultInstanceForType() {
     25670        @Override
     25671                public com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart getDefaultInstanceForType() {
    2484125672          return com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.getDefaultInstance();
    2484225673        }
    2484325674
    24844         public com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart build() {
     25675        @Override
     25676                public com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart build() {
    2484525677          com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart result = buildPartial();
    2484625678          if (!result.isInitialized()) {
     
    2485025682        }
    2485125683
    24852         public com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart buildPartial() {
     25684        @Override
     25685                public com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart buildPartial() {
    2485325686          com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart result = new com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart(this);
    2485425687          int from_bitField0_ = bitField0_;
     
    2486725700        }
    2486825701
    24869         public Builder mergeFrom(com.google.protobuf.Message other) {
     25702        @Override
     25703                public Builder mergeFrom(com.google.protobuf.Message other) {
    2487025704          if (other instanceof com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart) {
    2487125705            return mergeFrom((com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart)other);
     
    2489025724        }
    2489125725
    24892         public final boolean isInitialized() {
     25726        @Override
     25727                public final boolean isInitialized() {
    2489325728          if (!hasNamePart()) {
    24894            
     25729
    2489525730            return false;
    2489625731          }
    2489725732          if (!hasIsExtension()) {
    24898            
     25733
    2489925734            return false;
    2490025735          }
     
    2490225737        }
    2490325738
    24904         public Builder mergeFrom(
     25739        @Override
     25740                public Builder mergeFrom(
    2490525741            com.google.protobuf.CodedInputStream input,
    2490625742            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2492525761         * <code>required string name_part = 1;</code>
    2492625762         */
    24927         public boolean hasNamePart() {
     25763        @Override
     25764                public boolean hasNamePart() {
    2492825765          return ((bitField0_ & 0x00000001) == 0x00000001);
    2492925766        }
     
    2493125768         * <code>required string name_part = 1;</code>
    2493225769         */
    24933         public java.lang.String getNamePart() {
     25770        @Override
     25771                public java.lang.String getNamePart() {
    2493425772          java.lang.Object ref = namePart_;
    2493525773          if (!(ref instanceof java.lang.String)) {
     
    2494825786         * <code>required string name_part = 1;</code>
    2494925787         */
    24950         public com.google.protobuf.ByteString
     25788        @Override
     25789                public com.google.protobuf.ByteString
    2495125790            getNamePartBytes() {
    2495225791          java.lang.Object ref = namePart_;
    2495325792          if (ref instanceof String) {
    24954             com.google.protobuf.ByteString b = 
     25793            com.google.protobuf.ByteString b =
    2495525794                com.google.protobuf.ByteString.copyFromUtf8(
    2495625795                    (java.lang.String) ref);
     
    2500125840         * <code>required bool is_extension = 2;</code>
    2500225841         */
    25003         public boolean hasIsExtension() {
     25842        @Override
     25843                public boolean hasIsExtension() {
    2500425844          return ((bitField0_ & 0x00000002) == 0x00000002);
    2500525845        }
     
    2500725847         * <code>required bool is_extension = 2;</code>
    2500825848         */
    25009         public boolean getIsExtension() {
     25849        @Override
     25850                public boolean getIsExtension() {
    2501025851          return isExtension_;
    2501125852        }
     
    2504625887     * <code>repeated .google.protobuf.UninterpretedOption.NamePart name = 2;</code>
    2504725888     */
    25048     public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart> getNameList() {
     25889    @Override
     25890        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart> getNameList() {
    2504925891      return name_;
    2505025892    }
     
    2505225894     * <code>repeated .google.protobuf.UninterpretedOption.NamePart name = 2;</code>
    2505325895     */
    25054     public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder>
     25896    @Override
     25897        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder>
    2505525898        getNameOrBuilderList() {
    2505625899      return name_;
     
    2505925902     * <code>repeated .google.protobuf.UninterpretedOption.NamePart name = 2;</code>
    2506025903     */
    25061     public int getNameCount() {
     25904    @Override
     25905        public int getNameCount() {
    2506225906      return name_.size();
    2506325907    }
     
    2506525909     * <code>repeated .google.protobuf.UninterpretedOption.NamePart name = 2;</code>
    2506625910     */
    25067     public com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart getName(int index) {
     25911    @Override
     25912        public com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart getName(int index) {
    2506825913      return name_.get(index);
    2506925914    }
     
    2507125916     * <code>repeated .google.protobuf.UninterpretedOption.NamePart name = 2;</code>
    2507225917     */
    25073     public com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder getNameOrBuilder(
     25918    @Override
     25919        public com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder getNameOrBuilder(
    2507425920        int index) {
    2507525921      return name_.get(index);
     
    2508625932     * </pre>
    2508725933     */
    25088     public boolean hasIdentifierValue() {
     25934    @Override
     25935        public boolean hasIdentifierValue() {
    2508925936      return ((bitField0_ & 0x00000001) == 0x00000001);
    2509025937    }
     
    2509725944     * </pre>
    2509825945     */
    25099     public java.lang.String getIdentifierValue() {
     25946    @Override
     25947        public java.lang.String getIdentifierValue() {
    2510025948      java.lang.Object ref = identifierValue_;
    2510125949      if (ref instanceof java.lang.String) {
    2510225950        return (java.lang.String) ref;
    2510325951      } else {
    25104         com.google.protobuf.ByteString bs = 
     25952        com.google.protobuf.ByteString bs =
    2510525953            (com.google.protobuf.ByteString) ref;
    2510625954        java.lang.String s = bs.toStringUtf8();
     
    2511925967     * </pre>
    2512025968     */
    25121     public com.google.protobuf.ByteString
     25969    @Override
     25970        public com.google.protobuf.ByteString
    2512225971        getIdentifierValueBytes() {
    2512325972      java.lang.Object ref = identifierValue_;
    2512425973      if (ref instanceof java.lang.String) {
    25125         com.google.protobuf.ByteString b = 
     25974        com.google.protobuf.ByteString b =
    2512625975            com.google.protobuf.ByteString.copyFromUtf8(
    2512725976                (java.lang.String) ref);
     
    2513825987     * <code>optional uint64 positive_int_value = 4;</code>
    2513925988     */
    25140     public boolean hasPositiveIntValue() {
     25989    @Override
     25990        public boolean hasPositiveIntValue() {
    2514125991      return ((bitField0_ & 0x00000002) == 0x00000002);
    2514225992    }
     
    2514425994     * <code>optional uint64 positive_int_value = 4;</code>
    2514525995     */
    25146     public long getPositiveIntValue() {
     25996    @Override
     25997        public long getPositiveIntValue() {
    2514725998      return positiveIntValue_;
    2514825999    }
     
    2515326004     * <code>optional int64 negative_int_value = 5;</code>
    2515426005     */
    25155     public boolean hasNegativeIntValue() {
     26006    @Override
     26007        public boolean hasNegativeIntValue() {
    2515626008      return ((bitField0_ & 0x00000004) == 0x00000004);
    2515726009    }
     
    2515926011     * <code>optional int64 negative_int_value = 5;</code>
    2516026012     */
    25161     public long getNegativeIntValue() {
     26013    @Override
     26014        public long getNegativeIntValue() {
    2516226015      return negativeIntValue_;
    2516326016    }
     
    2516826021     * <code>optional double double_value = 6;</code>
    2516926022     */
    25170     public boolean hasDoubleValue() {
     26023    @Override
     26024        public boolean hasDoubleValue() {
    2517126025      return ((bitField0_ & 0x00000008) == 0x00000008);
    2517226026    }
     
    2517426028     * <code>optional double double_value = 6;</code>
    2517526029     */
    25176     public double getDoubleValue() {
     26030    @Override
     26031        public double getDoubleValue() {
    2517726032      return doubleValue_;
    2517826033    }
     
    2518326038     * <code>optional bytes string_value = 7;</code>
    2518426039     */
    25185     public boolean hasStringValue() {
     26040    @Override
     26041        public boolean hasStringValue() {
    2518626042      return ((bitField0_ & 0x00000010) == 0x00000010);
    2518726043    }
     
    2518926045     * <code>optional bytes string_value = 7;</code>
    2519026046     */
    25191     public com.google.protobuf.ByteString getStringValue() {
     26047    @Override
     26048        public com.google.protobuf.ByteString getStringValue() {
    2519226049      return stringValue_;
    2519326050    }
     
    2519826055     * <code>optional string aggregate_value = 8;</code>
    2519926056     */
    25200     public boolean hasAggregateValue() {
     26057    @Override
     26058        public boolean hasAggregateValue() {
    2520126059      return ((bitField0_ & 0x00000020) == 0x00000020);
    2520226060    }
     
    2520426062     * <code>optional string aggregate_value = 8;</code>
    2520526063     */
    25206     public java.lang.String getAggregateValue() {
     26064    @Override
     26065        public java.lang.String getAggregateValue() {
    2520726066      java.lang.Object ref = aggregateValue_;
    2520826067      if (ref instanceof java.lang.String) {
    2520926068        return (java.lang.String) ref;
    2521026069      } else {
    25211         com.google.protobuf.ByteString bs = 
     26070        com.google.protobuf.ByteString bs =
    2521226071            (com.google.protobuf.ByteString) ref;
    2521326072        java.lang.String s = bs.toStringUtf8();
     
    2522126080     * <code>optional string aggregate_value = 8;</code>
    2522226081     */
    25223     public com.google.protobuf.ByteString
     26082    @Override
     26083        public com.google.protobuf.ByteString
    2522426084        getAggregateValueBytes() {
    2522526085      java.lang.Object ref = aggregateValue_;
    2522626086      if (ref instanceof java.lang.String) {
    25227         com.google.protobuf.ByteString b = 
     26087        com.google.protobuf.ByteString b =
    2522826088            com.google.protobuf.ByteString.copyFromUtf8(
    2522926089                (java.lang.String) ref);
     
    2524526105    }
    2524626106    private byte memoizedIsInitialized = -1;
    25247     public final boolean isInitialized() {
     26107    @Override
     26108        public final boolean isInitialized() {
    2524826109      byte isInitialized = memoizedIsInitialized;
    2524926110      if (isInitialized == 1) return true;
     
    2526026121    }
    2526126122
    25262     public void writeTo(com.google.protobuf.CodedOutputStream output)
     26123    @Override
     26124        public void writeTo(com.google.protobuf.CodedOutputStream output)
    2526326125                        throws java.io.IOException {
    2526426126      getSerializedSize();
     
    2528826150
    2528926151    private int memoizedSerializedSize = -1;
    25290     public int getSerializedSize() {
     26152    @Override
     26153        public int getSerializedSize() {
    2529126154      int size = memoizedSerializedSize;
    2529226155      if (size != -1) return size;
     
    2538726250
    2538826251    public static Builder newBuilder() { return Builder.create(); }
    25389     public Builder newBuilderForType() { return newBuilder(); }
     26252    @Override
     26253        public Builder newBuilderForType() { return newBuilder(); }
    2539026254    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.UninterpretedOption prototype) {
    2539126255      return newBuilder().mergeFrom(prototype);
    2539226256    }
    25393     public Builder toBuilder() { return newBuilder(this); }
     26257    @Override
     26258        public Builder toBuilder() { return newBuilder(this); }
    2539426259
    2539526260    @java.lang.Override
     
    2542026285      }
    2542126286
    25422       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     26287      @Override
     26288        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2542326289          internalGetFieldAccessorTable() {
    2542426290        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_UninterpretedOption_fieldAccessorTable
     
    2544626312      }
    2544726313
    25448       public Builder clear() {
     26314      @Override
     26315        public Builder clear() {
    2544926316        super.clear();
    2545026317        if (nameBuilder_ == null) {
     
    2546926336      }
    2547026337
    25471       public Builder clone() {
     26338      @Override
     26339        public Builder clone() {
    2547226340        return create().mergeFrom(buildPartial());
    2547326341      }
    2547426342
    25475       public com.google.protobuf.Descriptors.Descriptor
     26343      @Override
     26344        public com.google.protobuf.Descriptors.Descriptor
    2547626345          getDescriptorForType() {
    2547726346        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_UninterpretedOption_descriptor;
    2547826347      }
    2547926348
    25480       public com.google.protobuf.DescriptorProtos.UninterpretedOption getDefaultInstanceForType() {
     26349      @Override
     26350        public com.google.protobuf.DescriptorProtos.UninterpretedOption getDefaultInstanceForType() {
    2548126351        return com.google.protobuf.DescriptorProtos.UninterpretedOption.getDefaultInstance();
    2548226352      }
    2548326353
    25484       public com.google.protobuf.DescriptorProtos.UninterpretedOption build() {
     26354      @Override
     26355        public com.google.protobuf.DescriptorProtos.UninterpretedOption build() {
    2548526356        com.google.protobuf.DescriptorProtos.UninterpretedOption result = buildPartial();
    2548626357        if (!result.isInitialized()) {
     
    2549026361      }
    2549126362
    25492       public com.google.protobuf.DescriptorProtos.UninterpretedOption buildPartial() {
     26363      @Override
     26364        public com.google.protobuf.DescriptorProtos.UninterpretedOption buildPartial() {
    2549326365        com.google.protobuf.DescriptorProtos.UninterpretedOption result = new com.google.protobuf.DescriptorProtos.UninterpretedOption(this);
    2549426366        int from_bitField0_ = bitField0_;
     
    2553226404      }
    2553326405
    25534       public Builder mergeFrom(com.google.protobuf.Message other) {
     26406      @Override
     26407        public Builder mergeFrom(com.google.protobuf.Message other) {
    2553526408        if (other instanceof com.google.protobuf.DescriptorProtos.UninterpretedOption) {
    2553626409          return mergeFrom((com.google.protobuf.DescriptorProtos.UninterpretedOption)other);
     
    2556126434              name_ = other.name_;
    2556226435              bitField0_ = (bitField0_ & ~0x00000001);
    25563               nameBuilder_ = 
     26436              nameBuilder_ =
    2556426437                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    2556526438                   getNameFieldBuilder() : null;
     
    2559526468      }
    2559626469
    25597       public final boolean isInitialized() {
     26470      @Override
     26471        public final boolean isInitialized() {
    2559826472        for (int i = 0; i < getNameCount(); i++) {
    2559926473          if (!getName(i).isInitialized()) {
    25600            
     26474
    2560126475            return false;
    2560226476          }
     
    2560526479      }
    2560626480
    25607       public Builder mergeFrom(
     26481      @Override
     26482        public Builder mergeFrom(
    2560826483          com.google.protobuf.CodedInputStream input,
    2560926484          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2563926514       * <code>repeated .google.protobuf.UninterpretedOption.NamePart name = 2;</code>
    2564026515       */
    25641       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart> getNameList() {
     26516      @Override
     26517        public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart> getNameList() {
    2564226518        if (nameBuilder_ == null) {
    2564326519          return java.util.Collections.unmodifiableList(name_);
     
    2564926525       * <code>repeated .google.protobuf.UninterpretedOption.NamePart name = 2;</code>
    2565026526       */
    25651       public int getNameCount() {
     26527      @Override
     26528        public int getNameCount() {
    2565226529        if (nameBuilder_ == null) {
    2565326530          return name_.size();
     
    2565926536       * <code>repeated .google.protobuf.UninterpretedOption.NamePart name = 2;</code>
    2566026537       */
    25661       public com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart getName(int index) {
     26538      @Override
     26539        public com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart getName(int index) {
    2566226540        if (nameBuilder_ == null) {
    2566326541          return name_.get(index);
     
    2580926687       * <code>repeated .google.protobuf.UninterpretedOption.NamePart name = 2;</code>
    2581026688       */
    25811       public com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder getNameOrBuilder(
     26689      @Override
     26690        public com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder getNameOrBuilder(
    2581226691          int index) {
    2581326692        if (nameBuilder_ == null) {
     
    2581926698       * <code>repeated .google.protobuf.UninterpretedOption.NamePart name = 2;</code>
    2582026699       */
    25821       public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder>
     26700      @Override
     26701        public java.util.List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder>
    2582226702           getNameOrBuilderList() {
    2582326703        if (nameBuilder_ != null) {
     
    2584526725       * <code>repeated .google.protobuf.UninterpretedOption.NamePart name = 2;</code>
    2584626726       */
    25847       public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder> 
     26727      public java.util.List<com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder>
    2584826728           getNameBuilderList() {
    2584926729        return getNameFieldBuilder().getBuilderList();
    2585026730      }
    2585126731      private com.google.protobuf.RepeatedFieldBuilder<
    25852           com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart, com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder> 
     26732          com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart, com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder, com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder>
    2585326733          getNameFieldBuilder() {
    2585426734        if (nameBuilder_ == null) {
     
    2587226752       * </pre>
    2587326753       */
    25874       public boolean hasIdentifierValue() {
     26754      @Override
     26755        public boolean hasIdentifierValue() {
    2587526756        return ((bitField0_ & 0x00000002) == 0x00000002);
    2587626757      }
     
    2588326764       * </pre>
    2588426765       */
    25885       public java.lang.String getIdentifierValue() {
     26766      @Override
     26767        public java.lang.String getIdentifierValue() {
    2588626768        java.lang.Object ref = identifierValue_;
    2588726769        if (!(ref instanceof java.lang.String)) {
     
    2590526787       * </pre>
    2590626788       */
    25907       public com.google.protobuf.ByteString
     26789      @Override
     26790        public com.google.protobuf.ByteString
    2590826791          getIdentifierValueBytes() {
    2590926792        java.lang.Object ref = identifierValue_;
    2591026793        if (ref instanceof String) {
    25911           com.google.protobuf.ByteString b = 
     26794          com.google.protobuf.ByteString b =
    2591226795              com.google.protobuf.ByteString.copyFromUtf8(
    2591326796                  (java.lang.String) ref);
     
    2597326856       * <code>optional uint64 positive_int_value = 4;</code>
    2597426857       */
    25975       public boolean hasPositiveIntValue() {
     26858      @Override
     26859        public boolean hasPositiveIntValue() {
    2597626860        return ((bitField0_ & 0x00000004) == 0x00000004);
    2597726861      }
     
    2597926863       * <code>optional uint64 positive_int_value = 4;</code>
    2598026864       */
    25981       public long getPositiveIntValue() {
     26865      @Override
     26866        public long getPositiveIntValue() {
    2598226867        return positiveIntValue_;
    2598326868      }
     
    2600526890       * <code>optional int64 negative_int_value = 5;</code>
    2600626891       */
    26007       public boolean hasNegativeIntValue() {
     26892      @Override
     26893        public boolean hasNegativeIntValue() {
    2600826894        return ((bitField0_ & 0x00000008) == 0x00000008);
    2600926895      }
     
    2601126897       * <code>optional int64 negative_int_value = 5;</code>
    2601226898       */
    26013       public long getNegativeIntValue() {
     26899      @Override
     26900        public long getNegativeIntValue() {
    2601426901        return negativeIntValue_;
    2601526902      }
     
    2603726924       * <code>optional double double_value = 6;</code>
    2603826925       */
    26039       public boolean hasDoubleValue() {
     26926      @Override
     26927        public boolean hasDoubleValue() {
    2604026928        return ((bitField0_ & 0x00000010) == 0x00000010);
    2604126929      }
     
    2604326931       * <code>optional double double_value = 6;</code>
    2604426932       */
    26045       public double getDoubleValue() {
     26933      @Override
     26934        public double getDoubleValue() {
    2604626935        return doubleValue_;
    2604726936      }
     
    2606926958       * <code>optional bytes string_value = 7;</code>
    2607026959       */
    26071       public boolean hasStringValue() {
     26960      @Override
     26961        public boolean hasStringValue() {
    2607226962        return ((bitField0_ & 0x00000020) == 0x00000020);
    2607326963      }
     
    2607526965       * <code>optional bytes string_value = 7;</code>
    2607626966       */
    26077       public com.google.protobuf.ByteString getStringValue() {
     26967      @Override
     26968        public com.google.protobuf.ByteString getStringValue() {
    2607826969        return stringValue_;
    2607926970      }
     
    2610426995       * <code>optional string aggregate_value = 8;</code>
    2610526996       */
    26106       public boolean hasAggregateValue() {
     26997      @Override
     26998        public boolean hasAggregateValue() {
    2610726999        return ((bitField0_ & 0x00000040) == 0x00000040);
    2610827000      }
     
    2611027002       * <code>optional string aggregate_value = 8;</code>
    2611127003       */
    26112       public java.lang.String getAggregateValue() {
     27004      @Override
     27005        public java.lang.String getAggregateValue() {
    2611327006        java.lang.Object ref = aggregateValue_;
    2611427007        if (!(ref instanceof java.lang.String)) {
     
    2612727020       * <code>optional string aggregate_value = 8;</code>
    2612827021       */
    26129       public com.google.protobuf.ByteString
     27022      @Override
     27023        public com.google.protobuf.ByteString
    2613027024          getAggregateValueBytes() {
    2613127025        java.lang.Object ref = aggregateValue_;
    2613227026        if (ref instanceof String) {
    26133           com.google.protobuf.ByteString b = 
     27027          com.google.protobuf.ByteString b =
    2613427028              com.google.protobuf.ByteString.copyFromUtf8(
    2613527029                  (java.lang.String) ref);
     
    2623827132     * </pre>
    2623927133     */
    26240     java.util.List<com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location> 
     27134    java.util.List<com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location>
    2624127135        getLocationList();
    2624227136    /**
     
    2638327277     * </pre>
    2638427278     */
    26385     java.util.List<? extends com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder> 
     27279    java.util.List<? extends com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder>
    2638627280        getLocationOrBuilderList();
    2638727281    /**
     
    2645927353    }
    2646027354
    26461     public SourceCodeInfo getDefaultInstanceForType() {
     27355    @Override
     27356        public SourceCodeInfo getDefaultInstanceForType() {
    2646227357      return defaultInstance;
    2646327358    }
     
    2652027415    }
    2652127416
    26522     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     27417    @Override
     27418        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2652327419        internalGetFieldAccessorTable() {
    2652427420      return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_SourceCodeInfo_fieldAccessorTable
     
    2652927425    public static com.google.protobuf.Parser<SourceCodeInfo> PARSER =
    2653027426        new com.google.protobuf.AbstractParser<SourceCodeInfo>() {
    26531       public SourceCodeInfo parsePartialFrom(
     27427      @Override
     27428        public SourceCodeInfo parsePartialFrom(
    2653227429          com.google.protobuf.CodedInputStream input,
    2653327430          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2680527702      }
    2680627703
    26807       public Location getDefaultInstanceForType() {
     27704      @Override
     27705        public Location getDefaultInstanceForType() {
    2680827706        return defaultInstance;
    2680927707      }
     
    2691527813      }
    2691627814
    26917       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     27815      @Override
     27816        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2691827817          internalGetFieldAccessorTable() {
    2691927818        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_SourceCodeInfo_Location_fieldAccessorTable
     
    2692427823      public static com.google.protobuf.Parser<Location> PARSER =
    2692527824          new com.google.protobuf.AbstractParser<Location>() {
    26926         public Location parsePartialFrom(
     27825        @Override
     27826                public Location parsePartialFrom(
    2692727827            com.google.protobuf.CodedInputStream input,
    2692827828            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2696727867       * </pre>
    2696827868       */
    26969       public java.util.List<java.lang.Integer>
     27869      @Override
     27870        public java.util.List<java.lang.Integer>
    2697027871          getPathList() {
    2697127872        return path_;
     
    2699827899       * </pre>
    2699927900       */
    27000       public int getPathCount() {
     27901      @Override
     27902        public int getPathCount() {
    2700127903        return path_.size();
    2700227904      }
     
    2702827930       * </pre>
    2702927931       */
    27030       public int getPath(int index) {
     27932      @Override
     27933        public int getPath(int index) {
    2703127934        return path_.get(index);
    2703227935      }
     
    2704627949       * </pre>
    2704727950       */
    27048       public java.util.List<java.lang.Integer>
     27951      @Override
     27952        public java.util.List<java.lang.Integer>
    2704927953          getSpanList() {
    2705027954        return span_;
     
    2706127965       * </pre>
    2706227966       */
    27063       public int getSpanCount() {
     27967      @Override
     27968        public int getSpanCount() {
    2706427969        return span_.size();
    2706527970      }
     
    2707527980       * </pre>
    2707627981       */
    27077       public int getSpan(int index) {
     27982      @Override
     27983        public int getSpan(int index) {
    2707827984        return span_.get(index);
    2707927985      }
     
    2711528021       * </pre>
    2711628022       */
    27117       public boolean hasLeadingComments() {
     28023      @Override
     28024        public boolean hasLeadingComments() {
    2711828025        return ((bitField0_ & 0x00000001) == 0x00000001);
    2711928026      }
     
    2715128058       * </pre>
    2715228059       */
    27153       public java.lang.String getLeadingComments() {
     28060      @Override
     28061        public java.lang.String getLeadingComments() {
    2715428062        java.lang.Object ref = leadingComments_;
    2715528063        if (ref instanceof java.lang.String) {
    2715628064          return (java.lang.String) ref;
    2715728065        } else {
    27158           com.google.protobuf.ByteString bs = 
     28066          com.google.protobuf.ByteString bs =
    2715928067              (com.google.protobuf.ByteString) ref;
    2716028068          java.lang.String s = bs.toStringUtf8();
     
    2719828106       * </pre>
    2719928107       */
    27200       public com.google.protobuf.ByteString
     28108      @Override
     28109        public com.google.protobuf.ByteString
    2720128110          getLeadingCommentsBytes() {
    2720228111        java.lang.Object ref = leadingComments_;
    2720328112        if (ref instanceof java.lang.String) {
    27204           com.google.protobuf.ByteString b = 
     28113          com.google.protobuf.ByteString b =
    2720528114              com.google.protobuf.ByteString.copyFromUtf8(
    2720628115                  (java.lang.String) ref);
     
    2721728126       * <code>optional string trailing_comments = 4;</code>
    2721828127       */
    27219       public boolean hasTrailingComments() {
     28128      @Override
     28129        public boolean hasTrailingComments() {
    2722028130        return ((bitField0_ & 0x00000002) == 0x00000002);
    2722128131      }
     
    2722328133       * <code>optional string trailing_comments = 4;</code>
    2722428134       */
    27225       public java.lang.String getTrailingComments() {
     28135      @Override
     28136        public java.lang.String getTrailingComments() {
    2722628137        java.lang.Object ref = trailingComments_;
    2722728138        if (ref instanceof java.lang.String) {
    2722828139          return (java.lang.String) ref;
    2722928140        } else {
    27230           com.google.protobuf.ByteString bs = 
     28141          com.google.protobuf.ByteString bs =
    2723128142              (com.google.protobuf.ByteString) ref;
    2723228143          java.lang.String s = bs.toStringUtf8();
     
    2724028151       * <code>optional string trailing_comments = 4;</code>
    2724128152       */
    27242       public com.google.protobuf.ByteString
     28153      @Override
     28154        public com.google.protobuf.ByteString
    2724328155          getTrailingCommentsBytes() {
    2724428156        java.lang.Object ref = trailingComments_;
    2724528157        if (ref instanceof java.lang.String) {
    27246           com.google.protobuf.ByteString b = 
     28158          com.google.protobuf.ByteString b =
    2724728159              com.google.protobuf.ByteString.copyFromUtf8(
    2724828160                  (java.lang.String) ref);
     
    2726128173      }
    2726228174      private byte memoizedIsInitialized = -1;
    27263       public final boolean isInitialized() {
     28175      @Override
     28176        public final boolean isInitialized() {
    2726428177        byte isInitialized = memoizedIsInitialized;
    2726528178        if (isInitialized == 1) return true;
     
    2727028183      }
    2727128184
    27272       public void writeTo(com.google.protobuf.CodedOutputStream output)
     28185      @Override
     28186        public void writeTo(com.google.protobuf.CodedOutputStream output)
    2727328187                          throws java.io.IOException {
    2727428188        getSerializedSize();
     
    2729728211
    2729828212      private int memoizedSerializedSize = -1;
    27299       public int getSerializedSize() {
     28213      @Override
     28214        public int getSerializedSize() {
    2730028215        int size = memoizedSerializedSize;
    2730128216        if (size != -1) return size;
     
    2740428319
    2740528320      public static Builder newBuilder() { return Builder.create(); }
    27406       public Builder newBuilderForType() { return newBuilder(); }
     28321      @Override
     28322        public Builder newBuilderForType() { return newBuilder(); }
    2740728323      public static Builder newBuilder(com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location prototype) {
    2740828324        return newBuilder().mergeFrom(prototype);
    2740928325      }
    27410       public Builder toBuilder() { return newBuilder(this); }
     28326      @Override
     28327        public Builder toBuilder() { return newBuilder(this); }
    2741128328
    2741228329      @java.lang.Override
     
    2742828345        }
    2742928346
    27430         protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     28347        @Override
     28348                protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2743128349            internalGetFieldAccessorTable() {
    2743228350          return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_SourceCodeInfo_Location_fieldAccessorTable
     
    2745328371        }
    2745428372
    27455         public Builder clear() {
     28373        @Override
     28374                public Builder clear() {
    2745628375          super.clear();
    2745728376          path_ = java.util.Collections.emptyList();
     
    2746628385        }
    2746728386
    27468         public Builder clone() {
     28387        @Override
     28388                public Builder clone() {
    2746928389          return create().mergeFrom(buildPartial());
    2747028390        }
    2747128391
    27472         public com.google.protobuf.Descriptors.Descriptor
     28392        @Override
     28393                public com.google.protobuf.Descriptors.Descriptor
    2747328394            getDescriptorForType() {
    2747428395          return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_SourceCodeInfo_Location_descriptor;
    2747528396        }
    2747628397
    27477         public com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location getDefaultInstanceForType() {
     28398        @Override
     28399                public com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location getDefaultInstanceForType() {
    2747828400          return com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.getDefaultInstance();
    2747928401        }
    2748028402
    27481         public com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location build() {
     28403        @Override
     28404                public com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location build() {
    2748228405          com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location result = buildPartial();
    2748328406          if (!result.isInitialized()) {
     
    2748728410        }
    2748828411
    27489         public com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location buildPartial() {
     28412        @Override
     28413                public com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location buildPartial() {
    2749028414          com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location result = new com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location(this);
    2749128415          int from_bitField0_ = bitField0_;
     
    2751428438        }
    2751528439
    27516         public Builder mergeFrom(com.google.protobuf.Message other) {
     28440        @Override
     28441                public Builder mergeFrom(com.google.protobuf.Message other) {
    2751728442          if (other instanceof com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location) {
    2751828443            return mergeFrom((com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location)other);
     
    2755928484        }
    2756028485
    27561         public final boolean isInitialized() {
     28486        @Override
     28487                public final boolean isInitialized() {
    2756228488          return true;
    2756328489        }
    2756428490
    27565         public Builder mergeFrom(
     28491        @Override
     28492                public Builder mergeFrom(
    2756628493            com.google.protobuf.CodedInputStream input,
    2756728494            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2761628543         * </pre>
    2761728544         */
    27618         public java.util.List<java.lang.Integer>
     28545        @Override
     28546                public java.util.List<java.lang.Integer>
    2761928547            getPathList() {
    2762028548          return java.util.Collections.unmodifiableList(path_);
     
    2764728575         * </pre>
    2764828576         */
    27649         public int getPathCount() {
     28577        @Override
     28578                public int getPathCount() {
    2765028579          return path_.size();
    2765128580        }
     
    2767728606         * </pre>
    2767828607         */
    27679         public int getPath(int index) {
     28608        @Override
     28609                public int getPath(int index) {
    2768028610          return path_.get(index);
    2768128611        }
     
    2783428764         * </pre>
    2783528765         */
    27836         public java.util.List<java.lang.Integer>
     28766        @Override
     28767                public java.util.List<java.lang.Integer>
    2783728768            getSpanList() {
    2783828769          return java.util.Collections.unmodifiableList(span_);
     
    2784928780         * </pre>
    2785028781         */
    27851         public int getSpanCount() {
     28782        @Override
     28783                public int getSpanCount() {
    2785228784          return span_.size();
    2785328785        }
     
    2786328795         * </pre>
    2786428796         */
    27865         public int getSpan(int index) {
     28797        @Override
     28798                public int getSpan(int index) {
    2786628799          return span_.get(index);
    2786728800        }
     
    2797228905         * </pre>
    2797328906         */
    27974         public boolean hasLeadingComments() {
     28907        @Override
     28908                public boolean hasLeadingComments() {
    2797528909          return ((bitField0_ & 0x00000004) == 0x00000004);
    2797628910        }
     
    2800828942         * </pre>
    2800928943         */
    28010         public java.lang.String getLeadingComments() {
     28944        @Override
     28945                public java.lang.String getLeadingComments() {
    2801128946          java.lang.Object ref = leadingComments_;
    2801228947          if (!(ref instanceof java.lang.String)) {
     
    2805528990         * </pre>
    2805628991         */
    28057         public com.google.protobuf.ByteString
     28992        @Override
     28993                public com.google.protobuf.ByteString
    2805828994            getLeadingCommentsBytes() {
    2805928995          java.lang.Object ref = leadingComments_;
    2806028996          if (ref instanceof String) {
    28061             com.google.protobuf.ByteString b = 
     28997            com.google.protobuf.ByteString b =
    2806228998                com.google.protobuf.ByteString.copyFromUtf8(
    2806328999                    (java.lang.String) ref);
     
    2819829134         * <code>optional string trailing_comments = 4;</code>
    2819929135         */
    28200         public boolean hasTrailingComments() {
     29136        @Override
     29137                public boolean hasTrailingComments() {
    2820129138          return ((bitField0_ & 0x00000008) == 0x00000008);
    2820229139        }
     
    2820429141         * <code>optional string trailing_comments = 4;</code>
    2820529142         */
    28206         public java.lang.String getTrailingComments() {
     29143        @Override
     29144                public java.lang.String getTrailingComments() {
    2820729145          java.lang.Object ref = trailingComments_;
    2820829146          if (!(ref instanceof java.lang.String)) {
     
    2822129159         * <code>optional string trailing_comments = 4;</code>
    2822229160         */
    28223         public com.google.protobuf.ByteString
     29161        @Override
     29162                public com.google.protobuf.ByteString
    2822429163            getTrailingCommentsBytes() {
    2822529164          java.lang.Object ref = trailingComments_;
    2822629165          if (ref instanceof String) {
    28227             com.google.protobuf.ByteString b = 
     29166            com.google.protobuf.ByteString b =
    2822829167                com.google.protobuf.ByteString.copyFromUtf8(
    2822929168                    (java.lang.String) ref);
     
    2833029269     * </pre>
    2833129270     */
    28332     public java.util.List<com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location> getLocationList() {
     29271    @Override
     29272        public java.util.List<com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location> getLocationList() {
    2833329273      return location_;
    2833429274    }
     
    2838029320     * </pre>
    2838129321     */
    28382     public java.util.List<? extends com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder>
     29322    @Override
     29323        public java.util.List<? extends com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder>
    2838329324        getLocationOrBuilderList() {
    2838429325      return location_;
     
    2843129372     * </pre>
    2843229373     */
    28433     public int getLocationCount() {
     29374    @Override
     29375        public int getLocationCount() {
    2843429376      return location_.size();
    2843529377    }
     
    2848129423     * </pre>
    2848229424     */
    28483     public com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location getLocation(int index) {
     29425    @Override
     29426        public com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location getLocation(int index) {
    2848429427      return location_.get(index);
    2848529428    }
     
    2853129474     * </pre>
    2853229475     */
    28533     public com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder getLocationOrBuilder(
     29476    @Override
     29477        public com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder getLocationOrBuilder(
    2853429478        int index) {
    2853529479      return location_.get(index);
     
    2854029484    }
    2854129485    private byte memoizedIsInitialized = -1;
    28542     public final boolean isInitialized() {
     29486    @Override
     29487        public final boolean isInitialized() {
    2854329488      byte isInitialized = memoizedIsInitialized;
    2854429489      if (isInitialized == 1) return true;
     
    2854929494    }
    2855029495
    28551     public void writeTo(com.google.protobuf.CodedOutputStream output)
     29496    @Override
     29497        public void writeTo(com.google.protobuf.CodedOutputStream output)
    2855229498                        throws java.io.IOException {
    2855329499      getSerializedSize();
     
    2855929505
    2856029506    private int memoizedSerializedSize = -1;
    28561     public int getSerializedSize() {
     29507    @Override
     29508        public int getSerializedSize() {
    2856229509      int size = memoizedSerializedSize;
    2856329510      if (size != -1) return size;
     
    2863429581
    2863529582    public static Builder newBuilder() { return Builder.create(); }
    28636     public Builder newBuilderForType() { return newBuilder(); }
     29583    @Override
     29584        public Builder newBuilderForType() { return newBuilder(); }
    2863729585    public static Builder newBuilder(com.google.protobuf.DescriptorProtos.SourceCodeInfo prototype) {
    2863829586      return newBuilder().mergeFrom(prototype);
    2863929587    }
    28640     public Builder toBuilder() { return newBuilder(this); }
     29588    @Override
     29589        public Builder toBuilder() { return newBuilder(this); }
    2864129590
    2864229591    @java.lang.Override
     
    2866329612      }
    2866429613
    28665       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     29614      @Override
     29615        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
    2866629616          internalGetFieldAccessorTable() {
    2866729617        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_SourceCodeInfo_fieldAccessorTable
     
    2868929639      }
    2869029640
    28691       public Builder clear() {
     29641      @Override
     29642        public Builder clear() {
    2869229643        super.clear();
    2869329644        if (locationBuilder_ == null) {
     
    2870029651      }
    2870129652
    28702       public Builder clone() {
     29653      @Override
     29654        public Builder clone() {
    2870329655        return create().mergeFrom(buildPartial());
    2870429656      }
    2870529657
    28706       public com.google.protobuf.Descriptors.Descriptor
     29658      @Override
     29659        public com.google.protobuf.Descriptors.Descriptor
    2870729660          getDescriptorForType() {
    2870829661        return com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_SourceCodeInfo_descriptor;
    2870929662      }
    2871029663
    28711       public com.google.protobuf.DescriptorProtos.SourceCodeInfo getDefaultInstanceForType() {
     29664      @Override
     29665        public com.google.protobuf.DescriptorProtos.SourceCodeInfo getDefaultInstanceForType() {
    2871229666        return com.google.protobuf.DescriptorProtos.SourceCodeInfo.getDefaultInstance();
    2871329667      }
    2871429668
    28715       public com.google.protobuf.DescriptorProtos.SourceCodeInfo build() {
     29669      @Override
     29670        public com.google.protobuf.DescriptorProtos.SourceCodeInfo build() {
    2871629671        com.google.protobuf.DescriptorProtos.SourceCodeInfo result = buildPartial();
    2871729672        if (!result.isInitialized()) {
     
    2872129676      }
    2872229677
    28723       public com.google.protobuf.DescriptorProtos.SourceCodeInfo buildPartial() {
     29678      @Override
     29679        public com.google.protobuf.DescriptorProtos.SourceCodeInfo buildPartial() {
    2872429680        com.google.protobuf.DescriptorProtos.SourceCodeInfo result = new com.google.protobuf.DescriptorProtos.SourceCodeInfo(this);
    2872529681        int from_bitField0_ = bitField0_;
     
    2873729693      }
    2873829694
    28739       public Builder mergeFrom(com.google.protobuf.Message other) {
     29695      @Override
     29696        public Builder mergeFrom(com.google.protobuf.Message other) {
    2874029697        if (other instanceof com.google.protobuf.DescriptorProtos.SourceCodeInfo) {
    2874129698          return mergeFrom((com.google.protobuf.DescriptorProtos.SourceCodeInfo)other);
     
    2876629723              location_ = other.location_;
    2876729724              bitField0_ = (bitField0_ & ~0x00000001);
    28768               locationBuilder_ = 
     29725              locationBuilder_ =
    2876929726                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
    2877029727                   getLocationFieldBuilder() : null;
     
    2877829735      }
    2877929736
    28780       public final boolean isInitialized() {
     29737      @Override
     29738        public final boolean isInitialized() {
    2878129739        return true;
    2878229740      }
    2878329741
    28784       public Builder mergeFrom(
     29742      @Override
     29743        public Builder mergeFrom(
    2878529744          com.google.protobuf.CodedInputStream input,
    2878629745          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    2886029819       * </pre>
    2886129820       */
    28862       public java.util.List<com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location> getLocationList() {
     29821      @Override
     29822        public java.util.List<com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location> getLocationList() {
    2886329823        if (locationBuilder_ == null) {
    2886429824          return java.util.Collections.unmodifiableList(location_);
     
    2891429874       * </pre>
    2891529875       */
    28916       public int getLocationCount() {
     29876      @Override
     29877        public int getLocationCount() {
    2891729878        if (locationBuilder_ == null) {
    2891829879          return location_.size();
     
    2896829929       * </pre>
    2896929930       */
    28970       public com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location getLocation(int index) {
     29931      @Override
     29932        public com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location getLocation(int index) {
    2897129933        if (locationBuilder_ == null) {
    2897229934          return location_.get(index);
     
    2960230564       * </pre>
    2960330565       */
    29604       public com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder getLocationOrBuilder(
     30566      @Override
     30567        public com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder getLocationOrBuilder(
    2960530568          int index) {
    2960630569        if (locationBuilder_ == null) {
     
    2965630619       * </pre>
    2965730620       */
    29658       public java.util.List<? extends com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder>
     30621      @Override
     30622        public java.util.List<? extends com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder>
    2965930623           getLocationOrBuilderList() {
    2966030624        if (locationBuilder_ != null) {
     
    2981430778       * </pre>
    2981530779       */
    29816       public java.util.List<com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder> 
     30780      public java.util.List<com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder>
    2981730781           getLocationBuilderList() {
    2981830782        return getLocationFieldBuilder().getBuilderList();
    2981930783      }
    2982030784      private com.google.protobuf.RepeatedFieldBuilder<
    29821           com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location, com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder, com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder> 
     30785          com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location, com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder, com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder>
    2982230786          getLocationFieldBuilder() {
    2982330787        if (locationBuilder_ == null) {
     
    3007131035    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
    3007231036        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
    30073           public com.google.protobuf.ExtensionRegistry assignDescriptors(
     31037          @Override
     31038                public com.google.protobuf.ExtensionRegistry assignDescriptors(
    3007431039              com.google.protobuf.Descriptors.FileDescriptor root) {
    3007531040            descriptor = root;
  • applications/editors/josm/plugins/pbf/gen/crosby/binary/Fileformat.java

    r30658 r31905  
    117117    }
    118118
    119     public Blob getDefaultInstanceForType() {
     119    @Override
     120        public Blob getDefaultInstanceForType() {
    120121      return defaultInstance;
    121122    }
     
    193194    public static com.google.protobuf.Parser<Blob> PARSER =
    194195        new com.google.protobuf.AbstractParser<Blob>() {
    195       public Blob parsePartialFrom(
     196      @Override
     197        public Blob parsePartialFrom(
    196198          com.google.protobuf.CodedInputStream input,
    197199          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    216218     * </pre>
    217219     */
    218     public boolean hasRaw() {
     220    @Override
     221        public boolean hasRaw() {
    219222      return ((bitField0_ & 0x00000001) == 0x00000001);
    220223    }
     
    226229     * </pre>
    227230     */
    228     public com.google.protobuf.ByteString getRaw() {
     231    @Override
     232        public com.google.protobuf.ByteString getRaw() {
    229233      return raw_;
    230234    }
     
    239243     * </pre>
    240244     */
    241     public boolean hasRawSize() {
     245    @Override
     246        public boolean hasRawSize() {
    242247      return ((bitField0_ & 0x00000002) == 0x00000002);
    243248    }
     
    249254     * </pre>
    250255     */
    251     public int getRawSize() {
     256    @Override
     257        public int getRawSize() {
    252258      return rawSize_;
    253259    }
     
    262268     * </pre>
    263269     */
    264     public boolean hasZlibData() {
     270    @Override
     271        public boolean hasZlibData() {
    265272      return ((bitField0_ & 0x00000004) == 0x00000004);
    266273    }
     
    272279     * </pre>
    273280     */
    274     public com.google.protobuf.ByteString getZlibData() {
     281    @Override
     282        public com.google.protobuf.ByteString getZlibData() {
    275283      return zlibData_;
    276284    }
     
    285293     * </pre>
    286294     */
    287     public boolean hasLzmaData() {
     295    @Override
     296        public boolean hasLzmaData() {
    288297      return ((bitField0_ & 0x00000008) == 0x00000008);
    289298    }
     
    295304     * </pre>
    296305     */
    297     public com.google.protobuf.ByteString getLzmaData() {
     306    @Override
     307        public com.google.protobuf.ByteString getLzmaData() {
    298308      return lzmaData_;
    299309    }
     
    308318     * </pre>
    309319     */
    310     @java.lang.Deprecated public boolean hasOBSOLETEBzip2Data() {
     320    @Override
     321        @java.lang.Deprecated public boolean hasOBSOLETEBzip2Data() {
    311322      return ((bitField0_ & 0x00000010) == 0x00000010);
    312323    }
     
    318329     * </pre>
    319330     */
    320     @java.lang.Deprecated public com.google.protobuf.ByteString getOBSOLETEBzip2Data() {
     331    @Override
     332        @java.lang.Deprecated public com.google.protobuf.ByteString getOBSOLETEBzip2Data() {
    321333      return oBSOLETEBzip2Data_;
    322334    }
     
    330342    }
    331343    private byte memoizedIsInitialized = -1;
    332     public final boolean isInitialized() {
     344    @Override
     345        public final boolean isInitialized() {
    333346      byte isInitialized = memoizedIsInitialized;
    334347      if (isInitialized == 1) return true;
     
    339352    }
    340353
    341     public void writeTo(com.google.protobuf.CodedOutputStream output)
     354    @Override
     355        public void writeTo(com.google.protobuf.CodedOutputStream output)
    342356                        throws java.io.IOException {
    343357      getSerializedSize();
     
    361375
    362376    private int memoizedSerializedSize = -1;
    363     public int getSerializedSize() {
     377    @Override
     378        public int getSerializedSize() {
    364379      int size = memoizedSerializedSize;
    365380      if (size != -1) return size;
     
    452467
    453468    public static Builder newBuilder() { return Builder.create(); }
    454     public Builder newBuilderForType() { return newBuilder(); }
     469    @Override
     470        public Builder newBuilderForType() { return newBuilder(); }
    455471    public static Builder newBuilder(crosby.binary.Fileformat.Blob prototype) {
    456472      return newBuilder().mergeFrom(prototype);
    457473    }
    458     public Builder toBuilder() { return newBuilder(this); }
     474    @Override
     475        public Builder toBuilder() { return newBuilder(this); }
    459476
    460477    /**
     
    478495      }
    479496
    480       public Builder clear() {
     497      @Override
     498        public Builder clear() {
    481499        super.clear();
    482500        raw_ = com.google.protobuf.ByteString.EMPTY;
     
    493511      }
    494512
    495       public Builder clone() {
     513      @Override
     514        public Builder clone() {
    496515        return create().mergeFrom(buildPartial());
    497516      }
    498517
    499       public crosby.binary.Fileformat.Blob getDefaultInstanceForType() {
     518      @Override
     519        public crosby.binary.Fileformat.Blob getDefaultInstanceForType() {
    500520        return crosby.binary.Fileformat.Blob.getDefaultInstance();
    501521      }
    502522
    503       public crosby.binary.Fileformat.Blob build() {
     523      @Override
     524        public crosby.binary.Fileformat.Blob build() {
    504525        crosby.binary.Fileformat.Blob result = buildPartial();
    505526        if (!result.isInitialized()) {
     
    509530      }
    510531
    511       public crosby.binary.Fileformat.Blob buildPartial() {
     532      @Override
     533        public crosby.binary.Fileformat.Blob buildPartial() {
    512534        crosby.binary.Fileformat.Blob result = new crosby.binary.Fileformat.Blob(this);
    513535        int from_bitField0_ = bitField0_;
     
    537559      }
    538560
    539       public Builder mergeFrom(crosby.binary.Fileformat.Blob other) {
     561      @Override
     562        public Builder mergeFrom(crosby.binary.Fileformat.Blob other) {
    540563        if (other == crosby.binary.Fileformat.Blob.getDefaultInstance()) return this;
    541564        if (other.hasRaw()) {
     
    559582      }
    560583
    561       public final boolean isInitialized() {
     584      @Override
     585        public final boolean isInitialized() {
    562586        return true;
    563587      }
    564588
    565       public Builder mergeFrom(
     589      @Override
     590        public Builder mergeFrom(
    566591          com.google.protobuf.CodedInputStream input,
    567592          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    590615       * </pre>
    591616       */
    592       public boolean hasRaw() {
     617      @Override
     618        public boolean hasRaw() {
    593619        return ((bitField0_ & 0x00000001) == 0x00000001);
    594620      }
     
    600626       * </pre>
    601627       */
    602       public com.google.protobuf.ByteString getRaw() {
     628      @Override
     629        public com.google.protobuf.ByteString getRaw() {
    603630        return raw_;
    604631      }
     
    616643  bitField0_ |= 0x00000001;
    617644        raw_ = value;
    618        
     645
    619646        return this;
    620647      }
     
    629656        bitField0_ = (bitField0_ & ~0x00000001);
    630657        raw_ = getDefaultInstance().getRaw();
    631        
     658
    632659        return this;
    633660      }
     
    641668       * </pre>
    642669       */
    643       public boolean hasRawSize() {
     670      @Override
     671        public boolean hasRawSize() {
    644672        return ((bitField0_ & 0x00000002) == 0x00000002);
    645673      }
     
    651679       * </pre>
    652680       */
    653       public int getRawSize() {
     681      @Override
     682        public int getRawSize() {
    654683        return rawSize_;
    655684      }
     
    664693        bitField0_ |= 0x00000002;
    665694        rawSize_ = value;
    666        
     695
    667696        return this;
    668697      }
     
    677706        bitField0_ = (bitField0_ & ~0x00000002);
    678707        rawSize_ = 0;
    679        
     708
    680709        return this;
    681710      }
     
    689718       * </pre>
    690719       */
    691       public boolean hasZlibData() {
     720      @Override
     721        public boolean hasZlibData() {
    692722        return ((bitField0_ & 0x00000004) == 0x00000004);
    693723      }
     
    699729       * </pre>
    700730       */
    701       public com.google.protobuf.ByteString getZlibData() {
     731      @Override
     732        public com.google.protobuf.ByteString getZlibData() {
    702733        return zlibData_;
    703734      }
     
    715746  bitField0_ |= 0x00000004;
    716747        zlibData_ = value;
    717        
     748
    718749        return this;
    719750      }
     
    728759        bitField0_ = (bitField0_ & ~0x00000004);
    729760        zlibData_ = getDefaultInstance().getZlibData();
    730        
     761
    731762        return this;
    732763      }
     
    740771       * </pre>
    741772       */
    742       public boolean hasLzmaData() {
     773      @Override
     774        public boolean hasLzmaData() {
    743775        return ((bitField0_ & 0x00000008) == 0x00000008);
    744776      }
     
    750782       * </pre>
    751783       */
    752       public com.google.protobuf.ByteString getLzmaData() {
     784      @Override
     785        public com.google.protobuf.ByteString getLzmaData() {
    753786        return lzmaData_;
    754787      }
     
    766799  bitField0_ |= 0x00000008;
    767800        lzmaData_ = value;
    768        
     801
    769802        return this;
    770803      }
     
    779812        bitField0_ = (bitField0_ & ~0x00000008);
    780813        lzmaData_ = getDefaultInstance().getLzmaData();
    781        
     814
    782815        return this;
    783816      }
     
    791824       * </pre>
    792825       */
    793       @java.lang.Deprecated public boolean hasOBSOLETEBzip2Data() {
     826      @Override
     827        @java.lang.Deprecated public boolean hasOBSOLETEBzip2Data() {
    794828        return ((bitField0_ & 0x00000010) == 0x00000010);
    795829      }
     
    801835       * </pre>
    802836       */
    803       @java.lang.Deprecated public com.google.protobuf.ByteString getOBSOLETEBzip2Data() {
     837      @Override
     838        @java.lang.Deprecated public com.google.protobuf.ByteString getOBSOLETEBzip2Data() {
    804839        return oBSOLETEBzip2Data_;
    805840      }
     
    817852  bitField0_ |= 0x00000010;
    818853        oBSOLETEBzip2Data_ = value;
    819        
     854
    820855        return this;
    821856      }
     
    830865        bitField0_ = (bitField0_ & ~0x00000010);
    831866        oBSOLETEBzip2Data_ = getDefaultInstance().getOBSOLETEBzip2Data();
    832        
     867
    833868        return this;
    834869      }
     
    900935    }
    901936
    902     public BlobHeader getDefaultInstanceForType() {
     937    @Override
     938        public BlobHeader getDefaultInstanceForType() {
    903939      return defaultInstance;
    904940    }
     
    9671003    public static com.google.protobuf.Parser<BlobHeader> PARSER =
    9681004        new com.google.protobuf.AbstractParser<BlobHeader>() {
    969       public BlobHeader parsePartialFrom(
     1005      @Override
     1006        public BlobHeader parsePartialFrom(
    9701007          com.google.protobuf.CodedInputStream input,
    9711008          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    9861023     * <code>required string type = 1;</code>
    9871024     */
    988     public boolean hasType() {
     1025    @Override
     1026        public boolean hasType() {
    9891027      return ((bitField0_ & 0x00000001) == 0x00000001);
    9901028    }
     
    9921030     * <code>required string type = 1;</code>
    9931031     */
    994     public java.lang.String getType() {
     1032    @Override
     1033        public java.lang.String getType() {
    9951034      java.lang.Object ref = type_;
    9961035      if (ref instanceof java.lang.String) {
    9971036        return (java.lang.String) ref;
    9981037      } else {
    999         com.google.protobuf.ByteString bs = 
     1038        com.google.protobuf.ByteString bs =
    10001039            (com.google.protobuf.ByteString) ref;
    10011040        java.lang.String s = bs.toStringUtf8();
     
    10091048     * <code>required string type = 1;</code>
    10101049     */
    1011     public com.google.protobuf.ByteString
     1050    @Override
     1051        public com.google.protobuf.ByteString
    10121052        getTypeBytes() {
    10131053      java.lang.Object ref = type_;
    10141054      if (ref instanceof java.lang.String) {
    1015         com.google.protobuf.ByteString b = 
     1055        com.google.protobuf.ByteString b =
    10161056            com.google.protobuf.ByteString.copyFromUtf8(
    10171057                (java.lang.String) ref);
     
    10281068     * <code>optional bytes indexdata = 2;</code>
    10291069     */
    1030     public boolean hasIndexdata() {
     1070    @Override
     1071        public boolean hasIndexdata() {
    10311072      return ((bitField0_ & 0x00000002) == 0x00000002);
    10321073    }
     
    10341075     * <code>optional bytes indexdata = 2;</code>
    10351076     */
    1036     public com.google.protobuf.ByteString getIndexdata() {
     1077    @Override
     1078        public com.google.protobuf.ByteString getIndexdata() {
    10371079      return indexdata_;
    10381080    }
     
    10431085     * <code>required int32 datasize = 3;</code>
    10441086     */
    1045     public boolean hasDatasize() {
     1087    @Override
     1088        public boolean hasDatasize() {
    10461089      return ((bitField0_ & 0x00000004) == 0x00000004);
    10471090    }
     
    10491092     * <code>required int32 datasize = 3;</code>
    10501093     */
    1051     public int getDatasize() {
     1094    @Override
     1095        public int getDatasize() {
    10521096      return datasize_;
    10531097    }
     
    10591103    }
    10601104    private byte memoizedIsInitialized = -1;
    1061     public final boolean isInitialized() {
     1105    @Override
     1106        public final boolean isInitialized() {
    10621107      byte isInitialized = memoizedIsInitialized;
    10631108      if (isInitialized == 1) return true;
     
    10761121    }
    10771122
    1078     public void writeTo(com.google.protobuf.CodedOutputStream output)
     1123    @Override
     1124        public void writeTo(com.google.protobuf.CodedOutputStream output)
    10791125                        throws java.io.IOException {
    10801126      getSerializedSize();
     
    10921138
    10931139    private int memoizedSerializedSize = -1;
    1094     public int getSerializedSize() {
     1140    @Override
     1141        public int getSerializedSize() {
    10951142      int size = memoizedSerializedSize;
    10961143      if (size != -1) return size;
     
    11751222
    11761223    public static Builder newBuilder() { return Builder.create(); }
    1177     public Builder newBuilderForType() { return newBuilder(); }
     1224    @Override
     1225        public Builder newBuilderForType() { return newBuilder(); }
    11781226    public static Builder newBuilder(crosby.binary.Fileformat.BlobHeader prototype) {
    11791227      return newBuilder().mergeFrom(prototype);
    11801228    }
    1181     public Builder toBuilder() { return newBuilder(this); }
     1229    @Override
     1230        public Builder toBuilder() { return newBuilder(this); }
    11821231
    11831232    /**
     
    12011250      }
    12021251
    1203       public Builder clear() {
     1252      @Override
     1253        public Builder clear() {
    12041254        super.clear();
    12051255        type_ = "";
     
    12121262      }
    12131263
    1214       public Builder clone() {
     1264      @Override
     1265        public Builder clone() {
    12151266        return create().mergeFrom(buildPartial());
    12161267      }
    12171268
    1218       public crosby.binary.Fileformat.BlobHeader getDefaultInstanceForType() {
     1269      @Override
     1270        public crosby.binary.Fileformat.BlobHeader getDefaultInstanceForType() {
    12191271        return crosby.binary.Fileformat.BlobHeader.getDefaultInstance();
    12201272      }
    12211273
    1222       public crosby.binary.Fileformat.BlobHeader build() {
     1274      @Override
     1275        public crosby.binary.Fileformat.BlobHeader build() {
    12231276        crosby.binary.Fileformat.BlobHeader result = buildPartial();
    12241277        if (!result.isInitialized()) {
     
    12281281      }
    12291282
    1230       public crosby.binary.Fileformat.BlobHeader buildPartial() {
     1283      @Override
     1284        public crosby.binary.Fileformat.BlobHeader buildPartial() {
    12311285        crosby.binary.Fileformat.BlobHeader result = new crosby.binary.Fileformat.BlobHeader(this);
    12321286        int from_bitField0_ = bitField0_;
     
    12481302      }
    12491303
    1250       public Builder mergeFrom(crosby.binary.Fileformat.BlobHeader other) {
     1304      @Override
     1305        public Builder mergeFrom(crosby.binary.Fileformat.BlobHeader other) {
    12511306        if (other == crosby.binary.Fileformat.BlobHeader.getDefaultInstance()) return this;
    12521307        if (other.hasType()) {
    12531308          bitField0_ |= 0x00000001;
    12541309          type_ = other.type_;
    1255          
     1310
    12561311        }
    12571312        if (other.hasIndexdata()) {
     
    12661321      }
    12671322
    1268       public final boolean isInitialized() {
     1323      @Override
     1324        public final boolean isInitialized() {
    12691325        if (!hasType()) {
    1270          
     1326
    12711327          return false;
    12721328        }
    12731329        if (!hasDatasize()) {
    1274          
     1330
    12751331          return false;
    12761332        }
     
    12781334      }
    12791335
    1280       public Builder mergeFrom(
     1336      @Override
     1337        public Builder mergeFrom(
    12811338          com.google.protobuf.CodedInputStream input,
    12821339          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    13011358       * <code>required string type = 1;</code>
    13021359       */
    1303       public boolean hasType() {
     1360      @Override
     1361        public boolean hasType() {
    13041362        return ((bitField0_ & 0x00000001) == 0x00000001);
    13051363      }
     
    13071365       * <code>required string type = 1;</code>
    13081366       */
    1309       public java.lang.String getType() {
     1367      @Override
     1368        public java.lang.String getType() {
    13101369        java.lang.Object ref = type_;
    13111370        if (!(ref instanceof java.lang.String)) {
     
    13241383       * <code>required string type = 1;</code>
    13251384       */
    1326       public com.google.protobuf.ByteString
     1385      @Override
     1386        public com.google.protobuf.ByteString
    13271387          getTypeBytes() {
    13281388        java.lang.Object ref = type_;
    13291389        if (ref instanceof String) {
    1330           com.google.protobuf.ByteString b = 
     1390          com.google.protobuf.ByteString b =
    13311391              com.google.protobuf.ByteString.copyFromUtf8(
    13321392                  (java.lang.String) ref);
     
    13471407  bitField0_ |= 0x00000001;
    13481408        type_ = value;
    1349        
     1409
    13501410        return this;
    13511411      }
     
    13561416        bitField0_ = (bitField0_ & ~0x00000001);
    13571417        type_ = getDefaultInstance().getType();
    1358        
     1418
    13591419        return this;
    13601420      }
     
    13691429  bitField0_ |= 0x00000001;
    13701430        type_ = value;
    1371        
     1431
    13721432        return this;
    13731433      }
     
    13771437       * <code>optional bytes indexdata = 2;</code>
    13781438       */
    1379       public boolean hasIndexdata() {
     1439      @Override
     1440        public boolean hasIndexdata() {
    13801441        return ((bitField0_ & 0x00000002) == 0x00000002);
    13811442      }
     
    13831444       * <code>optional bytes indexdata = 2;</code>
    13841445       */
    1385       public com.google.protobuf.ByteString getIndexdata() {
     1446      @Override
     1447        public com.google.protobuf.ByteString getIndexdata() {
    13861448        return indexdata_;
    13871449      }
     
    13951457  bitField0_ |= 0x00000002;
    13961458        indexdata_ = value;
    1397        
     1459
    13981460        return this;
    13991461      }
     
    14041466        bitField0_ = (bitField0_ & ~0x00000002);
    14051467        indexdata_ = getDefaultInstance().getIndexdata();
    1406        
     1468
    14071469        return this;
    14081470      }
     
    14121474       * <code>required int32 datasize = 3;</code>
    14131475       */
    1414       public boolean hasDatasize() {
     1476      @Override
     1477        public boolean hasDatasize() {
    14151478        return ((bitField0_ & 0x00000004) == 0x00000004);
    14161479      }
     
    14181481       * <code>required int32 datasize = 3;</code>
    14191482       */
    1420       public int getDatasize() {
     1483      @Override
     1484        public int getDatasize() {
    14211485        return datasize_;
    14221486      }
     
    14271491        bitField0_ |= 0x00000004;
    14281492        datasize_ = value;
    1429        
     1493
    14301494        return this;
    14311495      }
     
    14361500        bitField0_ = (bitField0_ & ~0x00000004);
    14371501        datasize_ = 0;
    1438        
     1502
    14391503        return this;
    14401504      }
  • applications/editors/josm/plugins/pbf/gen/crosby/binary/Osmformat.java

    r30737 r31905  
    2626     *
    2727     * <pre>
    28      * Additional tags to aid in parsing this dataset 
     28     * Additional tags to aid in parsing this dataset
    2929     * </pre>
    3030     */
     
    3535     *
    3636     * <pre>
    37      * Additional tags to aid in parsing this dataset 
     37     * Additional tags to aid in parsing this dataset
    3838     * </pre>
    3939     */
     
    4343     *
    4444     * <pre>
    45      * Additional tags to aid in parsing this dataset 
     45     * Additional tags to aid in parsing this dataset
    4646     * </pre>
    4747     */
     
    5151     *
    5252     * <pre>
    53      * Additional tags to aid in parsing this dataset 
     53     * Additional tags to aid in parsing this dataset
    5454     * </pre>
    5555     */
     
    120120     *
    121121     * <pre>
    122      * replication timestamp, expressed in seconds since the epoch, 
     122     * replication timestamp, expressed in seconds since the epoch,
    123123     * otherwise the same value as in the "timestamp=..." field
    124124     * in the state.txt file used by Osmosis
     
    130130     *
    131131     * <pre>
    132      * replication timestamp, expressed in seconds since the epoch, 
     132     * replication timestamp, expressed in seconds since the epoch,
    133133     * otherwise the same value as in the "timestamp=..." field
    134134     * in the state.txt file used by Osmosis
     
    199199    }
    200200
    201     public HeaderBlock getDefaultInstanceForType() {
     201    @Override
     202        public HeaderBlock getDefaultInstanceForType() {
    202203      return defaultInstance;
    203204    }
     
    315316    public static com.google.protobuf.Parser<HeaderBlock> PARSER =
    316317        new com.google.protobuf.AbstractParser<HeaderBlock>() {
    317       public HeaderBlock parsePartialFrom(
     318      @Override
     319        public HeaderBlock parsePartialFrom(
    318320          com.google.protobuf.CodedInputStream input,
    319321          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    334336     * <code>optional .OSMPBF.HeaderBBox bbox = 1;</code>
    335337     */
    336     public boolean hasBbox() {
     338    @Override
     339        public boolean hasBbox() {
    337340      return ((bitField0_ & 0x00000001) == 0x00000001);
    338341    }
     
    340343     * <code>optional .OSMPBF.HeaderBBox bbox = 1;</code>
    341344     */
    342     public crosby.binary.Osmformat.HeaderBBox getBbox() {
     345    @Override
     346        public crosby.binary.Osmformat.HeaderBBox getBbox() {
    343347      return bbox_;
    344348    }
     
    350354     *
    351355     * <pre>
    352      * Additional tags to aid in parsing this dataset
    353      * </pre>
    354      */
    355     public com.google.protobuf.ProtocolStringList
     356     * Additional tags to aid in parsing this dataset
     357     * </pre>
     358     */
     359    @Override
     360        public com.google.protobuf.ProtocolStringList
    356361        getRequiredFeaturesList() {
    357362      return requiredFeatures_;
     
    361366     *
    362367     * <pre>
    363      * Additional tags to aid in parsing this dataset
    364      * </pre>
    365      */
    366     public int getRequiredFeaturesCount() {
     368     * Additional tags to aid in parsing this dataset
     369     * </pre>
     370     */
     371    @Override
     372        public int getRequiredFeaturesCount() {
    367373      return requiredFeatures_.size();
    368374    }
     
    371377     *
    372378     * <pre>
    373      * Additional tags to aid in parsing this dataset
    374      * </pre>
    375      */
    376     public java.lang.String getRequiredFeatures(int index) {
     379     * Additional tags to aid in parsing this dataset
     380     * </pre>
     381     */
     382    @Override
     383        public java.lang.String getRequiredFeatures(int index) {
    377384      return requiredFeatures_.get(index);
    378385    }
     
    381388     *
    382389     * <pre>
    383      * Additional tags to aid in parsing this dataset
    384      * </pre>
    385      */
    386     public com.google.protobuf.ByteString
     390     * Additional tags to aid in parsing this dataset
     391     * </pre>
     392     */
     393    @Override
     394        public com.google.protobuf.ByteString
    387395        getRequiredFeaturesBytes(int index) {
    388396      return requiredFeatures_.getByteString(index);
     
    394402     * <code>repeated string optional_features = 5;</code>
    395403     */
    396     public com.google.protobuf.ProtocolStringList
     404    @Override
     405        public com.google.protobuf.ProtocolStringList
    397406        getOptionalFeaturesList() {
    398407      return optionalFeatures_;
     
    401410     * <code>repeated string optional_features = 5;</code>
    402411     */
    403     public int getOptionalFeaturesCount() {
     412    @Override
     413        public int getOptionalFeaturesCount() {
    404414      return optionalFeatures_.size();
    405415    }
     
    407417     * <code>repeated string optional_features = 5;</code>
    408418     */
    409     public java.lang.String getOptionalFeatures(int index) {
     419    @Override
     420        public java.lang.String getOptionalFeatures(int index) {
    410421      return optionalFeatures_.get(index);
    411422    }
     
    413424     * <code>repeated string optional_features = 5;</code>
    414425     */
    415     public com.google.protobuf.ByteString
     426    @Override
     427        public com.google.protobuf.ByteString
    416428        getOptionalFeaturesBytes(int index) {
    417429      return optionalFeatures_.getByteString(index);
     
    423435     * <code>optional string writingprogram = 16;</code>
    424436     */
    425     public boolean hasWritingprogram() {
     437    @Override
     438        public boolean hasWritingprogram() {
    426439      return ((bitField0_ & 0x00000002) == 0x00000002);
    427440    }
     
    429442     * <code>optional string writingprogram = 16;</code>
    430443     */
    431     public java.lang.String getWritingprogram() {
     444    @Override
     445        public java.lang.String getWritingprogram() {
    432446      java.lang.Object ref = writingprogram_;
    433447      if (ref instanceof java.lang.String) {
    434448        return (java.lang.String) ref;
    435449      } else {
    436         com.google.protobuf.ByteString bs = 
     450        com.google.protobuf.ByteString bs =
    437451            (com.google.protobuf.ByteString) ref;
    438452        java.lang.String s = bs.toStringUtf8();
     
    446460     * <code>optional string writingprogram = 16;</code>
    447461     */
    448     public com.google.protobuf.ByteString
     462    @Override
     463        public com.google.protobuf.ByteString
    449464        getWritingprogramBytes() {
    450465      java.lang.Object ref = writingprogram_;
    451466      if (ref instanceof java.lang.String) {
    452         com.google.protobuf.ByteString b = 
     467        com.google.protobuf.ByteString b =
    453468            com.google.protobuf.ByteString.copyFromUtf8(
    454469                (java.lang.String) ref);
     
    469484     * </pre>
    470485     */
    471     public boolean hasSource() {
     486    @Override
     487        public boolean hasSource() {
    472488      return ((bitField0_ & 0x00000004) == 0x00000004);
    473489    }
     
    479495     * </pre>
    480496     */
    481     public java.lang.String getSource() {
     497    @Override
     498        public java.lang.String getSource() {
    482499      java.lang.Object ref = source_;
    483500      if (ref instanceof java.lang.String) {
    484501        return (java.lang.String) ref;
    485502      } else {
    486         com.google.protobuf.ByteString bs = 
     503        com.google.protobuf.ByteString bs =
    487504            (com.google.protobuf.ByteString) ref;
    488505        java.lang.String s = bs.toStringUtf8();
     
    500517     * </pre>
    501518     */
    502     public com.google.protobuf.ByteString
     519    @Override
     520        public com.google.protobuf.ByteString
    503521        getSourceBytes() {
    504522      java.lang.Object ref = source_;
    505523      if (ref instanceof java.lang.String) {
    506         com.google.protobuf.ByteString b = 
     524        com.google.protobuf.ByteString b =
    507525            com.google.protobuf.ByteString.copyFromUtf8(
    508526                (java.lang.String) ref);
     
    520538     *
    521539     * <pre>
    522      * replication timestamp, expressed in seconds since the epoch, 
     540     * replication timestamp, expressed in seconds since the epoch,
    523541     * otherwise the same value as in the "timestamp=..." field
    524542     * in the state.txt file used by Osmosis
    525543     * </pre>
    526544     */
    527     public boolean hasOsmosisReplicationTimestamp() {
     545    @Override
     546        public boolean hasOsmosisReplicationTimestamp() {
    528547      return ((bitField0_ & 0x00000008) == 0x00000008);
    529548    }
     
    532551     *
    533552     * <pre>
    534      * replication timestamp, expressed in seconds since the epoch, 
     553     * replication timestamp, expressed in seconds since the epoch,
    535554     * otherwise the same value as in the "timestamp=..." field
    536555     * in the state.txt file used by Osmosis
    537556     * </pre>
    538557     */
    539     public long getOsmosisReplicationTimestamp() {
     558    @Override
     559        public long getOsmosisReplicationTimestamp() {
    540560      return osmosisReplicationTimestamp_;
    541561    }
     
    550570     * </pre>
    551571     */
    552     public boolean hasOsmosisReplicationSequenceNumber() {
     572    @Override
     573        public boolean hasOsmosisReplicationSequenceNumber() {
    553574      return ((bitField0_ & 0x00000010) == 0x00000010);
    554575    }
     
    560581     * </pre>
    561582     */
    562     public long getOsmosisReplicationSequenceNumber() {
     583    @Override
     584        public long getOsmosisReplicationSequenceNumber() {
    563585      return osmosisReplicationSequenceNumber_;
    564586    }
     
    573595     * </pre>
    574596     */
    575     public boolean hasOsmosisReplicationBaseUrl() {
     597    @Override
     598        public boolean hasOsmosisReplicationBaseUrl() {
    576599      return ((bitField0_ & 0x00000020) == 0x00000020);
    577600    }
     
    583606     * </pre>
    584607     */
    585     public java.lang.String getOsmosisReplicationBaseUrl() {
     608    @Override
     609        public java.lang.String getOsmosisReplicationBaseUrl() {
    586610      java.lang.Object ref = osmosisReplicationBaseUrl_;
    587611      if (ref instanceof java.lang.String) {
    588612        return (java.lang.String) ref;
    589613      } else {
    590         com.google.protobuf.ByteString bs = 
     614        com.google.protobuf.ByteString bs =
    591615            (com.google.protobuf.ByteString) ref;
    592616        java.lang.String s = bs.toStringUtf8();
     
    604628     * </pre>
    605629     */
    606     public com.google.protobuf.ByteString
     630    @Override
     631        public com.google.protobuf.ByteString
    607632        getOsmosisReplicationBaseUrlBytes() {
    608633      java.lang.Object ref = osmosisReplicationBaseUrl_;
    609634      if (ref instanceof java.lang.String) {
    610         com.google.protobuf.ByteString b = 
     635        com.google.protobuf.ByteString b =
    611636            com.google.protobuf.ByteString.copyFromUtf8(
    612637                (java.lang.String) ref);
     
    629654    }
    630655    private byte memoizedIsInitialized = -1;
    631     public final boolean isInitialized() {
     656    @Override
     657        public final boolean isInitialized() {
    632658      byte isInitialized = memoizedIsInitialized;
    633659      if (isInitialized == 1) return true;
     
    644670    }
    645671
    646     public void writeTo(com.google.protobuf.CodedOutputStream output)
     672    @Override
     673        public void writeTo(com.google.protobuf.CodedOutputStream output)
    647674                        throws java.io.IOException {
    648675      getSerializedSize();
     
    675702
    676703    private int memoizedSerializedSize = -1;
    677     public int getSerializedSize() {
     704    @Override
     705        public int getSerializedSize() {
    678706      int size = memoizedSerializedSize;
    679707      if (size != -1) return size;
     
    788816
    789817    public static Builder newBuilder() { return Builder.create(); }
    790     public Builder newBuilderForType() { return newBuilder(); }
     818    @Override
     819        public Builder newBuilderForType() { return newBuilder(); }
    791820    public static Builder newBuilder(crosby.binary.Osmformat.HeaderBlock prototype) {
    792821      return newBuilder().mergeFrom(prototype);
    793822    }
    794     public Builder toBuilder() { return newBuilder(this); }
     823    @Override
     824        public Builder toBuilder() { return newBuilder(this); }
    795825
    796826    /**
     
    814844      }
    815845
    816       public Builder clear() {
     846      @Override
     847        public Builder clear() {
    817848        super.clear();
    818849        bbox_ = crosby.binary.Osmformat.HeaderBBox.getDefaultInstance();
     
    835866      }
    836867
    837       public Builder clone() {
     868      @Override
     869        public Builder clone() {
    838870        return create().mergeFrom(buildPartial());
    839871      }
    840872
    841       public crosby.binary.Osmformat.HeaderBlock getDefaultInstanceForType() {
     873      @Override
     874        public crosby.binary.Osmformat.HeaderBlock getDefaultInstanceForType() {
    842875        return crosby.binary.Osmformat.HeaderBlock.getDefaultInstance();
    843876      }
    844877
    845       public crosby.binary.Osmformat.HeaderBlock build() {
     878      @Override
     879        public crosby.binary.Osmformat.HeaderBlock build() {
    846880        crosby.binary.Osmformat.HeaderBlock result = buildPartial();
    847881        if (!result.isInitialized()) {
     
    851885      }
    852886
    853       public crosby.binary.Osmformat.HeaderBlock buildPartial() {
     887      @Override
     888        public crosby.binary.Osmformat.HeaderBlock buildPartial() {
    854889        crosby.binary.Osmformat.HeaderBlock result = new crosby.binary.Osmformat.HeaderBlock(this);
    855890        int from_bitField0_ = bitField0_;
     
    893928      }
    894929
    895       public Builder mergeFrom(crosby.binary.Osmformat.HeaderBlock other) {
     930      @Override
     931        public Builder mergeFrom(crosby.binary.Osmformat.HeaderBlock other) {
    896932        if (other == crosby.binary.Osmformat.HeaderBlock.getDefaultInstance()) return this;
    897933        if (other.hasBbox()) {
     
    906942            requiredFeatures_.addAll(other.requiredFeatures_);
    907943          }
    908          
     944
    909945        }
    910946        if (!other.optionalFeatures_.isEmpty()) {
     
    916952            optionalFeatures_.addAll(other.optionalFeatures_);
    917953          }
    918          
     954
    919955        }
    920956        if (other.hasWritingprogram()) {
    921957          bitField0_ |= 0x00000008;
    922958          writingprogram_ = other.writingprogram_;
    923          
     959
    924960        }
    925961        if (other.hasSource()) {
    926962          bitField0_ |= 0x00000010;
    927963          source_ = other.source_;
    928          
     964
    929965        }
    930966        if (other.hasOsmosisReplicationTimestamp()) {
     
    937973          bitField0_ |= 0x00000080;
    938974          osmosisReplicationBaseUrl_ = other.osmosisReplicationBaseUrl_;
    939          
     975
    940976        }
    941977        setUnknownFields(
     
    944980      }
    945981
    946       public final boolean isInitialized() {
     982      @Override
     983        public final boolean isInitialized() {
    947984        if (hasBbox()) {
    948985          if (!getBbox().isInitialized()) {
    949            
     986
    950987            return false;
    951988          }
     
    954991      }
    955992
    956       public Builder mergeFrom(
     993      @Override
     994        public Builder mergeFrom(
    957995          com.google.protobuf.CodedInputStream input,
    958996          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    9771015       * <code>optional .OSMPBF.HeaderBBox bbox = 1;</code>
    9781016       */
    979       public boolean hasBbox() {
     1017      @Override
     1018        public boolean hasBbox() {
    9801019        return ((bitField0_ & 0x00000001) == 0x00000001);
    9811020      }
     
    9831022       * <code>optional .OSMPBF.HeaderBBox bbox = 1;</code>
    9841023       */
    985       public crosby.binary.Osmformat.HeaderBBox getBbox() {
     1024      @Override
     1025        public crosby.binary.Osmformat.HeaderBBox getBbox() {
    9861026        return bbox_;
    9871027      }
     
    10441084       *
    10451085       * <pre>
    1046        * Additional tags to aid in parsing this dataset
    1047        * </pre>
    1048        */
    1049       public com.google.protobuf.ProtocolStringList
     1086       * Additional tags to aid in parsing this dataset
     1087       * </pre>
     1088       */
     1089      @Override
     1090        public com.google.protobuf.ProtocolStringList
    10501091          getRequiredFeaturesList() {
    10511092        return requiredFeatures_.getUnmodifiableView();
     
    10551096       *
    10561097       * <pre>
    1057        * Additional tags to aid in parsing this dataset
    1058        * </pre>
    1059        */
    1060       public int getRequiredFeaturesCount() {
     1098       * Additional tags to aid in parsing this dataset
     1099       * </pre>
     1100       */
     1101      @Override
     1102        public int getRequiredFeaturesCount() {
    10611103        return requiredFeatures_.size();
    10621104      }
     
    10651107       *
    10661108       * <pre>
    1067        * Additional tags to aid in parsing this dataset
    1068        * </pre>
    1069        */
    1070       public java.lang.String getRequiredFeatures(int index) {
     1109       * Additional tags to aid in parsing this dataset
     1110       * </pre>
     1111       */
     1112      @Override
     1113        public java.lang.String getRequiredFeatures(int index) {
    10711114        return requiredFeatures_.get(index);
    10721115      }
     
    10751118       *
    10761119       * <pre>
    1077        * Additional tags to aid in parsing this dataset
    1078        * </pre>
    1079        */
    1080       public com.google.protobuf.ByteString
     1120       * Additional tags to aid in parsing this dataset
     1121       * </pre>
     1122       */
     1123      @Override
     1124        public com.google.protobuf.ByteString
    10811125          getRequiredFeaturesBytes(int index) {
    10821126        return requiredFeatures_.getByteString(index);
     
    10861130       *
    10871131       * <pre>
    1088        * Additional tags to aid in parsing this dataset 
     1132       * Additional tags to aid in parsing this dataset
    10891133       * </pre>
    10901134       */
     
    10961140  ensureRequiredFeaturesIsMutable();
    10971141        requiredFeatures_.set(index, value);
    1098        
     1142
    10991143        return this;
    11001144      }
     
    11031147       *
    11041148       * <pre>
    1105        * Additional tags to aid in parsing this dataset 
     1149       * Additional tags to aid in parsing this dataset
    11061150       * </pre>
    11071151       */
     
    11131157  ensureRequiredFeaturesIsMutable();
    11141158        requiredFeatures_.add(value);
    1115        
     1159
    11161160        return this;
    11171161      }
     
    11201164       *
    11211165       * <pre>
    1122        * Additional tags to aid in parsing this dataset 
     1166       * Additional tags to aid in parsing this dataset
    11231167       * </pre>
    11241168       */
     
    11281172        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    11291173            values, requiredFeatures_);
    1130        
     1174
    11311175        return this;
    11321176      }
     
    11351179       *
    11361180       * <pre>
    1137        * Additional tags to aid in parsing this dataset 
     1181       * Additional tags to aid in parsing this dataset
    11381182       * </pre>
    11391183       */
     
    11411185        requiredFeatures_ = com.google.protobuf.LazyStringArrayList.EMPTY;
    11421186        bitField0_ = (bitField0_ & ~0x00000002);
    1143        
     1187
    11441188        return this;
    11451189      }
     
    11481192       *
    11491193       * <pre>
    1150        * Additional tags to aid in parsing this dataset 
     1194       * Additional tags to aid in parsing this dataset
    11511195       * </pre>
    11521196       */
     
    11581202  ensureRequiredFeaturesIsMutable();
    11591203        requiredFeatures_.add(value);
    1160        
     1204
    11611205        return this;
    11621206      }
     
    11721216       * <code>repeated string optional_features = 5;</code>
    11731217       */
    1174       public com.google.protobuf.ProtocolStringList
     1218      @Override
     1219        public com.google.protobuf.ProtocolStringList
    11751220          getOptionalFeaturesList() {
    11761221        return optionalFeatures_.getUnmodifiableView();
     
    11791224       * <code>repeated string optional_features = 5;</code>
    11801225       */
    1181       public int getOptionalFeaturesCount() {
     1226      @Override
     1227        public int getOptionalFeaturesCount() {
    11821228        return optionalFeatures_.size();
    11831229      }
     
    11851231       * <code>repeated string optional_features = 5;</code>
    11861232       */
    1187       public java.lang.String getOptionalFeatures(int index) {
     1233      @Override
     1234        public java.lang.String getOptionalFeatures(int index) {
    11881235        return optionalFeatures_.get(index);
    11891236      }
     
    11911238       * <code>repeated string optional_features = 5;</code>
    11921239       */
    1193       public com.google.protobuf.ByteString
     1240      @Override
     1241        public com.google.protobuf.ByteString
    11941242          getOptionalFeaturesBytes(int index) {
    11951243        return optionalFeatures_.getByteString(index);
     
    12051253  ensureOptionalFeaturesIsMutable();
    12061254        optionalFeatures_.set(index, value);
    1207        
     1255
    12081256        return this;
    12091257      }
     
    12181266  ensureOptionalFeaturesIsMutable();
    12191267        optionalFeatures_.add(value);
    1220        
     1268
    12211269        return this;
    12221270      }
     
    12291277        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    12301278            values, optionalFeatures_);
    1231        
     1279
    12321280        return this;
    12331281      }
     
    12381286        optionalFeatures_ = com.google.protobuf.LazyStringArrayList.EMPTY;
    12391287        bitField0_ = (bitField0_ & ~0x00000004);
    1240        
     1288
    12411289        return this;
    12421290      }
     
    12511299  ensureOptionalFeaturesIsMutable();
    12521300        optionalFeatures_.add(value);
    1253        
     1301
    12541302        return this;
    12551303      }
     
    12591307       * <code>optional string writingprogram = 16;</code>
    12601308       */
    1261       public boolean hasWritingprogram() {
     1309      @Override
     1310        public boolean hasWritingprogram() {
    12621311        return ((bitField0_ & 0x00000008) == 0x00000008);
    12631312      }
     
    12651314       * <code>optional string writingprogram = 16;</code>
    12661315       */
    1267       public java.lang.String getWritingprogram() {
     1316      @Override
     1317        public java.lang.String getWritingprogram() {
    12681318        java.lang.Object ref = writingprogram_;
    12691319        if (!(ref instanceof java.lang.String)) {
     
    12821332       * <code>optional string writingprogram = 16;</code>
    12831333       */
    1284       public com.google.protobuf.ByteString
     1334      @Override
     1335        public com.google.protobuf.ByteString
    12851336          getWritingprogramBytes() {
    12861337        java.lang.Object ref = writingprogram_;
    12871338        if (ref instanceof String) {
    1288           com.google.protobuf.ByteString b = 
     1339          com.google.protobuf.ByteString b =
    12891340              com.google.protobuf.ByteString.copyFromUtf8(
    12901341                  (java.lang.String) ref);
     
    13051356  bitField0_ |= 0x00000008;
    13061357        writingprogram_ = value;
    1307        
     1358
    13081359        return this;
    13091360      }
     
    13141365        bitField0_ = (bitField0_ & ~0x00000008);
    13151366        writingprogram_ = getDefaultInstance().getWritingprogram();
    1316        
     1367
    13171368        return this;
    13181369      }
     
    13271378  bitField0_ |= 0x00000008;
    13281379        writingprogram_ = value;
    1329        
     1380
    13301381        return this;
    13311382      }
     
    13391390       * </pre>
    13401391       */
    1341       public boolean hasSource() {
     1392      @Override
     1393        public boolean hasSource() {
    13421394        return ((bitField0_ & 0x00000010) == 0x00000010);
    13431395      }
     
    13491401       * </pre>
    13501402       */
    1351       public java.lang.String getSource() {
     1403      @Override
     1404        public java.lang.String getSource() {
    13521405        java.lang.Object ref = source_;
    13531406        if (!(ref instanceof java.lang.String)) {
     
    13701423       * </pre>
    13711424       */
    1372       public com.google.protobuf.ByteString
     1425      @Override
     1426        public com.google.protobuf.ByteString
    13731427          getSourceBytes() {
    13741428        java.lang.Object ref = source_;
    13751429        if (ref instanceof String) {
    1376           com.google.protobuf.ByteString b = 
     1430          com.google.protobuf.ByteString b =
    13771431              com.google.protobuf.ByteString.copyFromUtf8(
    13781432                  (java.lang.String) ref);
     
    13971451  bitField0_ |= 0x00000010;
    13981452        source_ = value;
    1399        
     1453
    14001454        return this;
    14011455      }
     
    14101464        bitField0_ = (bitField0_ & ~0x00000010);
    14111465        source_ = getDefaultInstance().getSource();
    1412        
     1466
    14131467        return this;
    14141468      }
     
    14271481  bitField0_ |= 0x00000010;
    14281482        source_ = value;
    1429        
     1483
    14301484        return this;
    14311485      }
     
    14361490       *
    14371491       * <pre>
    1438        * replication timestamp, expressed in seconds since the epoch, 
     1492       * replication timestamp, expressed in seconds since the epoch,
    14391493       * otherwise the same value as in the "timestamp=..." field
    14401494       * in the state.txt file used by Osmosis
    14411495       * </pre>
    14421496       */
    1443       public boolean hasOsmosisReplicationTimestamp() {
     1497      @Override
     1498        public boolean hasOsmosisReplicationTimestamp() {
    14441499        return ((bitField0_ & 0x00000020) == 0x00000020);
    14451500      }
     
    14481503       *
    14491504       * <pre>
    1450        * replication timestamp, expressed in seconds since the epoch, 
     1505       * replication timestamp, expressed in seconds since the epoch,
    14511506       * otherwise the same value as in the "timestamp=..." field
    14521507       * in the state.txt file used by Osmosis
    14531508       * </pre>
    14541509       */
    1455       public long getOsmosisReplicationTimestamp() {
     1510      @Override
     1511        public long getOsmosisReplicationTimestamp() {
    14561512        return osmosisReplicationTimestamp_;
    14571513      }
     
    14601516       *
    14611517       * <pre>
    1462        * replication timestamp, expressed in seconds since the epoch, 
     1518       * replication timestamp, expressed in seconds since the epoch,
    14631519       * otherwise the same value as in the "timestamp=..." field
    14641520       * in the state.txt file used by Osmosis
     
    14681524        bitField0_ |= 0x00000020;
    14691525        osmosisReplicationTimestamp_ = value;
    1470        
     1526
    14711527        return this;
    14721528      }
     
    14751531       *
    14761532       * <pre>
    1477        * replication timestamp, expressed in seconds since the epoch, 
     1533       * replication timestamp, expressed in seconds since the epoch,
    14781534       * otherwise the same value as in the "timestamp=..." field
    14791535       * in the state.txt file used by Osmosis
     
    14831539        bitField0_ = (bitField0_ & ~0x00000020);
    14841540        osmosisReplicationTimestamp_ = 0L;
    1485        
     1541
    14861542        return this;
    14871543      }
     
    14951551       * </pre>
    14961552       */
    1497       public boolean hasOsmosisReplicationSequenceNumber() {
     1553      @Override
     1554        public boolean hasOsmosisReplicationSequenceNumber() {
    14981555        return ((bitField0_ & 0x00000040) == 0x00000040);
    14991556      }
     
    15051562       * </pre>
    15061563       */
    1507       public long getOsmosisReplicationSequenceNumber() {
     1564      @Override
     1565        public long getOsmosisReplicationSequenceNumber() {
    15081566        return osmosisReplicationSequenceNumber_;
    15091567      }
     
    15181576        bitField0_ |= 0x00000040;
    15191577        osmosisReplicationSequenceNumber_ = value;
    1520        
     1578
    15211579        return this;
    15221580      }
     
    15311589        bitField0_ = (bitField0_ & ~0x00000040);
    15321590        osmosisReplicationSequenceNumber_ = 0L;
    1533        
     1591
    15341592        return this;
    15351593      }
     
    15431601       * </pre>
    15441602       */
    1545       public boolean hasOsmosisReplicationBaseUrl() {
     1603      @Override
     1604        public boolean hasOsmosisReplicationBaseUrl() {
    15461605        return ((bitField0_ & 0x00000080) == 0x00000080);
    15471606      }
     
    15531612       * </pre>
    15541613       */
    1555       public java.lang.String getOsmosisReplicationBaseUrl() {
     1614      @Override
     1615        public java.lang.String getOsmosisReplicationBaseUrl() {
    15561616        java.lang.Object ref = osmosisReplicationBaseUrl_;
    15571617        if (!(ref instanceof java.lang.String)) {
     
    15741634       * </pre>
    15751635       */
    1576       public com.google.protobuf.ByteString
     1636      @Override
     1637        public com.google.protobuf.ByteString
    15771638          getOsmosisReplicationBaseUrlBytes() {
    15781639        java.lang.Object ref = osmosisReplicationBaseUrl_;
    15791640        if (ref instanceof String) {
    1580           com.google.protobuf.ByteString b = 
     1641          com.google.protobuf.ByteString b =
    15811642              com.google.protobuf.ByteString.copyFromUtf8(
    15821643                  (java.lang.String) ref);
     
    16011662  bitField0_ |= 0x00000080;
    16021663        osmosisReplicationBaseUrl_ = value;
    1603        
     1664
    16041665        return this;
    16051666      }
     
    16141675        bitField0_ = (bitField0_ & ~0x00000080);
    16151676        osmosisReplicationBaseUrl_ = getDefaultInstance().getOsmosisReplicationBaseUrl();
    1616        
     1677
    16171678        return this;
    16181679      }
     
    16311692  bitField0_ |= 0x00000080;
    16321693        osmosisReplicationBaseUrl_ = value;
    1633        
     1694
    16341695        return this;
    16351696      }
     
    17051766    }
    17061767
    1707     public HeaderBBox getDefaultInstanceForType() {
     1768    @Override
     1769        public HeaderBBox getDefaultInstanceForType() {
    17081770      return defaultInstance;
    17091771    }
     
    17761838    public static com.google.protobuf.Parser<HeaderBBox> PARSER =
    17771839        new com.google.protobuf.AbstractParser<HeaderBBox>() {
    1778       public HeaderBBox parsePartialFrom(
     1840      @Override
     1841        public HeaderBBox parsePartialFrom(
    17791842          com.google.protobuf.CodedInputStream input,
    17801843          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    17951858     * <code>required sint64 left = 1;</code>
    17961859     */
    1797     public boolean hasLeft() {
     1860    @Override
     1861        public boolean hasLeft() {
    17981862      return ((bitField0_ & 0x00000001) == 0x00000001);
    17991863    }
     
    18011865     * <code>required sint64 left = 1;</code>
    18021866     */
    1803     public long getLeft() {
     1867    @Override
     1868        public long getLeft() {
    18041869      return left_;
    18051870    }
     
    18101875     * <code>required sint64 right = 2;</code>
    18111876     */
    1812     public boolean hasRight() {
     1877    @Override
     1878        public boolean hasRight() {
    18131879      return ((bitField0_ & 0x00000002) == 0x00000002);
    18141880    }
     
    18161882     * <code>required sint64 right = 2;</code>
    18171883     */
    1818     public long getRight() {
     1884    @Override
     1885        public long getRight() {
    18191886      return right_;
    18201887    }
     
    18251892     * <code>required sint64 top = 3;</code>
    18261893     */
    1827     public boolean hasTop() {
     1894    @Override
     1895        public boolean hasTop() {
    18281896      return ((bitField0_ & 0x00000004) == 0x00000004);
    18291897    }
     
    18311899     * <code>required sint64 top = 3;</code>
    18321900     */
    1833     public long getTop() {
     1901    @Override
     1902        public long getTop() {
    18341903      return top_;
    18351904    }
     
    18401909     * <code>required sint64 bottom = 4;</code>
    18411910     */
    1842     public boolean hasBottom() {
     1911    @Override
     1912        public boolean hasBottom() {
    18431913      return ((bitField0_ & 0x00000008) == 0x00000008);
    18441914    }
     
    18461916     * <code>required sint64 bottom = 4;</code>
    18471917     */
    1848     public long getBottom() {
     1918    @Override
     1919        public long getBottom() {
    18491920      return bottom_;
    18501921    }
     
    18571928    }
    18581929    private byte memoizedIsInitialized = -1;
    1859     public final boolean isInitialized() {
     1930    @Override
     1931        public final boolean isInitialized() {
    18601932      byte isInitialized = memoizedIsInitialized;
    18611933      if (isInitialized == 1) return true;
     
    18821954    }
    18831955
    1884     public void writeTo(com.google.protobuf.CodedOutputStream output)
     1956    @Override
     1957        public void writeTo(com.google.protobuf.CodedOutputStream output)
    18851958                        throws java.io.IOException {
    18861959      getSerializedSize();
     
    19011974
    19021975    private int memoizedSerializedSize = -1;
    1903     public int getSerializedSize() {
     1976    @Override
     1977        public int getSerializedSize() {
    19041978      int size = memoizedSerializedSize;
    19051979      if (size != -1) return size;
     
    19882062
    19892063    public static Builder newBuilder() { return Builder.create(); }
    1990     public Builder newBuilderForType() { return newBuilder(); }
     2064    @Override
     2065        public Builder newBuilderForType() { return newBuilder(); }
    19912066    public static Builder newBuilder(crosby.binary.Osmformat.HeaderBBox prototype) {
    19922067      return newBuilder().mergeFrom(prototype);
    19932068    }
    1994     public Builder toBuilder() { return newBuilder(this); }
     2069    @Override
     2070        public Builder toBuilder() { return newBuilder(this); }
    19952071
    19962072    /**
     
    20142090      }
    20152091
    2016       public Builder clear() {
     2092      @Override
     2093        public Builder clear() {
    20172094        super.clear();
    20182095        left_ = 0L;
     
    20272104      }
    20282105
    2029       public Builder clone() {
     2106      @Override
     2107        public Builder clone() {
    20302108        return create().mergeFrom(buildPartial());
    20312109      }
    20322110
    2033       public crosby.binary.Osmformat.HeaderBBox getDefaultInstanceForType() {
     2111      @Override
     2112        public crosby.binary.Osmformat.HeaderBBox getDefaultInstanceForType() {
    20342113        return crosby.binary.Osmformat.HeaderBBox.getDefaultInstance();
    20352114      }
    20362115
    2037       public crosby.binary.Osmformat.HeaderBBox build() {
     2116      @Override
     2117        public crosby.binary.Osmformat.HeaderBBox build() {
    20382118        crosby.binary.Osmformat.HeaderBBox result = buildPartial();
    20392119        if (!result.isInitialized()) {
     
    20432123      }
    20442124
    2045       public crosby.binary.Osmformat.HeaderBBox buildPartial() {
     2125      @Override
     2126        public crosby.binary.Osmformat.HeaderBBox buildPartial() {
    20462127        crosby.binary.Osmformat.HeaderBBox result = new crosby.binary.Osmformat.HeaderBBox(this);
    20472128        int from_bitField0_ = bitField0_;
     
    20672148      }
    20682149
    2069       public Builder mergeFrom(crosby.binary.Osmformat.HeaderBBox other) {
     2150      @Override
     2151        public Builder mergeFrom(crosby.binary.Osmformat.HeaderBBox other) {
    20702152        if (other == crosby.binary.Osmformat.HeaderBBox.getDefaultInstance()) return this;
    20712153        if (other.hasLeft()) {
     
    20862168      }
    20872169
    2088       public final boolean isInitialized() {
     2170      @Override
     2171        public final boolean isInitialized() {
    20892172        if (!hasLeft()) {
    2090          
     2173
    20912174          return false;
    20922175        }
    20932176        if (!hasRight()) {
    2094          
     2177
    20952178          return false;
    20962179        }
    20972180        if (!hasTop()) {
    2098          
     2181
    20992182          return false;
    21002183        }
    21012184        if (!hasBottom()) {
    2102          
     2185
    21032186          return false;
    21042187        }
     
    21062189      }
    21072190
    2108       public Builder mergeFrom(
     2191      @Override
     2192        public Builder mergeFrom(
    21092193          com.google.protobuf.CodedInputStream input,
    21102194          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    21292213       * <code>required sint64 left = 1;</code>
    21302214       */
    2131       public boolean hasLeft() {
     2215      @Override
     2216        public boolean hasLeft() {
    21322217        return ((bitField0_ & 0x00000001) == 0x00000001);
    21332218      }
     
    21352220       * <code>required sint64 left = 1;</code>
    21362221       */
    2137       public long getLeft() {
     2222      @Override
     2223        public long getLeft() {
    21382224        return left_;
    21392225      }
     
    21442230        bitField0_ |= 0x00000001;
    21452231        left_ = value;
    2146        
     2232
    21472233        return this;
    21482234      }
     
    21532239        bitField0_ = (bitField0_ & ~0x00000001);
    21542240        left_ = 0L;
    2155        
     2241
    21562242        return this;
    21572243      }
     
    21612247       * <code>required sint64 right = 2;</code>
    21622248       */
    2163       public boolean hasRight() {
     2249      @Override
     2250        public boolean hasRight() {
    21642251        return ((bitField0_ & 0x00000002) == 0x00000002);
    21652252      }
     
    21672254       * <code>required sint64 right = 2;</code>
    21682255       */
    2169       public long getRight() {
     2256      @Override
     2257        public long getRight() {
    21702258        return right_;
    21712259      }
     
    21762264        bitField0_ |= 0x00000002;
    21772265        right_ = value;
    2178        
     2266
    21792267        return this;
    21802268      }
     
    21852273        bitField0_ = (bitField0_ & ~0x00000002);
    21862274        right_ = 0L;
    2187        
     2275
    21882276        return this;
    21892277      }
     
    21932281       * <code>required sint64 top = 3;</code>
    21942282       */
    2195       public boolean hasTop() {
     2283      @Override
     2284        public boolean hasTop() {
    21962285        return ((bitField0_ & 0x00000004) == 0x00000004);
    21972286      }
     
    21992288       * <code>required sint64 top = 3;</code>
    22002289       */
    2201       public long getTop() {
     2290      @Override
     2291        public long getTop() {
    22022292        return top_;
    22032293      }
     
    22082298        bitField0_ |= 0x00000004;
    22092299        top_ = value;
    2210        
     2300
    22112301        return this;
    22122302      }
     
    22172307        bitField0_ = (bitField0_ & ~0x00000004);
    22182308        top_ = 0L;
    2219        
     2309
    22202310        return this;
    22212311      }
     
    22252315       * <code>required sint64 bottom = 4;</code>
    22262316       */
    2227       public boolean hasBottom() {
     2317      @Override
     2318        public boolean hasBottom() {
    22282319        return ((bitField0_ & 0x00000008) == 0x00000008);
    22292320      }
     
    22312322       * <code>required sint64 bottom = 4;</code>
    22322323       */
    2233       public long getBottom() {
     2324      @Override
     2325        public long getBottom() {
    22342326        return bottom_;
    22352327      }
     
    22402332        bitField0_ |= 0x00000008;
    22412333        bottom_ = value;
    2242        
     2334
    22432335        return this;
    22442336      }
     
    22492341        bitField0_ = (bitField0_ & ~0x00000008);
    22502342        bottom_ = 0L;
    2251        
     2343
    22522344        return this;
    22532345      }
     
    22802372     * <code>repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;</code>
    22812373     */
    2282     java.util.List<crosby.binary.Osmformat.PrimitiveGroup> 
     2374    java.util.List<crosby.binary.Osmformat.PrimitiveGroup>
    22832375        getPrimitivegroupList();
    22842376    /**
     
    23702462    }
    23712463
    2372     public PrimitiveBlock getDefaultInstanceForType() {
     2464    @Override
     2465        public PrimitiveBlock getDefaultInstanceForType() {
    23732466      return defaultInstance;
    23742467    }
     
    24652558    public static com.google.protobuf.Parser<PrimitiveBlock> PARSER =
    24662559        new com.google.protobuf.AbstractParser<PrimitiveBlock>() {
    2467       public PrimitiveBlock parsePartialFrom(
     2560      @Override
     2561        public PrimitiveBlock parsePartialFrom(
    24682562          com.google.protobuf.CodedInputStream input,
    24692563          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    24842578     * <code>required .OSMPBF.StringTable stringtable = 1;</code>
    24852579     */
    2486     public boolean hasStringtable() {
     2580    @Override
     2581        public boolean hasStringtable() {
    24872582      return ((bitField0_ & 0x00000001) == 0x00000001);
    24882583    }
     
    24902585     * <code>required .OSMPBF.StringTable stringtable = 1;</code>
    24912586     */
    2492     public crosby.binary.Osmformat.StringTable getStringtable() {
     2587    @Override
     2588        public crosby.binary.Osmformat.StringTable getStringtable() {
    24932589      return stringtable_;
    24942590    }
     
    24992595     * <code>repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;</code>
    25002596     */
    2501     public java.util.List<crosby.binary.Osmformat.PrimitiveGroup> getPrimitivegroupList() {
     2597    @Override
     2598        public java.util.List<crosby.binary.Osmformat.PrimitiveGroup> getPrimitivegroupList() {
    25022599      return primitivegroup_;
    25032600    }
     
    25052602     * <code>repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;</code>
    25062603     */
    2507     public java.util.List<? extends crosby.binary.Osmformat.PrimitiveGroupOrBuilder> 
     2604    public java.util.List<? extends crosby.binary.Osmformat.PrimitiveGroupOrBuilder>
    25082605        getPrimitivegroupOrBuilderList() {
    25092606      return primitivegroup_;
     
    25122609     * <code>repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;</code>
    25132610     */
    2514     public int getPrimitivegroupCount() {
     2611    @Override
     2612        public int getPrimitivegroupCount() {
    25152613      return primitivegroup_.size();
    25162614    }
     
    25182616     * <code>repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;</code>
    25192617     */
    2520     public crosby.binary.Osmformat.PrimitiveGroup getPrimitivegroup(int index) {
     2618    @Override
     2619        public crosby.binary.Osmformat.PrimitiveGroup getPrimitivegroup(int index) {
    25212620      return primitivegroup_.get(index);
    25222621    }
     
    25382637     * </pre>
    25392638     */
    2540     public boolean hasGranularity() {
     2639    @Override
     2640        public boolean hasGranularity() {
    25412641      return ((bitField0_ & 0x00000002) == 0x00000002);
    25422642    }
     
    25482648     * </pre>
    25492649     */
    2550     public int getGranularity() {
     2650    @Override
     2651        public int getGranularity() {
    25512652      return granularity_;
    25522653    }
     
    25612662     * </pre>
    25622663     */
    2563     public boolean hasLatOffset() {
     2664    @Override
     2665        public boolean hasLatOffset() {
    25642666      return ((bitField0_ & 0x00000004) == 0x00000004);
    25652667    }
     
    25712673     * </pre>
    25722674     */
    2573     public long getLatOffset() {
     2675    @Override
     2676        public long getLatOffset() {
    25742677      return latOffset_;
    25752678    }
     
    25802683     * <code>optional int64 lon_offset = 20 [default = 0];</code>
    25812684     */
    2582     public boolean hasLonOffset() {
     2685    @Override
     2686        public boolean hasLonOffset() {
    25832687      return ((bitField0_ & 0x00000008) == 0x00000008);
    25842688    }
     
    25862690     * <code>optional int64 lon_offset = 20 [default = 0];</code>
    25872691     */
    2588     public long getLonOffset() {
     2692    @Override
     2693        public long getLonOffset() {
    25892694      return lonOffset_;
    25902695    }
     
    25992704     * </pre>
    26002705     */
    2601     public boolean hasDateGranularity() {
     2706    @Override
     2707        public boolean hasDateGranularity() {
    26022708      return ((bitField0_ & 0x00000010) == 0x00000010);
    26032709    }
     
    26092715     * </pre>
    26102716     */
    2611     public int getDateGranularity() {
     2717    @Override
     2718        public int getDateGranularity() {
    26122719      return dateGranularity_;
    26132720    }
     
    26222729    }
    26232730    private byte memoizedIsInitialized = -1;
    2624     public final boolean isInitialized() {
     2731    @Override
     2732        public final boolean isInitialized() {
    26252733      byte isInitialized = memoizedIsInitialized;
    26262734      if (isInitialized == 1) return true;
     
    26412749    }
    26422750
    2643     public void writeTo(com.google.protobuf.CodedOutputStream output)
     2751    @Override
     2752        public void writeTo(com.google.protobuf.CodedOutputStream output)
    26442753                        throws java.io.IOException {
    26452754      getSerializedSize();
     
    26662775
    26672776    private int memoizedSerializedSize = -1;
    2668     public int getSerializedSize() {
     2777    @Override
     2778        public int getSerializedSize() {
    26692779      int size = memoizedSerializedSize;
    26702780      if (size != -1) return size;
     
    27612871
    27622872    public static Builder newBuilder() { return Builder.create(); }
    2763     public Builder newBuilderForType() { return newBuilder(); }
     2873    @Override
     2874        public Builder newBuilderForType() { return newBuilder(); }
    27642875    public static Builder newBuilder(crosby.binary.Osmformat.PrimitiveBlock prototype) {
    27652876      return newBuilder().mergeFrom(prototype);
    27662877    }
    2767     public Builder toBuilder() { return newBuilder(this); }
     2878    @Override
     2879        public Builder toBuilder() { return newBuilder(this); }
    27682880
    27692881    /**
     
    27872899      }
    27882900
    2789       public Builder clear() {
     2901      @Override
     2902        public Builder clear() {
    27902903        super.clear();
    27912904        stringtable_ = crosby.binary.Osmformat.StringTable.getDefaultInstance();
     
    28042917      }
    28052918
    2806       public Builder clone() {
     2919      @Override
     2920        public Builder clone() {
    28072921        return create().mergeFrom(buildPartial());
    28082922      }
    28092923
    2810       public crosby.binary.Osmformat.PrimitiveBlock getDefaultInstanceForType() {
     2924      @Override
     2925        public crosby.binary.Osmformat.PrimitiveBlock getDefaultInstanceForType() {
    28112926        return crosby.binary.Osmformat.PrimitiveBlock.getDefaultInstance();
    28122927      }
    28132928
    2814       public crosby.binary.Osmformat.PrimitiveBlock build() {
     2929      @Override
     2930        public crosby.binary.Osmformat.PrimitiveBlock build() {
    28152931        crosby.binary.Osmformat.PrimitiveBlock result = buildPartial();
    28162932        if (!result.isInitialized()) {
     
    28202936      }
    28212937
    2822       public crosby.binary.Osmformat.PrimitiveBlock buildPartial() {
     2938      @Override
     2939        public crosby.binary.Osmformat.PrimitiveBlock buildPartial() {
    28232940        crosby.binary.Osmformat.PrimitiveBlock result = new crosby.binary.Osmformat.PrimitiveBlock(this);
    28242941        int from_bitField0_ = bitField0_;
     
    28532970      }
    28542971
    2855       public Builder mergeFrom(crosby.binary.Osmformat.PrimitiveBlock other) {
     2972      @Override
     2973        public Builder mergeFrom(crosby.binary.Osmformat.PrimitiveBlock other) {
    28562974        if (other == crosby.binary.Osmformat.PrimitiveBlock.getDefaultInstance()) return this;
    28572975        if (other.hasStringtable()) {
     
    28662984            primitivegroup_.addAll(other.primitivegroup_);
    28672985          }
    2868          
     2986
    28692987        }
    28702988        if (other.hasGranularity()) {
     
    28853003      }
    28863004
    2887       public final boolean isInitialized() {
     3005      @Override
     3006        public final boolean isInitialized() {
    28883007        if (!hasStringtable()) {
    2889          
     3008
    28903009          return false;
    28913010        }
    28923011        for (int i = 0; i < getPrimitivegroupCount(); i++) {
    28933012          if (!getPrimitivegroup(i).isInitialized()) {
    2894            
     3013
    28953014            return false;
    28963015          }
     
    28993018      }
    29003019
    2901       public Builder mergeFrom(
     3020      @Override
     3021        public Builder mergeFrom(
    29023022          com.google.protobuf.CodedInputStream input,
    29033023          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    29223042       * <code>required .OSMPBF.StringTable stringtable = 1;</code>
    29233043       */
    2924       public boolean hasStringtable() {
     3044      @Override
     3045        public boolean hasStringtable() {
    29253046        return ((bitField0_ & 0x00000001) == 0x00000001);
    29263047      }
     
    29283049       * <code>required .OSMPBF.StringTable stringtable = 1;</code>
    29293050       */
    2930       public crosby.binary.Osmformat.StringTable getStringtable() {
     3051      @Override
     3052        public crosby.binary.Osmformat.StringTable getStringtable() {
    29313053        return stringtable_;
    29323054      }
     
    29903112       * <code>repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;</code>
    29913113       */
    2992       public java.util.List<crosby.binary.Osmformat.PrimitiveGroup> getPrimitivegroupList() {
     3114      @Override
     3115        public java.util.List<crosby.binary.Osmformat.PrimitiveGroup> getPrimitivegroupList() {
    29933116        return java.util.Collections.unmodifiableList(primitivegroup_);
    29943117      }
     
    29963119       * <code>repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;</code>
    29973120       */
    2998       public int getPrimitivegroupCount() {
     3121      @Override
     3122        public int getPrimitivegroupCount() {
    29993123        return primitivegroup_.size();
    30003124      }
     
    30023126       * <code>repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;</code>
    30033127       */
    3004       public crosby.binary.Osmformat.PrimitiveGroup getPrimitivegroup(int index) {
     3128      @Override
     3129        public crosby.binary.Osmformat.PrimitiveGroup getPrimitivegroup(int index) {
    30053130        return primitivegroup_.get(index);
    30063131      }
     
    31113236       * </pre>
    31123237       */
    3113       public boolean hasGranularity() {
     3238      @Override
     3239        public boolean hasGranularity() {
    31143240        return ((bitField0_ & 0x00000004) == 0x00000004);
    31153241      }
     
    31213247       * </pre>
    31223248       */
    3123       public int getGranularity() {
     3249      @Override
     3250        public int getGranularity() {
    31243251        return granularity_;
    31253252      }
     
    31343261        bitField0_ |= 0x00000004;
    31353262        granularity_ = value;
    3136        
     3263
    31373264        return this;
    31383265      }
     
    31473274        bitField0_ = (bitField0_ & ~0x00000004);
    31483275        granularity_ = 100;
    3149        
     3276
    31503277        return this;
    31513278      }
     
    31593286       * </pre>
    31603287       */
    3161       public boolean hasLatOffset() {
     3288      @Override
     3289        public boolean hasLatOffset() {
    31623290        return ((bitField0_ & 0x00000008) == 0x00000008);
    31633291      }
     
    31693297       * </pre>
    31703298       */
    3171       public long getLatOffset() {
     3299      @Override
     3300        public long getLatOffset() {
    31723301        return latOffset_;
    31733302      }
     
    31823311        bitField0_ |= 0x00000008;
    31833312        latOffset_ = value;
    3184        
     3313
    31853314        return this;
    31863315      }
     
    31953324        bitField0_ = (bitField0_ & ~0x00000008);
    31963325        latOffset_ = 0L;
    3197        
     3326
    31983327        return this;
    31993328      }
     
    32033332       * <code>optional int64 lon_offset = 20 [default = 0];</code>
    32043333       */
    3205       public boolean hasLonOffset() {
     3334      @Override
     3335        public boolean hasLonOffset() {
    32063336        return ((bitField0_ & 0x00000010) == 0x00000010);
    32073337      }
     
    32093339       * <code>optional int64 lon_offset = 20 [default = 0];</code>
    32103340       */
    3211       public long getLonOffset() {
     3341      @Override
     3342        public long getLonOffset() {
    32123343        return lonOffset_;
    32133344      }
     
    32183349        bitField0_ |= 0x00000010;
    32193350        lonOffset_ = value;
    3220        
     3351
    32213352        return this;
    32223353      }
     
    32273358        bitField0_ = (bitField0_ & ~0x00000010);
    32283359        lonOffset_ = 0L;
    3229        
     3360
    32303361        return this;
    32313362      }
     
    32393370       * </pre>
    32403371       */
    3241       public boolean hasDateGranularity() {
     3372      @Override
     3373        public boolean hasDateGranularity() {
    32423374        return ((bitField0_ & 0x00000020) == 0x00000020);
    32433375      }
     
    32493381       * </pre>
    32503382       */
    3251       public int getDateGranularity() {
     3383      @Override
     3384        public int getDateGranularity() {
    32523385        return dateGranularity_;
    32533386      }
     
    32623395        bitField0_ |= 0x00000020;
    32633396        dateGranularity_ = value;
    3264        
     3397
    32653398        return this;
    32663399      }
     
    32753408        bitField0_ = (bitField0_ & ~0x00000020);
    32763409        dateGranularity_ = 1000;
    3277        
     3410
    32783411        return this;
    32793412      }
     
    32973430     * <code>repeated .OSMPBF.Node nodes = 1;</code>
    32983431     */
    3299     java.util.List<crosby.binary.Osmformat.Node> 
     3432    java.util.List<crosby.binary.Osmformat.Node>
    33003433        getNodesList();
    33013434    /**
     
    33203453     * <code>repeated .OSMPBF.Way ways = 3;</code>
    33213454     */
    3322     java.util.List<crosby.binary.Osmformat.Way> 
     3455    java.util.List<crosby.binary.Osmformat.Way>
    33233456        getWaysList();
    33243457    /**
     
    33343467     * <code>repeated .OSMPBF.Relation relations = 4;</code>
    33353468     */
    3336     java.util.List<crosby.binary.Osmformat.Relation> 
     3469    java.util.List<crosby.binary.Osmformat.Relation>
    33373470        getRelationsList();
    33383471    /**
     
    33483481     * <code>repeated .OSMPBF.ChangeSet changesets = 5;</code>
    33493482     */
    3350     java.util.List<crosby.binary.Osmformat.ChangeSet> 
     3483    java.util.List<crosby.binary.Osmformat.ChangeSet>
    33513484        getChangesetsList();
    33523485    /**
     
    33823515    }
    33833516
    3384     public PrimitiveGroup getDefaultInstanceForType() {
     3517    @Override
     3518        public PrimitiveGroup getDefaultInstanceForType() {
    33853519      return defaultInstance;
    33863520    }
     
    34903624    public static com.google.protobuf.Parser<PrimitiveGroup> PARSER =
    34913625        new com.google.protobuf.AbstractParser<PrimitiveGroup>() {
    3492       public PrimitiveGroup parsePartialFrom(
     3626      @Override
     3627        public PrimitiveGroup parsePartialFrom(
    34933628          com.google.protobuf.CodedInputStream input,
    34943629          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    35093644     * <code>repeated .OSMPBF.Node nodes = 1;</code>
    35103645     */
    3511     public java.util.List<crosby.binary.Osmformat.Node> getNodesList() {
     3646    @Override
     3647        public java.util.List<crosby.binary.Osmformat.Node> getNodesList() {
    35123648      return nodes_;
    35133649    }
     
    35153651     * <code>repeated .OSMPBF.Node nodes = 1;</code>
    35163652     */
    3517     public java.util.List<? extends crosby.binary.Osmformat.NodeOrBuilder> 
     3653    public java.util.List<? extends crosby.binary.Osmformat.NodeOrBuilder>
    35183654        getNodesOrBuilderList() {
    35193655      return nodes_;
     
    35223658     * <code>repeated .OSMPBF.Node nodes = 1;</code>
    35233659     */
    3524     public int getNodesCount() {
     3660    @Override
     3661        public int getNodesCount() {
    35253662      return nodes_.size();
    35263663    }
     
    35283665     * <code>repeated .OSMPBF.Node nodes = 1;</code>
    35293666     */
    3530     public crosby.binary.Osmformat.Node getNodes(int index) {
     3667    @Override
     3668        public crosby.binary.Osmformat.Node getNodes(int index) {
    35313669      return nodes_.get(index);
    35323670    }
     
    35443682     * <code>optional .OSMPBF.DenseNodes dense = 2;</code>
    35453683     */
    3546     public boolean hasDense() {
     3684    @Override
     3685        public boolean hasDense() {
    35473686      return ((bitField0_ & 0x00000001) == 0x00000001);
    35483687    }
     
    35503689     * <code>optional .OSMPBF.DenseNodes dense = 2;</code>
    35513690     */
    3552     public crosby.binary.Osmformat.DenseNodes getDense() {
     3691    @Override
     3692        public crosby.binary.Osmformat.DenseNodes getDense() {
    35533693      return dense_;
    35543694    }
     
    35593699     * <code>repeated .OSMPBF.Way ways = 3;</code>
    35603700     */
    3561     public java.util.List<crosby.binary.Osmformat.Way> getWaysList() {
     3701    @Override
     3702        public java.util.List<crosby.binary.Osmformat.Way> getWaysList() {
    35623703      return ways_;
    35633704    }
     
    35653706     * <code>repeated .OSMPBF.Way ways = 3;</code>
    35663707     */
    3567     public java.util.List<? extends crosby.binary.Osmformat.WayOrBuilder> 
     3708    public java.util.List<? extends crosby.binary.Osmformat.WayOrBuilder>
    35683709        getWaysOrBuilderList() {
    35693710      return ways_;
     
    35723713     * <code>repeated .OSMPBF.Way ways = 3;</code>
    35733714     */
    3574     public int getWaysCount() {
     3715    @Override
     3716        public int getWaysCount() {
    35753717      return ways_.size();
    35763718    }
     
    35783720     * <code>repeated .OSMPBF.Way ways = 3;</code>
    35793721     */
    3580     public crosby.binary.Osmformat.Way getWays(int index) {
     3722    @Override
     3723        public crosby.binary.Osmformat.Way getWays(int index) {
    35813724      return ways_.get(index);
    35823725    }
     
    35943737     * <code>repeated .OSMPBF.Relation relations = 4;</code>
    35953738     */
    3596     public java.util.List<crosby.binary.Osmformat.Relation> getRelationsList() {
     3739    @Override
     3740        public java.util.List<crosby.binary.Osmformat.Relation> getRelationsList() {
    35973741      return relations_;
    35983742    }
     
    36003744     * <code>repeated .OSMPBF.Relation relations = 4;</code>
    36013745     */
    3602     public java.util.List<? extends crosby.binary.Osmformat.RelationOrBuilder> 
     3746    public java.util.List<? extends crosby.binary.Osmformat.RelationOrBuilder>
    36033747        getRelationsOrBuilderList() {
    36043748      return relations_;
     
    36073751     * <code>repeated .OSMPBF.Relation relations = 4;</code>
    36083752     */
    3609     public int getRelationsCount() {
     3753    @Override
     3754        public int getRelationsCount() {
    36103755      return relations_.size();
    36113756    }
     
    36133758     * <code>repeated .OSMPBF.Relation relations = 4;</code>
    36143759     */
    3615     public crosby.binary.Osmformat.Relation getRelations(int index) {
     3760    @Override
     3761        public crosby.binary.Osmformat.Relation getRelations(int index) {
    36163762      return relations_.get(index);
    36173763    }
     
    36293775     * <code>repeated .OSMPBF.ChangeSet changesets = 5;</code>
    36303776     */
    3631     public java.util.List<crosby.binary.Osmformat.ChangeSet> getChangesetsList() {
     3777    @Override
     3778        public java.util.List<crosby.binary.Osmformat.ChangeSet> getChangesetsList() {
    36323779      return changesets_;
    36333780    }
     
    36353782     * <code>repeated .OSMPBF.ChangeSet changesets = 5;</code>
    36363783     */
    3637     public java.util.List<? extends crosby.binary.Osmformat.ChangeSetOrBuilder> 
     3784    public java.util.List<? extends crosby.binary.Osmformat.ChangeSetOrBuilder>
    36383785        getChangesetsOrBuilderList() {
    36393786      return changesets_;
     
    36423789     * <code>repeated .OSMPBF.ChangeSet changesets = 5;</code>
    36433790     */
    3644     public int getChangesetsCount() {
     3791    @Override
     3792        public int getChangesetsCount() {
    36453793      return changesets_.size();
    36463794    }
     
    36483796     * <code>repeated .OSMPBF.ChangeSet changesets = 5;</code>
    36493797     */
    3650     public crosby.binary.Osmformat.ChangeSet getChangesets(int index) {
     3798    @Override
     3799        public crosby.binary.Osmformat.ChangeSet getChangesets(int index) {
    36513800      return changesets_.get(index);
    36523801    }
     
    36673816    }
    36683817    private byte memoizedIsInitialized = -1;
    3669     public final boolean isInitialized() {
     3818    @Override
     3819        public final boolean isInitialized() {
    36703820      byte isInitialized = memoizedIsInitialized;
    36713821      if (isInitialized == 1) return true;
     
    37003850    }
    37013851
    3702     public void writeTo(com.google.protobuf.CodedOutputStream output)
     3852    @Override
     3853        public void writeTo(com.google.protobuf.CodedOutputStream output)
    37033854                        throws java.io.IOException {
    37043855      getSerializedSize();
     
    37223873
    37233874    private int memoizedSerializedSize = -1;
    3724     public int getSerializedSize() {
     3875    @Override
     3876        public int getSerializedSize() {
    37253877      int size = memoizedSerializedSize;
    37263878      if (size != -1) return size;
     
    38133965
    38143966    public static Builder newBuilder() { return Builder.create(); }
    3815     public Builder newBuilderForType() { return newBuilder(); }
     3967    @Override
     3968        public Builder newBuilderForType() { return newBuilder(); }
    38163969    public static Builder newBuilder(crosby.binary.Osmformat.PrimitiveGroup prototype) {
    38173970      return newBuilder().mergeFrom(prototype);
    38183971    }
    3819     public Builder toBuilder() { return newBuilder(this); }
     3972    @Override
     3973        public Builder toBuilder() { return newBuilder(this); }
    38203974
    38213975    /**
     
    38433997      }
    38443998
    3845       public Builder clear() {
     3999      @Override
     4000        public Builder clear() {
    38464001        super.clear();
    38474002        nodes_ = java.util.Collections.emptyList();
     
    38584013      }
    38594014
    3860       public Builder clone() {
     4015      @Override
     4016        public Builder clone() {
    38614017        return create().mergeFrom(buildPartial());
    38624018      }
    38634019
    3864       public crosby.binary.Osmformat.PrimitiveGroup getDefaultInstanceForType() {
     4020      @Override
     4021        public crosby.binary.Osmformat.PrimitiveGroup getDefaultInstanceForType() {
    38654022        return crosby.binary.Osmformat.PrimitiveGroup.getDefaultInstance();
    38664023      }
    38674024
    3868       public crosby.binary.Osmformat.PrimitiveGroup build() {
     4025      @Override
     4026        public crosby.binary.Osmformat.PrimitiveGroup build() {
    38694027        crosby.binary.Osmformat.PrimitiveGroup result = buildPartial();
    38704028        if (!result.isInitialized()) {
     
    38744032      }
    38754033
    3876       public crosby.binary.Osmformat.PrimitiveGroup buildPartial() {
     4034      @Override
     4035        public crosby.binary.Osmformat.PrimitiveGroup buildPartial() {
    38774036        crosby.binary.Osmformat.PrimitiveGroup result = new crosby.binary.Osmformat.PrimitiveGroup(this);
    38784037        int from_bitField0_ = bitField0_;
     
    39064065      }
    39074066
    3908       public Builder mergeFrom(crosby.binary.Osmformat.PrimitiveGroup other) {
     4067      @Override
     4068        public Builder mergeFrom(crosby.binary.Osmformat.PrimitiveGroup other) {
    39094069        if (other == crosby.binary.Osmformat.PrimitiveGroup.getDefaultInstance()) return this;
    39104070        if (!other.nodes_.isEmpty()) {
     
    39164076            nodes_.addAll(other.nodes_);
    39174077          }
    3918          
     4078
    39194079        }
    39204080        if (other.hasDense()) {
     
    39294089            ways_.addAll(other.ways_);
    39304090          }
    3931          
     4091
    39324092        }
    39334093        if (!other.relations_.isEmpty()) {
     
    39394099            relations_.addAll(other.relations_);
    39404100          }
    3941          
     4101
    39424102        }
    39434103        if (!other.changesets_.isEmpty()) {
     
    39494109            changesets_.addAll(other.changesets_);
    39504110          }
    3951          
     4111
    39524112        }
    39534113        setUnknownFields(
     
    39564116      }
    39574117
    3958       public final boolean isInitialized() {
     4118      @Override
     4119        public final boolean isInitialized() {
    39594120        for (int i = 0; i < getNodesCount(); i++) {
    39604121          if (!getNodes(i).isInitialized()) {
    3961            
     4122
    39624123            return false;
    39634124          }
     
    39654126        for (int i = 0; i < getWaysCount(); i++) {
    39664127          if (!getWays(i).isInitialized()) {
    3967            
     4128
    39684129            return false;
    39694130          }
     
    39714132        for (int i = 0; i < getRelationsCount(); i++) {
    39724133          if (!getRelations(i).isInitialized()) {
    3973            
     4134
    39744135            return false;
    39754136          }
     
    39774138        for (int i = 0; i < getChangesetsCount(); i++) {
    39784139          if (!getChangesets(i).isInitialized()) {
    3979            
     4140
    39804141            return false;
    39814142          }
     
    39844145      }
    39854146
    3986       public Builder mergeFrom(
     4147      @Override
     4148        public Builder mergeFrom(
    39874149          com.google.protobuf.CodedInputStream input,
    39884150          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    40154177       * <code>repeated .OSMPBF.Node nodes = 1;</code>
    40164178       */
    4017       public java.util.List<crosby.binary.Osmformat.Node> getNodesList() {
     4179      @Override
     4180        public java.util.List<crosby.binary.Osmformat.Node> getNodesList() {
    40184181        return java.util.Collections.unmodifiableList(nodes_);
    40194182      }
     
    40214184       * <code>repeated .OSMPBF.Node nodes = 1;</code>
    40224185       */
    4023       public int getNodesCount() {
     4186      @Override
     4187        public int getNodesCount() {
    40244188        return nodes_.size();
    40254189      }
     
    40274191       * <code>repeated .OSMPBF.Node nodes = 1;</code>
    40284192       */
    4029       public crosby.binary.Osmformat.Node getNodes(int index) {
     4193      @Override
     4194        public crosby.binary.Osmformat.Node getNodes(int index) {
    40304195        return nodes_.get(index);
    40314196      }
     
    41324297       * <code>optional .OSMPBF.DenseNodes dense = 2;</code>
    41334298       */
    4134       public boolean hasDense() {
     4299      @Override
     4300        public boolean hasDense() {
    41354301        return ((bitField0_ & 0x00000002) == 0x00000002);
    41364302      }
     
    41384304       * <code>optional .OSMPBF.DenseNodes dense = 2;</code>
    41394305       */
    4140       public crosby.binary.Osmformat.DenseNodes getDense() {
     4306      @Override
     4307        public crosby.binary.Osmformat.DenseNodes getDense() {
    41414308        return dense_;
    41424309      }
     
    42004367       * <code>repeated .OSMPBF.Way ways = 3;</code>
    42014368       */
    4202       public java.util.List<crosby.binary.Osmformat.Way> getWaysList() {
     4369      @Override
     4370        public java.util.List<crosby.binary.Osmformat.Way> getWaysList() {
    42034371        return java.util.Collections.unmodifiableList(ways_);
    42044372      }
     
    42064374       * <code>repeated .OSMPBF.Way ways = 3;</code>
    42074375       */
    4208       public int getWaysCount() {
     4376      @Override
     4377        public int getWaysCount() {
    42094378        return ways_.size();
    42104379      }
     
    42124381       * <code>repeated .OSMPBF.Way ways = 3;</code>
    42134382       */
    4214       public crosby.binary.Osmformat.Way getWays(int index) {
     4383      @Override
     4384        public crosby.binary.Osmformat.Way getWays(int index) {
    42154385        return ways_.get(index);
    42164386      }
     
    43254495       * <code>repeated .OSMPBF.Relation relations = 4;</code>
    43264496       */
    4327       public java.util.List<crosby.binary.Osmformat.Relation> getRelationsList() {
     4497      @Override
     4498        public java.util.List<crosby.binary.Osmformat.Relation> getRelationsList() {
    43284499        return java.util.Collections.unmodifiableList(relations_);
    43294500      }
     
    43314502       * <code>repeated .OSMPBF.Relation relations = 4;</code>
    43324503       */
    4333       public int getRelationsCount() {
     4504      @Override
     4505        public int getRelationsCount() {
    43344506        return relations_.size();
    43354507      }
     
    43374509       * <code>repeated .OSMPBF.Relation relations = 4;</code>
    43384510       */
    4339       public crosby.binary.Osmformat.Relation getRelations(int index) {
     4511      @Override
     4512        public crosby.binary.Osmformat.Relation getRelations(int index) {
    43404513        return relations_.get(index);
    43414514      }
     
    44504623       * <code>repeated .OSMPBF.ChangeSet changesets = 5;</code>
    44514624       */
    4452       public java.util.List<crosby.binary.Osmformat.ChangeSet> getChangesetsList() {
     4625      @Override
     4626        public java.util.List<crosby.binary.Osmformat.ChangeSet> getChangesetsList() {
    44534627        return java.util.Collections.unmodifiableList(changesets_);
    44544628      }
     
    44564630       * <code>repeated .OSMPBF.ChangeSet changesets = 5;</code>
    44574631       */
    4458       public int getChangesetsCount() {
     4632      @Override
     4633        public int getChangesetsCount() {
    44594634        return changesets_.size();
    44604635      }
     
    44624637       * <code>repeated .OSMPBF.ChangeSet changesets = 5;</code>
    44634638       */
    4464       public crosby.binary.Osmformat.ChangeSet getChangesets(int index) {
     4639      @Override
     4640        public crosby.binary.Osmformat.ChangeSet getChangesets(int index) {
    44654641        return changesets_.get(index);
    44664642      }
     
    46164792    }
    46174793
    4618     public StringTable getDefaultInstanceForType() {
     4794    @Override
     4795        public StringTable getDefaultInstanceForType() {
    46194796      return defaultInstance;
    46204797    }
     
    46784855    public static com.google.protobuf.Parser<StringTable> PARSER =
    46794856        new com.google.protobuf.AbstractParser<StringTable>() {
    4680       public StringTable parsePartialFrom(
     4857      @Override
     4858        public StringTable parsePartialFrom(
    46814859          com.google.protobuf.CodedInputStream input,
    46824860          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    46964874     * <code>repeated bytes s = 1;</code>
    46974875     */
    4698     public java.util.List<com.google.protobuf.ByteString>
     4876    @Override
     4877        public java.util.List<com.google.protobuf.ByteString>
    46994878        getSList() {
    47004879      return s_;
     
    47034882     * <code>repeated bytes s = 1;</code>
    47044883     */
    4705     public int getSCount() {
     4884    @Override
     4885        public int getSCount() {
    47064886      return s_.size();
    47074887    }
     
    47094889     * <code>repeated bytes s = 1;</code>
    47104890     */
    4711     public com.google.protobuf.ByteString getS(int index) {
     4891    @Override
     4892        public com.google.protobuf.ByteString getS(int index) {
    47124893      return s_.get(index);
    47134894    }
     
    47174898    }
    47184899    private byte memoizedIsInitialized = -1;
    4719     public final boolean isInitialized() {
     4900    @Override
     4901        public final boolean isInitialized() {
    47204902      byte isInitialized = memoizedIsInitialized;
    47214903      if (isInitialized == 1) return true;
     
    47264908    }
    47274909
    4728     public void writeTo(com.google.protobuf.CodedOutputStream output)
     4910    @Override
     4911        public void writeTo(com.google.protobuf.CodedOutputStream output)
    47294912                        throws java.io.IOException {
    47304913      getSerializedSize();
     
    47364919
    47374920    private int memoizedSerializedSize = -1;
    4738     public int getSerializedSize() {
     4921    @Override
     4922        public int getSerializedSize() {
    47394923      int size = memoizedSerializedSize;
    47404924      if (size != -1) return size;
     
    48165000
    48175001    public static Builder newBuilder() { return Builder.create(); }
    4818     public Builder newBuilderForType() { return newBuilder(); }
     5002    @Override
     5003        public Builder newBuilderForType() { return newBuilder(); }
    48195004    public static Builder newBuilder(crosby.binary.Osmformat.StringTable prototype) {
    48205005      return newBuilder().mergeFrom(prototype);
    48215006    }
    4822     public Builder toBuilder() { return newBuilder(this); }
     5007    @Override
     5008        public Builder toBuilder() { return newBuilder(this); }
    48235009
    48245010    /**
     
    48485034      }
    48495035
    4850       public Builder clear() {
     5036      @Override
     5037        public Builder clear() {
    48515038        super.clear();
    48525039        s_ = java.util.Collections.emptyList();
     
    48555042      }
    48565043
    4857       public Builder clone() {
     5044      @Override
     5045        public Builder clone() {
    48585046        return create().mergeFrom(buildPartial());
    48595047      }
    48605048
    4861       public crosby.binary.Osmformat.StringTable getDefaultInstanceForType() {
     5049      @Override
     5050        public crosby.binary.Osmformat.StringTable getDefaultInstanceForType() {
    48625051        return crosby.binary.Osmformat.StringTable.getDefaultInstance();
    48635052      }
    48645053
    4865       public crosby.binary.Osmformat.StringTable build() {
     5054      @Override
     5055        public crosby.binary.Osmformat.StringTable build() {
    48665056        crosby.binary.Osmformat.StringTable result = buildPartial();
    48675057        if (!result.isInitialized()) {
     
    48715061      }
    48725062
    4873       public crosby.binary.Osmformat.StringTable buildPartial() {
     5063      @Override
     5064        public crosby.binary.Osmformat.StringTable buildPartial() {
    48745065        crosby.binary.Osmformat.StringTable result = new crosby.binary.Osmformat.StringTable(this);
    48755066        int from_bitField0_ = bitField0_;
     
    48825073      }
    48835074
    4884       public Builder mergeFrom(crosby.binary.Osmformat.StringTable other) {
     5075      @Override
     5076        public Builder mergeFrom(crosby.binary.Osmformat.StringTable other) {
    48855077        if (other == crosby.binary.Osmformat.StringTable.getDefaultInstance()) return this;
    48865078        if (!other.s_.isEmpty()) {
     
    48925084            s_.addAll(other.s_);
    48935085          }
    4894          
     5086
    48955087        }
    48965088        setUnknownFields(
     
    48995091      }
    49005092
    4901       public final boolean isInitialized() {
     5093      @Override
     5094        public final boolean isInitialized() {
    49025095        return true;
    49035096      }
    49045097
    4905       public Builder mergeFrom(
     5098      @Override
     5099        public Builder mergeFrom(
    49065100          com.google.protobuf.CodedInputStream input,
    49075101          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    49325126       * <code>repeated bytes s = 1;</code>
    49335127       */
    4934       public java.util.List<com.google.protobuf.ByteString>
     5128      @Override
     5129        public java.util.List<com.google.protobuf.ByteString>
    49355130          getSList() {
    49365131        return java.util.Collections.unmodifiableList(s_);
     
    49395134       * <code>repeated bytes s = 1;</code>
    49405135       */
    4941       public int getSCount() {
     5136      @Override
     5137        public int getSCount() {
    49425138        return s_.size();
    49435139      }
     
    49455141       * <code>repeated bytes s = 1;</code>
    49465142       */
    4947       public com.google.protobuf.ByteString getS(int index) {
     5143      @Override
     5144        public com.google.protobuf.ByteString getS(int index) {
    49485145        return s_.get(index);
    49495146      }
     
    49585155  ensureSIsMutable();
    49595156        s_.set(index, value);
    4960        
     5157
    49615158        return this;
    49625159      }
     
    49705167  ensureSIsMutable();
    49715168        s_.add(value);
    4972        
     5169
    49735170        return this;
    49745171      }
     
    49815178        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    49825179            values, s_);
    4983        
     5180
    49845181        return this;
    49855182      }
     
    49905187        s_ = java.util.Collections.emptyList();
    49915188        bitField0_ = (bitField0_ & ~0x00000001);
    4992        
     5189
    49935190        return this;
    49945191      }
     
    50975294   *
    50985295   * <pre>
    5099    * Optional metadata that may be included into each primitive. 
     5296   * Optional metadata that may be included into each primitive.
    51005297   * </pre>
    51015298   */
     
    51165313    }
    51175314
    5118     public Info getDefaultInstanceForType() {
     5315    @Override
     5316        public Info getDefaultInstanceForType() {
    51195317      return defaultInstance;
    51205318    }
     
    51975395    public static com.google.protobuf.Parser<Info> PARSER =
    51985396        new com.google.protobuf.AbstractParser<Info>() {
    5199       public Info parsePartialFrom(
     5397      @Override
     5398        public Info parsePartialFrom(
    52005399          com.google.protobuf.CodedInputStream input,
    52015400          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    52165415     * <code>optional int32 version = 1 [default = -1];</code>
    52175416     */
    5218     public boolean hasVersion() {
     5417    @Override
     5418        public boolean hasVersion() {
    52195419      return ((bitField0_ & 0x00000001) == 0x00000001);
    52205420    }
     
    52225422     * <code>optional int32 version = 1 [default = -1];</code>
    52235423     */
    5224     public int getVersion() {
     5424    @Override
     5425        public int getVersion() {
    52255426      return version_;
    52265427    }
     
    52315432     * <code>optional int64 timestamp = 2;</code>
    52325433     */
    5233     public boolean hasTimestamp() {
     5434    @Override
     5435        public boolean hasTimestamp() {
    52345436      return ((bitField0_ & 0x00000002) == 0x00000002);
    52355437    }
     
    52375439     * <code>optional int64 timestamp = 2;</code>
    52385440     */
    5239     public long getTimestamp() {
     5441    @Override
     5442        public long getTimestamp() {
    52405443      return timestamp_;
    52415444    }
     
    52465449     * <code>optional int64 changeset = 3;</code>
    52475450     */
    5248     public boolean hasChangeset() {
     5451    @Override
     5452        public boolean hasChangeset() {
    52495453      return ((bitField0_ & 0x00000004) == 0x00000004);
    52505454    }
     
    52525456     * <code>optional int64 changeset = 3;</code>
    52535457     */
    5254     public long getChangeset() {
     5458    @Override
     5459        public long getChangeset() {
    52555460      return changeset_;
    52565461    }
     
    52615466     * <code>optional int32 uid = 4;</code>
    52625467     */
    5263     public boolean hasUid() {
     5468    @Override
     5469        public boolean hasUid() {
    52645470      return ((bitField0_ & 0x00000008) == 0x00000008);
    52655471    }
     
    52675473     * <code>optional int32 uid = 4;</code>
    52685474     */
    5269     public int getUid() {
     5475    @Override
     5476        public int getUid() {
    52705477      return uid_;
    52715478    }
     
    52805487     * </pre>
    52815488     */
    5282     public boolean hasUserSid() {
     5489    @Override
     5490        public boolean hasUserSid() {
    52835491      return ((bitField0_ & 0x00000010) == 0x00000010);
    52845492    }
     
    52905498     * </pre>
    52915499     */
    5292     public int getUserSid() {
     5500    @Override
     5501        public int getUserSid() {
    52935502      return userSid_;
    52945503    }
     
    53105519     * </pre>
    53115520     */
    5312     public boolean hasVisible() {
     5521    @Override
     5522        public boolean hasVisible() {
    53135523      return ((bitField0_ & 0x00000020) == 0x00000020);
    53145524    }
     
    53275537     * </pre>
    53285538     */
    5329     public boolean getVisible() {
     5539    @Override
     5540        public boolean getVisible() {
    53305541      return visible_;
    53315542    }
     
    53405551    }
    53415552    private byte memoizedIsInitialized = -1;
    5342     public final boolean isInitialized() {
     5553    @Override
     5554        public final boolean isInitialized() {
    53435555      byte isInitialized = memoizedIsInitialized;
    53445556      if (isInitialized == 1) return true;
     
    53495561    }
    53505562
    5351     public void writeTo(com.google.protobuf.CodedOutputStream output)
     5563    @Override
     5564        public void writeTo(com.google.protobuf.CodedOutputStream output)
    53525565                        throws java.io.IOException {
    53535566      getSerializedSize();
     
    53745587
    53755588    private int memoizedSerializedSize = -1;
    5376     public int getSerializedSize() {
     5589    @Override
     5590        public int getSerializedSize() {
    53775591      int size = memoizedSerializedSize;
    53785592      if (size != -1) return size;
     
    54695683
    54705684    public static Builder newBuilder() { return Builder.create(); }
    5471     public Builder newBuilderForType() { return newBuilder(); }
     5685    @Override
     5686        public Builder newBuilderForType() { return newBuilder(); }
    54725687    public static Builder newBuilder(crosby.binary.Osmformat.Info prototype) {
    54735688      return newBuilder().mergeFrom(prototype);
    54745689    }
    5475     public Builder toBuilder() { return newBuilder(this); }
     5690    @Override
     5691        public Builder toBuilder() { return newBuilder(this); }
    54765692
    54775693    /**
     
    54795695     *
    54805696     * <pre>
    5481      * Optional metadata that may be included into each primitive. 
     5697     * Optional metadata that may be included into each primitive.
    54825698     * </pre>
    54835699     */
     
    54995715      }
    55005716
    5501       public Builder clear() {
     5717      @Override
     5718        public Builder clear() {
    55025719        super.clear();
    55035720        version_ = -1;
     
    55165733      }
    55175734
    5518       public Builder clone() {
     5735      @Override
     5736        public Builder clone() {
    55195737        return create().mergeFrom(buildPartial());
    55205738      }
    55215739
    5522       public crosby.binary.Osmformat.Info getDefaultInstanceForType() {
     5740      @Override
     5741        public crosby.binary.Osmformat.Info getDefaultInstanceForType() {
    55235742        return crosby.binary.Osmformat.Info.getDefaultInstance();
    55245743      }
    55255744
    5526       public crosby.binary.Osmformat.Info build() {
     5745      @Override
     5746        public crosby.binary.Osmformat.Info build() {
    55275747        crosby.binary.Osmformat.Info result = buildPartial();
    55285748        if (!result.isInitialized()) {
     
    55325752      }
    55335753
    5534       public crosby.binary.Osmformat.Info buildPartial() {
     5754      @Override
     5755        public crosby.binary.Osmformat.Info buildPartial() {
    55355756        crosby.binary.Osmformat.Info result = new crosby.binary.Osmformat.Info(this);
    55365757        int from_bitField0_ = bitField0_;
     
    55645785      }
    55655786
    5566       public Builder mergeFrom(crosby.binary.Osmformat.Info other) {
     5787      @Override
     5788        public Builder mergeFrom(crosby.binary.Osmformat.Info other) {
    55675789        if (other == crosby.binary.Osmformat.Info.getDefaultInstance()) return this;
    55685790        if (other.hasVersion()) {
     
    55895811      }
    55905812
    5591       public final boolean isInitialized() {
     5813      @Override
     5814        public final boolean isInitialized() {
    55925815        return true;
    55935816      }
    55945817
    5595       public Builder mergeFrom(
     5818      @Override
     5819        public Builder mergeFrom(
    55965820          com.google.protobuf.CodedInputStream input,
    55975821          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    56165840       * <code>optional int32 version = 1 [default = -1];</code>
    56175841       */
    5618       public boolean hasVersion() {
     5842      @Override
     5843        public boolean hasVersion() {
    56195844        return ((bitField0_ & 0x00000001) == 0x00000001);
    56205845      }
     
    56225847       * <code>optional int32 version = 1 [default = -1];</code>
    56235848       */
    5624       public int getVersion() {
     5849      @Override
     5850        public int getVersion() {
    56255851        return version_;
    56265852      }
     
    56315857        bitField0_ |= 0x00000001;
    56325858        version_ = value;
    5633        
     5859
    56345860        return this;
    56355861      }
     
    56405866        bitField0_ = (bitField0_ & ~0x00000001);
    56415867        version_ = -1;
    5642        
     5868
    56435869        return this;
    56445870      }
     
    56485874       * <code>optional int64 timestamp = 2;</code>
    56495875       */
    5650       public boolean hasTimestamp() {
     5876      @Override
     5877        public boolean hasTimestamp() {
    56515878        return ((bitField0_ & 0x00000002) == 0x00000002);
    56525879      }
     
    56545881       * <code>optional int64 timestamp = 2;</code>
    56555882       */
    5656       public long getTimestamp() {
     5883      @Override
     5884        public long getTimestamp() {
    56575885        return timestamp_;
    56585886      }
     
    56635891        bitField0_ |= 0x00000002;
    56645892        timestamp_ = value;
    5665        
     5893
    56665894        return this;
    56675895      }
     
    56725900        bitField0_ = (bitField0_ & ~0x00000002);
    56735901        timestamp_ = 0L;
    5674        
     5902
    56755903        return this;
    56765904      }
     
    56805908       * <code>optional int64 changeset = 3;</code>
    56815909       */
    5682       public boolean hasChangeset() {
     5910      @Override
     5911        public boolean hasChangeset() {
    56835912        return ((bitField0_ & 0x00000004) == 0x00000004);
    56845913      }
     
    56865915       * <code>optional int64 changeset = 3;</code>
    56875916       */
    5688       public long getChangeset() {
     5917      @Override
     5918        public long getChangeset() {
    56895919        return changeset_;
    56905920      }
     
    56955925        bitField0_ |= 0x00000004;
    56965926        changeset_ = value;
    5697        
     5927
    56985928        return this;
    56995929      }
     
    57045934        bitField0_ = (bitField0_ & ~0x00000004);
    57055935        changeset_ = 0L;
    5706        
     5936
    57075937        return this;
    57085938      }
     
    57125942       * <code>optional int32 uid = 4;</code>
    57135943       */
    5714       public boolean hasUid() {
     5944      @Override
     5945        public boolean hasUid() {
    57155946        return ((bitField0_ & 0x00000008) == 0x00000008);
    57165947      }
     
    57185949       * <code>optional int32 uid = 4;</code>
    57195950       */
    5720       public int getUid() {
     5951      @Override
     5952        public int getUid() {
    57215953        return uid_;
    57225954      }
     
    57275959        bitField0_ |= 0x00000008;
    57285960        uid_ = value;
    5729        
     5961
    57305962        return this;
    57315963      }
     
    57365968        bitField0_ = (bitField0_ & ~0x00000008);
    57375969        uid_ = 0;
    5738        
     5970
    57395971        return this;
    57405972      }
     
    57485980       * </pre>
    57495981       */
    5750       public boolean hasUserSid() {
     5982      @Override
     5983        public boolean hasUserSid() {
    57515984        return ((bitField0_ & 0x00000010) == 0x00000010);
    57525985      }
     
    57585991       * </pre>
    57595992       */
    5760       public int getUserSid() {
     5993      @Override
     5994        public int getUserSid() {
    57615995        return userSid_;
    57625996      }
     
    57716005        bitField0_ |= 0x00000010;
    57726006        userSid_ = value;
    5773        
     6007
    57746008        return this;
    57756009      }
     
    57846018        bitField0_ = (bitField0_ & ~0x00000010);
    57856019        userSid_ = 0;
    5786        
     6020
    57876021        return this;
    57886022      }
     
    58036037       * </pre>
    58046038       */
    5805       public boolean hasVisible() {
     6039      @Override
     6040        public boolean hasVisible() {
    58066041        return ((bitField0_ & 0x00000020) == 0x00000020);
    58076042      }
     
    58206055       * </pre>
    58216056       */
    5822       public boolean getVisible() {
     6057      @Override
     6058        public boolean getVisible() {
    58236059        return visible_;
    58246060      }
     
    58406076        bitField0_ |= 0x00000020;
    58416077        visible_ = value;
    5842        
     6078
    58436079        return this;
    58446080      }
     
    58606096        bitField0_ = (bitField0_ & ~0x00000020);
    58616097        visible_ = false;
    5862        
     6098
    58636099        return this;
    58646100      }
     
    60426278   *
    60436279   * <pre>
    6044    ** Optional metadata that may be included into each primitive. Special dense format used in DenseNodes. 
     6280   ** Optional metadata that may be included into each primitive. Special dense format used in DenseNodes.
    60456281   * </pre>
    60466282   */
     
    60616297    }
    60626298
    6063     public DenseInfo getDefaultInstanceForType() {
     6299    @Override
     6300        public DenseInfo getDefaultInstanceForType() {
    60646301      return defaultInstance;
    60656302    }
     
    62566493    public static com.google.protobuf.Parser<DenseInfo> PARSER =
    62576494        new com.google.protobuf.AbstractParser<DenseInfo>() {
    6258       public DenseInfo parsePartialFrom(
     6495      @Override
     6496        public DenseInfo parsePartialFrom(
    62596497          com.google.protobuf.CodedInputStream input,
    62606498          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    62746512     * <code>repeated int32 version = 1 [packed = true];</code>
    62756513     */
    6276     public java.util.List<java.lang.Integer>
     6514    @Override
     6515        public java.util.List<java.lang.Integer>
    62776516        getVersionList() {
    62786517      return version_;
     
    62816520     * <code>repeated int32 version = 1 [packed = true];</code>
    62826521     */
    6283     public int getVersionCount() {
     6522    @Override
     6523        public int getVersionCount() {
    62846524      return version_.size();
    62856525    }
     
    62876527     * <code>repeated int32 version = 1 [packed = true];</code>
    62886528     */
    6289     public int getVersion(int index) {
     6529    @Override
     6530        public int getVersion(int index) {
    62906531      return version_.get(index);
    62916532    }
     
    63016542     * </pre>
    63026543     */
    6303     public java.util.List<java.lang.Long>
     6544    @Override
     6545        public java.util.List<java.lang.Long>
    63046546        getTimestampList() {
    63056547      return timestamp_;
     
    63126554     * </pre>
    63136555     */
    6314     public int getTimestampCount() {
     6556    @Override
     6557        public int getTimestampCount() {
    63156558      return timestamp_.size();
    63166559    }
     
    63226565     * </pre>
    63236566     */
    6324     public long getTimestamp(int index) {
     6567    @Override
     6568        public long getTimestamp(int index) {
    63256569      return timestamp_.get(index);
    63266570    }
     
    63366580     * </pre>
    63376581     */
    6338     public java.util.List<java.lang.Long>
     6582    @Override
     6583        public java.util.List<java.lang.Long>
    63396584        getChangesetList() {
    63406585      return changeset_;
     
    63476592     * </pre>
    63486593     */
    6349     public int getChangesetCount() {
     6594    @Override
     6595        public int getChangesetCount() {
    63506596      return changeset_.size();
    63516597    }
     
    63576603     * </pre>
    63586604     */
    6359     public long getChangeset(int index) {
     6605    @Override
     6606        public long getChangeset(int index) {
    63606607      return changeset_.get(index);
    63616608    }
     
    63716618     * </pre>
    63726619     */
    6373     public java.util.List<java.lang.Integer>
     6620    @Override
     6621        public java.util.List<java.lang.Integer>
    63746622        getUidList() {
    63756623      return uid_;
     
    63826630     * </pre>
    63836631     */
    6384     public int getUidCount() {
     6632    @Override
     6633        public int getUidCount() {
    63856634      return uid_.size();
    63866635    }
     
    63926641     * </pre>
    63936642     */
    6394     public int getUid(int index) {
     6643    @Override
     6644        public int getUid(int index) {
    63956645      return uid_.get(index);
    63966646    }
     
    64066656     * </pre>
    64076657     */
    6408     public java.util.List<java.lang.Integer>
     6658    @Override
     6659        public java.util.List<java.lang.Integer>
    64096660        getUserSidList() {
    64106661      return userSid_;
     
    64176668     * </pre>
    64186669     */
    6419     public int getUserSidCount() {
     6670    @Override
     6671        public int getUserSidCount() {
    64206672      return userSid_.size();
    64216673    }
     
    64276679     * </pre>
    64286680     */
    6429     public int getUserSid(int index) {
     6681    @Override
     6682        public int getUserSid(int index) {
    64306683      return userSid_.get(index);
    64316684    }
     
    64486701     * </pre>
    64496702     */
    6450     public java.util.List<java.lang.Boolean>
     6703    @Override
     6704        public java.util.List<java.lang.Boolean>
    64516705        getVisibleList() {
    64526706      return visible_;
     
    64666720     * </pre>
    64676721     */
    6468     public int getVisibleCount() {
     6722    @Override
     6723        public int getVisibleCount() {
    64696724      return visible_.size();
    64706725    }
     
    64836738     * </pre>
    64846739     */
    6485     public boolean getVisible(int index) {
     6740    @Override
     6741        public boolean getVisible(int index) {
    64866742      return visible_.get(index);
    64876743    }
     
    64976753    }
    64986754    private byte memoizedIsInitialized = -1;
    6499     public final boolean isInitialized() {
     6755    @Override
     6756        public final boolean isInitialized() {
    65006757      byte isInitialized = memoizedIsInitialized;
    65016758      if (isInitialized == 1) return true;
     
    65066763    }
    65076764
    6508     public void writeTo(com.google.protobuf.CodedOutputStream output)
     6765    @Override
     6766        public void writeTo(com.google.protobuf.CodedOutputStream output)
    65096767                        throws java.io.IOException {
    65106768      getSerializedSize();
     
    65556813
    65566814    private int memoizedSerializedSize = -1;
    6557     public int getSerializedSize() {
     6815    @Override
     6816        public int getSerializedSize() {
    65586817      int size = memoizedSerializedSize;
    65596818      if (size != -1) return size;
     
    67076966
    67086967    public static Builder newBuilder() { return Builder.create(); }
    6709     public Builder newBuilderForType() { return newBuilder(); }
     6968    @Override
     6969        public Builder newBuilderForType() { return newBuilder(); }
    67106970    public static Builder newBuilder(crosby.binary.Osmformat.DenseInfo prototype) {
    67116971      return newBuilder().mergeFrom(prototype);
    67126972    }
    6713     public Builder toBuilder() { return newBuilder(this); }
     6973    @Override
     6974        public Builder toBuilder() { return newBuilder(this); }
    67146975
    67156976    /**
     
    67176978     *
    67186979     * <pre>
    6719      ** Optional metadata that may be included into each primitive. Special dense format used in DenseNodes. 
     6980     ** Optional metadata that may be included into each primitive. Special dense format used in DenseNodes.
    67206981     * </pre>
    67216982     */
     
    67376998      }
    67386999
    6739       public Builder clear() {
     7000      @Override
     7001        public Builder clear() {
    67407002        super.clear();
    67417003        version_ = java.util.Collections.emptyList();
     
    67547016      }
    67557017
    6756       public Builder clone() {
     7018      @Override
     7019        public Builder clone() {
    67577020        return create().mergeFrom(buildPartial());
    67587021      }
    67597022
    6760       public crosby.binary.Osmformat.DenseInfo getDefaultInstanceForType() {
     7023      @Override
     7024        public crosby.binary.Osmformat.DenseInfo getDefaultInstanceForType() {
    67617025        return crosby.binary.Osmformat.DenseInfo.getDefaultInstance();
    67627026      }
    67637027
    6764       public crosby.binary.Osmformat.DenseInfo build() {
     7028      @Override
     7029        public crosby.binary.Osmformat.DenseInfo build() {
    67657030        crosby.binary.Osmformat.DenseInfo result = buildPartial();
    67667031        if (!result.isInitialized()) {
     
    67707035      }
    67717036
    6772       public crosby.binary.Osmformat.DenseInfo buildPartial() {
     7037      @Override
     7038        public crosby.binary.Osmformat.DenseInfo buildPartial() {
    67737039        crosby.binary.Osmformat.DenseInfo result = new crosby.binary.Osmformat.DenseInfo(this);
    67747040        int from_bitField0_ = bitField0_;
     
    68067072      }
    68077073
    6808       public Builder mergeFrom(crosby.binary.Osmformat.DenseInfo other) {
     7074      @Override
     7075        public Builder mergeFrom(crosby.binary.Osmformat.DenseInfo other) {
    68097076        if (other == crosby.binary.Osmformat.DenseInfo.getDefaultInstance()) return this;
    68107077        if (!other.version_.isEmpty()) {
     
    68167083            version_.addAll(other.version_);
    68177084          }
    6818          
     7085
    68197086        }
    68207087        if (!other.timestamp_.isEmpty()) {
     
    68267093            timestamp_.addAll(other.timestamp_);
    68277094          }
    6828          
     7095
    68297096        }
    68307097        if (!other.changeset_.isEmpty()) {
     
    68367103            changeset_.addAll(other.changeset_);
    68377104          }
    6838          
     7105
    68397106        }
    68407107        if (!other.uid_.isEmpty()) {
     
    68467113            uid_.addAll(other.uid_);
    68477114          }
    6848          
     7115
    68497116        }
    68507117        if (!other.userSid_.isEmpty()) {
     
    68567123            userSid_.addAll(other.userSid_);
    68577124          }
    6858          
     7125
    68597126        }
    68607127        if (!other.visible_.isEmpty()) {
     
    68667133            visible_.addAll(other.visible_);
    68677134          }
    6868          
     7135
    68697136        }
    68707137        setUnknownFields(
     
    68737140      }
    68747141
    6875       public final boolean isInitialized() {
     7142      @Override
     7143        public final boolean isInitialized() {
    68767144        return true;
    68777145      }
    68787146
    6879       public Builder mergeFrom(
     7147      @Override
     7148        public Builder mergeFrom(
    68807149          com.google.protobuf.CodedInputStream input,
    68817150          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    69067175       * <code>repeated int32 version = 1 [packed = true];</code>
    69077176       */
    6908       public java.util.List<java.lang.Integer>
     7177      @Override
     7178        public java.util.List<java.lang.Integer>
    69097179          getVersionList() {
    69107180        return java.util.Collections.unmodifiableList(version_);
     
    69137183       * <code>repeated int32 version = 1 [packed = true];</code>
    69147184       */
    6915       public int getVersionCount() {
     7185      @Override
     7186        public int getVersionCount() {
    69167187        return version_.size();
    69177188      }
     
    69197190       * <code>repeated int32 version = 1 [packed = true];</code>
    69207191       */
    6921       public int getVersion(int index) {
     7192      @Override
     7193        public int getVersion(int index) {
    69227194        return version_.get(index);
    69237195      }
     
    69297201        ensureVersionIsMutable();
    69307202        version_.set(index, value);
    6931        
     7203
    69327204        return this;
    69337205      }
     
    69387210        ensureVersionIsMutable();
    69397211        version_.add(value);
    6940        
     7212
    69417213        return this;
    69427214      }
     
    69497221        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    69507222            values, version_);
    6951        
     7223
    69527224        return this;
    69537225      }
     
    69587230        version_ = java.util.Collections.emptyList();
    69597231        bitField0_ = (bitField0_ & ~0x00000001);
    6960        
     7232
    69617233        return this;
    69627234      }
     
    69767248       * </pre>
    69777249       */
    6978       public java.util.List<java.lang.Long>
     7250      @Override
     7251        public java.util.List<java.lang.Long>
    69797252          getTimestampList() {
    69807253        return java.util.Collections.unmodifiableList(timestamp_);
     
    69877260       * </pre>
    69887261       */
    6989       public int getTimestampCount() {
     7262      @Override
     7263        public int getTimestampCount() {
    69907264        return timestamp_.size();
    69917265      }
     
    69977271       * </pre>
    69987272       */
    6999       public long getTimestamp(int index) {
     7273      @Override
     7274        public long getTimestamp(int index) {
    70007275        return timestamp_.get(index);
    70017276      }
     
    70117286        ensureTimestampIsMutable();
    70127287        timestamp_.set(index, value);
    7013        
     7288
    70147289        return this;
    70157290      }
     
    70247299        ensureTimestampIsMutable();
    70257300        timestamp_.add(value);
    7026        
     7301
    70277302        return this;
    70287303      }
     
    70397314        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    70407315            values, timestamp_);
    7041        
     7316
    70427317        return this;
    70437318      }
     
    70527327        timestamp_ = java.util.Collections.emptyList();
    70537328        bitField0_ = (bitField0_ & ~0x00000002);
    7054        
     7329
    70557330        return this;
    70567331      }
     
    70707345       * </pre>
    70717346       */
    7072       public java.util.List<java.lang.Long>
     7347      @Override
     7348        public java.util.List<java.lang.Long>
    70737349          getChangesetList() {
    70747350        return java.util.Collections.unmodifiableList(changeset_);
     
    70817357       * </pre>
    70827358       */
    7083       public int getChangesetCount() {
     7359      @Override
     7360        public int getChangesetCount() {
    70847361        return changeset_.size();
    70857362      }
     
    70917368       * </pre>
    70927369       */
    7093       public long getChangeset(int index) {
     7370      @Override
     7371        public long getChangeset(int index) {
    70947372        return changeset_.get(index);
    70957373      }
     
    71057383        ensureChangesetIsMutable();
    71067384        changeset_.set(index, value);
    7107        
     7385
    71087386        return this;
    71097387      }
     
    71187396        ensureChangesetIsMutable();
    71197397        changeset_.add(value);
    7120        
     7398
    71217399        return this;
    71227400      }
     
    71337411        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    71347412            values, changeset_);
    7135        
     7413
    71367414        return this;
    71377415      }
     
    71467424        changeset_ = java.util.Collections.emptyList();
    71477425        bitField0_ = (bitField0_ & ~0x00000004);
    7148        
     7426
    71497427        return this;
    71507428      }
     
    71647442       * </pre>
    71657443       */
    7166       public java.util.List<java.lang.Integer>
     7444      @Override
     7445        public java.util.List<java.lang.Integer>
    71677446          getUidList() {
    71687447        return java.util.Collections.unmodifiableList(uid_);
     
    71757454       * </pre>
    71767455       */
    7177       public int getUidCount() {
     7456      @Override
     7457        public int getUidCount() {
    71787458        return uid_.size();
    71797459      }
     
    71857465       * </pre>
    71867466       */
    7187       public int getUid(int index) {
     7467      @Override
     7468        public int getUid(int index) {
    71887469        return uid_.get(index);
    71897470      }
     
    71997480        ensureUidIsMutable();
    72007481        uid_.set(index, value);
    7201        
     7482
    72027483        return this;
    72037484      }
     
    72127493        ensureUidIsMutable();
    72137494        uid_.add(value);
    7214        
     7495
    72157496        return this;
    72167497      }
     
    72277508        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    72287509            values, uid_);
    7229        
     7510
    72307511        return this;
    72317512      }
     
    72407521        uid_ = java.util.Collections.emptyList();
    72417522        bitField0_ = (bitField0_ & ~0x00000008);
    7242        
     7523
    72437524        return this;
    72447525      }
     
    72587539       * </pre>
    72597540       */
    7260       public java.util.List<java.lang.Integer>
     7541      @Override
     7542        public java.util.List<java.lang.Integer>
    72617543          getUserSidList() {
    72627544        return java.util.Collections.unmodifiableList(userSid_);
     
    72697551       * </pre>
    72707552       */
    7271       public int getUserSidCount() {
     7553      @Override
     7554        public int getUserSidCount() {
    72727555        return userSid_.size();
    72737556      }
     
    72797562       * </pre>
    72807563       */
    7281       public int getUserSid(int index) {
     7564      @Override
     7565        public int getUserSid(int index) {
    72827566        return userSid_.get(index);
    72837567      }
     
    72937577        ensureUserSidIsMutable();
    72947578        userSid_.set(index, value);
    7295        
     7579
    72967580        return this;
    72977581      }
     
    73067590        ensureUserSidIsMutable();
    73077591        userSid_.add(value);
    7308        
     7592
    73097593        return this;
    73107594      }
     
    73217605        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    73227606            values, userSid_);
    7323        
     7607
    73247608        return this;
    73257609      }
     
    73347618        userSid_ = java.util.Collections.emptyList();
    73357619        bitField0_ = (bitField0_ & ~0x00000010);
    7336        
     7620
    73377621        return this;
    73387622      }
     
    73597643       * </pre>
    73607644       */
    7361       public java.util.List<java.lang.Boolean>
     7645      @Override
     7646        public java.util.List<java.lang.Boolean>
    73627647          getVisibleList() {
    73637648        return java.util.Collections.unmodifiableList(visible_);
     
    73777662       * </pre>
    73787663       */
    7379       public int getVisibleCount() {
     7664      @Override
     7665        public int getVisibleCount() {
    73807666        return visible_.size();
    73817667      }
     
    73947680       * </pre>
    73957681       */
    7396       public boolean getVisible(int index) {
     7682      @Override
     7683        public boolean getVisible(int index) {
    73977684        return visible_.get(index);
    73987685      }
     
    74157702        ensureVisibleIsMutable();
    74167703        visible_.set(index, value);
    7417        
     7704
    74187705        return this;
    74197706      }
     
    74357722        ensureVisibleIsMutable();
    74367723        visible_.add(value);
    7437        
     7724
    74387725        return this;
    74397726      }
     
    74577744        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    74587745            values, visible_);
    7459        
     7746
    74607747        return this;
    74617748      }
     
    74777764        visible_ = java.util.Collections.emptyList();
    74787765        bitField0_ = (bitField0_ & ~0x00000020);
    7479        
     7766
    74807767        return this;
    74817768      }
     
    75007787     *
    75017788     * <pre>
    7502      *   
     7789     *
    75037790     *   // Parallel arrays.
    75047791     *   repeated uint32 keys = 2 [packed = true]; // String IDs.
     
    75127799     *
    75137800     * <pre>
    7514      *   
     7801     *
    75157802     *   // Parallel arrays.
    75167803     *   repeated uint32 keys = 2 [packed = true]; // String IDs.
     
    75457832    }
    75467833
    7547     public ChangeSet getDefaultInstanceForType() {
     7834    @Override
     7835        public ChangeSet getDefaultInstanceForType() {
    75487836      return defaultInstance;
    75497837    }
     
    76017889    public static com.google.protobuf.Parser<ChangeSet> PARSER =
    76027890        new com.google.protobuf.AbstractParser<ChangeSet>() {
    7603       public ChangeSet parsePartialFrom(
     7891      @Override
     7892        public ChangeSet parsePartialFrom(
    76047893          com.google.protobuf.CodedInputStream input,
    76057894          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    76217910     *
    76227911     * <pre>
    7623      *   
     7912     *
    76247913     *   // Parallel arrays.
    76257914     *   repeated uint32 keys = 2 [packed = true]; // String IDs.
     
    76287917     * </pre>
    76297918     */
    7630     public boolean hasId() {
     7919    @Override
     7920        public boolean hasId() {
    76317921      return ((bitField0_ & 0x00000001) == 0x00000001);
    76327922    }
     
    76357925     *
    76367926     * <pre>
    7637      *   
     7927     *
    76387928     *   // Parallel arrays.
    76397929     *   repeated uint32 keys = 2 [packed = true]; // String IDs.
     
    76427932     * </pre>
    76437933     */
    7644     public long getId() {
     7934    @Override
     7935        public long getId() {
    76457936      return id_;
    76467937    }
     
    76507941    }
    76517942    private byte memoizedIsInitialized = -1;
    7652     public final boolean isInitialized() {
     7943    @Override
     7944        public final boolean isInitialized() {
    76537945      byte isInitialized = memoizedIsInitialized;
    76547946      if (isInitialized == 1) return true;
     
    76637955    }
    76647956
    7665     public void writeTo(com.google.protobuf.CodedOutputStream output)
     7957    @Override
     7958        public void writeTo(com.google.protobuf.CodedOutputStream output)
    76667959                        throws java.io.IOException {
    76677960      getSerializedSize();
     
    76737966
    76747967    private int memoizedSerializedSize = -1;
    7675     public int getSerializedSize() {
     7968    @Override
     7969        public int getSerializedSize() {
    76767970      int size = memoizedSerializedSize;
    76777971      if (size != -1) return size;
     
    77488042
    77498043    public static Builder newBuilder() { return Builder.create(); }
    7750     public Builder newBuilderForType() { return newBuilder(); }
     8044    @Override
     8045        public Builder newBuilderForType() { return newBuilder(); }
    77518046    public static Builder newBuilder(crosby.binary.Osmformat.ChangeSet prototype) {
    77528047      return newBuilder().mergeFrom(prototype);
    77538048    }
    7754     public Builder toBuilder() { return newBuilder(this); }
     8049    @Override
     8050        public Builder toBuilder() { return newBuilder(this); }
    77558051
    77568052    /**
     
    77798075      }
    77808076
    7781       public Builder clear() {
     8077      @Override
     8078        public Builder clear() {
    77828079        super.clear();
    77838080        id_ = 0L;
     
    77868083      }
    77878084
    7788       public Builder clone() {
     8085      @Override
     8086        public Builder clone() {
    77898087        return create().mergeFrom(buildPartial());
    77908088      }
    77918089
    7792       public crosby.binary.Osmformat.ChangeSet getDefaultInstanceForType() {
     8090      @Override
     8091        public crosby.binary.Osmformat.ChangeSet getDefaultInstanceForType() {
    77938092        return crosby.binary.Osmformat.ChangeSet.getDefaultInstance();
    77948093      }
    77958094
    7796       public crosby.binary.Osmformat.ChangeSet build() {
     8095      @Override
     8096        public crosby.binary.Osmformat.ChangeSet build() {
    77978097        crosby.binary.Osmformat.ChangeSet result = buildPartial();
    77988098        if (!result.isInitialized()) {
     
    78028102      }
    78038103
    7804       public crosby.binary.Osmformat.ChangeSet buildPartial() {
     8104      @Override
     8105        public crosby.binary.Osmformat.ChangeSet buildPartial() {
    78058106        crosby.binary.Osmformat.ChangeSet result = new crosby.binary.Osmformat.ChangeSet(this);
    78068107        int from_bitField0_ = bitField0_;
     
    78148115      }
    78158116
    7816       public Builder mergeFrom(crosby.binary.Osmformat.ChangeSet other) {
     8117      @Override
     8118        public Builder mergeFrom(crosby.binary.Osmformat.ChangeSet other) {
    78178119        if (other == crosby.binary.Osmformat.ChangeSet.getDefaultInstance()) return this;
    78188120        if (other.hasId()) {
     
    78248126      }
    78258127
    7826       public final boolean isInitialized() {
     8128      @Override
     8129        public final boolean isInitialized() {
    78278130        if (!hasId()) {
    7828          
     8131
    78298132          return false;
    78308133        }
     
    78328135      }
    78338136
    7834       public Builder mergeFrom(
     8137      @Override
     8138        public Builder mergeFrom(
    78358139          com.google.protobuf.CodedInputStream input,
    78368140          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    78568160       *
    78578161       * <pre>
    7858        *   
     8162       *
    78598163       *   // Parallel arrays.
    78608164       *   repeated uint32 keys = 2 [packed = true]; // String IDs.
     
    78638167       * </pre>
    78648168       */
    7865       public boolean hasId() {
     8169      @Override
     8170        public boolean hasId() {
    78668171        return ((bitField0_ & 0x00000001) == 0x00000001);
    78678172      }
     
    78708175       *
    78718176       * <pre>
    7872        *   
     8177       *
    78738178       *   // Parallel arrays.
    78748179       *   repeated uint32 keys = 2 [packed = true]; // String IDs.
     
    78778182       * </pre>
    78788183       */
    7879       public long getId() {
     8184      @Override
     8185        public long getId() {
    78808186        return id_;
    78818187      }
     
    78848190       *
    78858191       * <pre>
    7886        *   
     8192       *
    78878193       *   // Parallel arrays.
    78888194       *   repeated uint32 keys = 2 [packed = true]; // String IDs.
     
    78948200        bitField0_ |= 0x00000001;
    78958201        id_ = value;
    7896        
     8202
    78978203        return this;
    78988204      }
     
    79018207       *
    79028208       * <pre>
    7903        *   
     8209       *
    79048210       *   // Parallel arrays.
    79058211       *   repeated uint32 keys = 2 [packed = true]; // String IDs.
     
    79118217        bitField0_ = (bitField0_ & ~0x00000001);
    79128218        id_ = 0L;
    7913        
     8219
    79148220        return this;
    79158221      }
     
    80438349    }
    80448350
    8045     public Node getDefaultInstanceForType() {
     8351    @Override
     8352        public Node getDefaultInstanceForType() {
    80468353      return defaultInstance;
    80478354    }
     
    81708477    public static com.google.protobuf.Parser<Node> PARSER =
    81718478        new com.google.protobuf.AbstractParser<Node>() {
    8172       public Node parsePartialFrom(
     8479      @Override
     8480        public Node parsePartialFrom(
    81738481          com.google.protobuf.CodedInputStream input,
    81748482          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    81898497     * <code>required sint64 id = 1;</code>
    81908498     */
    8191     public boolean hasId() {
     8499    @Override
     8500        public boolean hasId() {
    81928501      return ((bitField0_ & 0x00000001) == 0x00000001);
    81938502    }
     
    81958504     * <code>required sint64 id = 1;</code>
    81968505     */
    8197     public long getId() {
     8506    @Override
     8507        public long getId() {
    81988508      return id_;
    81998509    }
     
    82088518     * </pre>
    82098519     */
    8210     public java.util.List<java.lang.Integer>
     8520    @Override
     8521        public java.util.List<java.lang.Integer>
    82118522        getKeysList() {
    82128523      return keys_;
     
    82198530     * </pre>
    82208531     */
    8221     public int getKeysCount() {
     8532    @Override
     8533        public int getKeysCount() {
    82228534      return keys_.size();
    82238535    }
     
    82298541     * </pre>
    82308542     */
    8231     public int getKeys(int index) {
     8543    @Override
     8544        public int getKeys(int index) {
    82328545      return keys_.get(index);
    82338546    }
     
    82438556     * </pre>
    82448557     */
    8245     public java.util.List<java.lang.Integer>
     8558    @Override
     8559        public java.util.List<java.lang.Integer>
    82468560        getValsList() {
    82478561      return vals_;
     
    82548568     * </pre>
    82558569     */
    8256     public int getValsCount() {
     8570    @Override
     8571        public int getValsCount() {
    82578572      return vals_.size();
    82588573    }
     
    82648579     * </pre>
    82658580     */
    8266     public int getVals(int index) {
     8581    @Override
     8582        public int getVals(int index) {
    82678583      return vals_.get(index);
    82688584    }
     
    82788594     * </pre>
    82798595     */
    8280     public boolean hasInfo() {
     8596    @Override
     8597        public boolean hasInfo() {
    82818598      return ((bitField0_ & 0x00000002) == 0x00000002);
    82828599    }
     
    82888605     * </pre>
    82898606     */
    8290     public crosby.binary.Osmformat.Info getInfo() {
     8607    @Override
     8608        public crosby.binary.Osmformat.Info getInfo() {
    82918609      return info_;
    82928610    }
     
    82978615     * <code>required sint64 lat = 8;</code>
    82988616     */
    8299     public boolean hasLat() {
     8617    @Override
     8618        public boolean hasLat() {
    83008619      return ((bitField0_ & 0x00000004) == 0x00000004);
    83018620    }
     
    83038622     * <code>required sint64 lat = 8;</code>
    83048623     */
    8305     public long getLat() {
     8624    @Override
     8625        public long getLat() {
    83068626      return lat_;
    83078627    }
     
    83128632     * <code>required sint64 lon = 9;</code>
    83138633     */
    8314     public boolean hasLon() {
     8634    @Override
     8635        public boolean hasLon() {
    83158636      return ((bitField0_ & 0x00000008) == 0x00000008);
    83168637    }
     
    83188639     * <code>required sint64 lon = 9;</code>
    83198640     */
    8320     public long getLon() {
     8641    @Override
     8642        public long getLon() {
    83218643      return lon_;
    83228644    }
     
    83318653    }
    83328654    private byte memoizedIsInitialized = -1;
    8333     public final boolean isInitialized() {
     8655    @Override
     8656        public final boolean isInitialized() {
    83348657      byte isInitialized = memoizedIsInitialized;
    83358658      if (isInitialized == 1) return true;
     
    83528675    }
    83538676
    8354     public void writeTo(com.google.protobuf.CodedOutputStream output)
     8677    @Override
     8678        public void writeTo(com.google.protobuf.CodedOutputStream output)
    83558679                        throws java.io.IOException {
    83568680      getSerializedSize();
     
    83858709
    83868710    private int memoizedSerializedSize = -1;
    8387     public int getSerializedSize() {
     8711    @Override
     8712        public int getSerializedSize() {
    83888713      int size = memoizedSerializedSize;
    83898714      if (size != -1) return size;
     
    85008825
    85018826    public static Builder newBuilder() { return Builder.create(); }
    8502     public Builder newBuilderForType() { return newBuilder(); }
     8827    @Override
     8828        public Builder newBuilderForType() { return newBuilder(); }
    85038829    public static Builder newBuilder(crosby.binary.Osmformat.Node prototype) {
    85048830      return newBuilder().mergeFrom(prototype);
    85058831    }
    8506     public Builder toBuilder() { return newBuilder(this); }
     8832    @Override
     8833        public Builder toBuilder() { return newBuilder(this); }
    85078834
    85088835    /**
     
    85268853      }
    85278854
    8528       public Builder clear() {
     8855      @Override
     8856        public Builder clear() {
    85298857        super.clear();
    85308858        id_ = 0L;
     
    85438871      }
    85448872
    8545       public Builder clone() {
     8873      @Override
     8874        public Builder clone() {
    85468875        return create().mergeFrom(buildPartial());
    85478876      }
    85488877
    8549       public crosby.binary.Osmformat.Node getDefaultInstanceForType() {
     8878      @Override
     8879        public crosby.binary.Osmformat.Node getDefaultInstanceForType() {
    85508880        return crosby.binary.Osmformat.Node.getDefaultInstance();
    85518881      }
    85528882
    8553       public crosby.binary.Osmformat.Node build() {
     8883      @Override
     8884        public crosby.binary.Osmformat.Node build() {
    85548885        crosby.binary.Osmformat.Node result = buildPartial();
    85558886        if (!result.isInitialized()) {
     
    85598890      }
    85608891
    8561       public crosby.binary.Osmformat.Node buildPartial() {
     8892      @Override
     8893        public crosby.binary.Osmformat.Node buildPartial() {
    85628894        crosby.binary.Osmformat.Node result = new crosby.binary.Osmformat.Node(this);
    85638895        int from_bitField0_ = bitField0_;
     
    85938925      }
    85948926
    8595       public Builder mergeFrom(crosby.binary.Osmformat.Node other) {
     8927      @Override
     8928        public Builder mergeFrom(crosby.binary.Osmformat.Node other) {
    85968929        if (other == crosby.binary.Osmformat.Node.getDefaultInstance()) return this;
    85978930        if (other.hasId()) {
     
    86068939            keys_.addAll(other.keys_);
    86078940          }
    8608          
     8941
    86098942        }
    86108943        if (!other.vals_.isEmpty()) {
     
    86168949            vals_.addAll(other.vals_);
    86178950          }
    8618          
     8951
    86198952        }
    86208953        if (other.hasInfo()) {
     
    86328965      }
    86338966
    8634       public final boolean isInitialized() {
     8967      @Override
     8968        public final boolean isInitialized() {
    86358969        if (!hasId()) {
    8636          
     8970
    86378971          return false;
    86388972        }
    86398973        if (!hasLat()) {
    8640          
     8974
    86418975          return false;
    86428976        }
    86438977        if (!hasLon()) {
    8644          
     8978
    86458979          return false;
    86468980        }
     
    86488982      }
    86498983
    8650       public Builder mergeFrom(
     8984      @Override
     8985        public Builder mergeFrom(
    86518986          com.google.protobuf.CodedInputStream input,
    86528987          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    86719006       * <code>required sint64 id = 1;</code>
    86729007       */
    8673       public boolean hasId() {
     9008      @Override
     9009        public boolean hasId() {
    86749010        return ((bitField0_ & 0x00000001) == 0x00000001);
    86759011      }
     
    86779013       * <code>required sint64 id = 1;</code>
    86789014       */
    8679       public long getId() {
     9015      @Override
     9016        public long getId() {
    86809017        return id_;
    86819018      }
     
    86869023        bitField0_ |= 0x00000001;
    86879024        id_ = value;
    8688        
     9025
    86899026        return this;
    86909027      }
     
    86959032        bitField0_ = (bitField0_ & ~0x00000001);
    86969033        id_ = 0L;
    8697        
     9034
    86989035        return this;
    86999036      }
     
    87139050       * </pre>
    87149051       */
    8715       public java.util.List<java.lang.Integer>
     9052      @Override
     9053        public java.util.List<java.lang.Integer>
    87169054          getKeysList() {
    87179055        return java.util.Collections.unmodifiableList(keys_);
     
    87249062       * </pre>
    87259063       */
    8726       public int getKeysCount() {
     9064      @Override
     9065        public int getKeysCount() {
    87279066        return keys_.size();
    87289067      }
     
    87349073       * </pre>
    87359074       */
    8736       public int getKeys(int index) {
     9075      @Override
     9076        public int getKeys(int index) {
    87379077        return keys_.get(index);
    87389078      }
     
    87489088        ensureKeysIsMutable();
    87499089        keys_.set(index, value);
    8750        
     9090
    87519091        return this;
    87529092      }
     
    87619101        ensureKeysIsMutable();
    87629102        keys_.add(value);
    8763        
     9103
    87649104        return this;
    87659105      }
     
    87769116        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    87779117            values, keys_);
    8778        
     9118
    87799119        return this;
    87809120      }
     
    87899129        keys_ = java.util.Collections.emptyList();
    87909130        bitField0_ = (bitField0_ & ~0x00000002);
    8791        
     9131
    87929132        return this;
    87939133      }
     
    88079147       * </pre>
    88089148       */
    8809       public java.util.List<java.lang.Integer>
     9149      @Override
     9150        public java.util.List<java.lang.Integer>
    88109151          getValsList() {
    88119152        return java.util.Collections.unmodifiableList(vals_);
     
    88189159       * </pre>
    88199160       */
    8820       public int getValsCount() {
     9161      @Override
     9162        public int getValsCount() {
    88219163        return vals_.size();
    88229164      }
     
    88289170       * </pre>
    88299171       */
    8830       public int getVals(int index) {
     9172      @Override
     9173        public int getVals(int index) {
    88319174        return vals_.get(index);
    88329175      }
     
    88429185        ensureValsIsMutable();
    88439186        vals_.set(index, value);
    8844        
     9187
    88459188        return this;
    88469189      }
     
    88559198        ensureValsIsMutable();
    88569199        vals_.add(value);
    8857        
     9200
    88589201        return this;
    88599202      }
     
    88709213        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    88719214            values, vals_);
    8872        
     9215
    88739216        return this;
    88749217      }
     
    88839226        vals_ = java.util.Collections.emptyList();
    88849227        bitField0_ = (bitField0_ & ~0x00000004);
    8885        
     9228
    88869229        return this;
    88879230      }
     
    88959238       * </pre>
    88969239       */
    8897       public boolean hasInfo() {
     9240      @Override
     9241        public boolean hasInfo() {
    88989242        return ((bitField0_ & 0x00000008) == 0x00000008);
    88999243      }
     
    89059249       * </pre>
    89069250       */
    8907       public crosby.binary.Osmformat.Info getInfo() {
     9251      @Override
     9252        public crosby.binary.Osmformat.Info getInfo() {
    89089253        return info_;
    89099254      }
     
    89759320       * <code>required sint64 lat = 8;</code>
    89769321       */
    8977       public boolean hasLat() {
     9322      @Override
     9323        public boolean hasLat() {
    89789324        return ((bitField0_ & 0x00000010) == 0x00000010);
    89799325      }
     
    89819327       * <code>required sint64 lat = 8;</code>
    89829328       */
    8983       public long getLat() {
     9329      @Override
     9330        public long getLat() {
    89849331        return lat_;
    89859332      }
     
    89909337        bitField0_ |= 0x00000010;
    89919338        lat_ = value;
    8992        
     9339
    89939340        return this;
    89949341      }
     
    89999346        bitField0_ = (bitField0_ & ~0x00000010);
    90009347        lat_ = 0L;
    9001        
     9348
    90029349        return this;
    90039350      }
     
    90079354       * <code>required sint64 lon = 9;</code>
    90089355       */
    9009       public boolean hasLon() {
     9356      @Override
     9357        public boolean hasLon() {
    90109358        return ((bitField0_ & 0x00000020) == 0x00000020);
    90119359      }
     
    90139361       * <code>required sint64 lon = 9;</code>
    90149362       */
    9015       public long getLon() {
     9363      @Override
     9364        public long getLon() {
    90169365        return lon_;
    90179366      }
     
    90229371        bitField0_ |= 0x00000020;
    90239372        lon_ = value;
    9024        
     9373
    90259374        return this;
    90269375      }
     
    90319380        bitField0_ = (bitField0_ & ~0x00000020);
    90329381        lon_ = 0L;
    9033        
     9382
    90349383        return this;
    90359384      }
     
    91869535    }
    91879536
    9188     public DenseNodes getDefaultInstanceForType() {
     9537    @Override
     9538        public DenseNodes getDefaultInstanceForType() {
    91899539      return defaultInstance;
    91909540    }
     
    93469696    public static com.google.protobuf.Parser<DenseNodes> PARSER =
    93479697        new com.google.protobuf.AbstractParser<DenseNodes>() {
    9348       public DenseNodes parsePartialFrom(
     9698      @Override
     9699        public DenseNodes parsePartialFrom(
    93499700          com.google.protobuf.CodedInputStream input,
    93509701          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    93699720     * </pre>
    93709721     */
    9371     public java.util.List<java.lang.Long>
     9722    @Override
     9723        public java.util.List<java.lang.Long>
    93729724        getIdList() {
    93739725      return id_;
     
    93809732     * </pre>
    93819733     */
    9382     public int getIdCount() {
     9734    @Override
     9735        public int getIdCount() {
    93839736      return id_.size();
    93849737    }
     
    93909743     * </pre>
    93919744     */
    9392     public long getId(int index) {
     9745    @Override
     9746        public long getId(int index) {
    93939747      return id_.get(index);
    93949748    }
     
    94049758     * </pre>
    94059759     */
    9406     public boolean hasDenseinfo() {
     9760    @Override
     9761        public boolean hasDenseinfo() {
    94079762      return ((bitField0_ & 0x00000001) == 0x00000001);
    94089763    }
     
    94149769     * </pre>
    94159770     */
    9416     public crosby.binary.Osmformat.DenseInfo getDenseinfo() {
     9771    @Override
     9772        public crosby.binary.Osmformat.DenseInfo getDenseinfo() {
    94179773      return denseinfo_;
    94189774    }
     
    94279783     * </pre>
    94289784     */
    9429     public java.util.List<java.lang.Long>
     9785    @Override
     9786        public java.util.List<java.lang.Long>
    94309787        getLatList() {
    94319788      return lat_;
     
    94389795     * </pre>
    94399796     */
    9440     public int getLatCount() {
     9797    @Override
     9798        public int getLatCount() {
    94419799      return lat_.size();
    94429800    }
     
    94489806     * </pre>
    94499807     */
    9450     public long getLat(int index) {
     9808    @Override
     9809        public long getLat(int index) {
    94519810      return lat_.get(index);
    94529811    }
     
    94629821     * </pre>
    94639822     */
    9464     public java.util.List<java.lang.Long>
     9823    @Override
     9824        public java.util.List<java.lang.Long>
    94659825        getLonList() {
    94669826      return lon_;
     
    94739833     * </pre>
    94749834     */
    9475     public int getLonCount() {
     9835    @Override
     9836        public int getLonCount() {
    94769837      return lon_.size();
    94779838    }
     
    94839844     * </pre>
    94849845     */
    9485     public long getLon(int index) {
     9846    @Override
     9847        public long getLon(int index) {
    94869848      return lon_.get(index);
    94879849    }
     
    94979859     * </pre>
    94989860     */
    9499     public java.util.List<java.lang.Integer>
     9861    @Override
     9862        public java.util.List<java.lang.Integer>
    95009863        getKeysValsList() {
    95019864      return keysVals_;
     
    95089871     * </pre>
    95099872     */
    9510     public int getKeysValsCount() {
     9873    @Override
     9874        public int getKeysValsCount() {
    95119875      return keysVals_.size();
    95129876    }
     
    95189882     * </pre>
    95199883     */
    9520     public int getKeysVals(int index) {
     9884    @Override
     9885        public int getKeysVals(int index) {
    95219886      return keysVals_.get(index);
    95229887    }
     
    95319896    }
    95329897    private byte memoizedIsInitialized = -1;
    9533     public final boolean isInitialized() {
     9898    @Override
     9899        public final boolean isInitialized() {
    95349900      byte isInitialized = memoizedIsInitialized;
    95359901      if (isInitialized == 1) return true;
     
    95409906    }
    95419907
    9542     public void writeTo(com.google.protobuf.CodedOutputStream output)
     9908    @Override
     9909        public void writeTo(com.google.protobuf.CodedOutputStream output)
    95439910                        throws java.io.IOException {
    95449911      getSerializedSize();
     
    95789945
    95799946    private int memoizedSerializedSize = -1;
    9580     public int getSerializedSize() {
     9947    @Override
     9948        public int getSerializedSize() {
    95819949      int size = memoizedSerializedSize;
    95829950      if (size != -1) return size;
     
    970910077
    971010078    public static Builder newBuilder() { return Builder.create(); }
    9711     public Builder newBuilderForType() { return newBuilder(); }
     10079    @Override
     10080        public Builder newBuilderForType() { return newBuilder(); }
    971210081    public static Builder newBuilder(crosby.binary.Osmformat.DenseNodes prototype) {
    971310082      return newBuilder().mergeFrom(prototype);
    971410083    }
    9715     public Builder toBuilder() { return newBuilder(this); }
     10084    @Override
     10085        public Builder toBuilder() { return newBuilder(this); }
    971610086
    971710087    /**
     
    973510105      }
    973610106
    9737       public Builder clear() {
     10107      @Override
     10108        public Builder clear() {
    973810109        super.clear();
    973910110        id_ = java.util.Collections.emptyList();
     
    975010121      }
    975110122
    9752       public Builder clone() {
     10123      @Override
     10124        public Builder clone() {
    975310125        return create().mergeFrom(buildPartial());
    975410126      }
    975510127
    9756       public crosby.binary.Osmformat.DenseNodes getDefaultInstanceForType() {
     10128      @Override
     10129        public crosby.binary.Osmformat.DenseNodes getDefaultInstanceForType() {
    975710130        return crosby.binary.Osmformat.DenseNodes.getDefaultInstance();
    975810131      }
    975910132
    9760       public crosby.binary.Osmformat.DenseNodes build() {
     10133      @Override
     10134        public crosby.binary.Osmformat.DenseNodes build() {
    976110135        crosby.binary.Osmformat.DenseNodes result = buildPartial();
    976210136        if (!result.isInitialized()) {
     
    976610140      }
    976710141
    9768       public crosby.binary.Osmformat.DenseNodes buildPartial() {
     10142      @Override
     10143        public crosby.binary.Osmformat.DenseNodes buildPartial() {
    976910144        crosby.binary.Osmformat.DenseNodes result = new crosby.binary.Osmformat.DenseNodes(this);
    977010145        int from_bitField0_ = bitField0_;
     
    979810173      }
    979910174
    9800       public Builder mergeFrom(crosby.binary.Osmformat.DenseNodes other) {
     10175      @Override
     10176        public Builder mergeFrom(crosby.binary.Osmformat.DenseNodes other) {
    980110177        if (other == crosby.binary.Osmformat.DenseNodes.getDefaultInstance()) return this;
    980210178        if (!other.id_.isEmpty()) {
     
    980810184            id_.addAll(other.id_);
    980910185          }
    9810          
     10186
    981110187        }
    981210188        if (other.hasDenseinfo()) {
     
    982110197            lat_.addAll(other.lat_);
    982210198          }
    9823          
     10199
    982410200        }
    982510201        if (!other.lon_.isEmpty()) {
     
    983110207            lon_.addAll(other.lon_);
    983210208          }
    9833          
     10209
    983410210        }
    983510211        if (!other.keysVals_.isEmpty()) {
     
    984110217            keysVals_.addAll(other.keysVals_);
    984210218          }
    9843          
     10219
    984410220        }
    984510221        setUnknownFields(
     
    984810224      }
    984910225
    9850       public final boolean isInitialized() {
     10226      @Override
     10227        public final boolean isInitialized() {
    985110228        return true;
    985210229      }
    985310230
    9854       public Builder mergeFrom(
     10231      @Override
     10232        public Builder mergeFrom(
    985510233          com.google.protobuf.CodedInputStream input,
    985610234          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    988510263       * </pre>
    988610264       */
    9887       public java.util.List<java.lang.Long>
     10265      @Override
     10266        public java.util.List<java.lang.Long>
    988810267          getIdList() {
    988910268        return java.util.Collections.unmodifiableList(id_);
     
    989610275       * </pre>
    989710276       */
    9898       public int getIdCount() {
     10277      @Override
     10278        public int getIdCount() {
    989910279        return id_.size();
    990010280      }
     
    990610286       * </pre>
    990710287       */
    9908       public long getId(int index) {
     10288      @Override
     10289        public long getId(int index) {
    990910290        return id_.get(index);
    991010291      }
     
    992010301        ensureIdIsMutable();
    992110302        id_.set(index, value);
    9922        
     10303
    992310304        return this;
    992410305      }
     
    993310314        ensureIdIsMutable();
    993410315        id_.add(value);
    9935        
     10316
    993610317        return this;
    993710318      }
     
    994810329        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    994910330            values, id_);
    9950        
     10331
    995110332        return this;
    995210333      }
     
    996110342        id_ = java.util.Collections.emptyList();
    996210343        bitField0_ = (bitField0_ & ~0x00000001);
    9963        
     10344
    996410345        return this;
    996510346      }
     
    997310354       * </pre>
    997410355       */
    9975       public boolean hasDenseinfo() {
     10356      @Override
     10357        public boolean hasDenseinfo() {
    997610358        return ((bitField0_ & 0x00000002) == 0x00000002);
    997710359      }
     
    998310365       * </pre>
    998410366       */
    9985       public crosby.binary.Osmformat.DenseInfo getDenseinfo() {
     10367      @Override
     10368        public crosby.binary.Osmformat.DenseInfo getDenseinfo() {
    998610369        return denseinfo_;
    998710370      }
     
    1006310446       * </pre>
    1006410447       */
    10065       public java.util.List<java.lang.Long>
     10448      @Override
     10449        public java.util.List<java.lang.Long>
    1006610450          getLatList() {
    1006710451        return java.util.Collections.unmodifiableList(lat_);
     
    1007410458       * </pre>
    1007510459       */
    10076       public int getLatCount() {
     10460      @Override
     10461        public int getLatCount() {
    1007710462        return lat_.size();
    1007810463      }
     
    1008410469       * </pre>
    1008510470       */
    10086       public long getLat(int index) {
     10471      @Override
     10472        public long getLat(int index) {
    1008710473        return lat_.get(index);
    1008810474      }
     
    1009810484        ensureLatIsMutable();
    1009910485        lat_.set(index, value);
    10100        
     10486
    1010110487        return this;
    1010210488      }
     
    1011110497        ensureLatIsMutable();
    1011210498        lat_.add(value);
    10113        
     10499
    1011410500        return this;
    1011510501      }
     
    1012610512        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    1012710513            values, lat_);
    10128        
     10514
    1012910515        return this;
    1013010516      }
     
    1013910525        lat_ = java.util.Collections.emptyList();
    1014010526        bitField0_ = (bitField0_ & ~0x00000004);
    10141        
     10527
    1014210528        return this;
    1014310529      }
     
    1015710543       * </pre>
    1015810544       */
    10159       public java.util.List<java.lang.Long>
     10545      @Override
     10546        public java.util.List<java.lang.Long>
    1016010547          getLonList() {
    1016110548        return java.util.Collections.unmodifiableList(lon_);
     
    1016810555       * </pre>
    1016910556       */
    10170       public int getLonCount() {
     10557      @Override
     10558        public int getLonCount() {
    1017110559        return lon_.size();
    1017210560      }
     
    1017810566       * </pre>
    1017910567       */
    10180       public long getLon(int index) {
     10568      @Override
     10569        public long getLon(int index) {
    1018110570        return lon_.get(index);
    1018210571      }
     
    1019210581        ensureLonIsMutable();
    1019310582        lon_.set(index, value);
    10194        
     10583
    1019510584        return this;
    1019610585      }
     
    1020510594        ensureLonIsMutable();
    1020610595        lon_.add(value);
    10207        
     10596
    1020810597        return this;
    1020910598      }
     
    1022010609        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    1022110610            values, lon_);
    10222        
     10611
    1022310612        return this;
    1022410613      }
     
    1023310622        lon_ = java.util.Collections.emptyList();
    1023410623        bitField0_ = (bitField0_ & ~0x00000008);
    10235        
     10624
    1023610625        return this;
    1023710626      }
     
    1025110640       * </pre>
    1025210641       */
    10253       public java.util.List<java.lang.Integer>
     10642      @Override
     10643        public java.util.List<java.lang.Integer>
    1025410644          getKeysValsList() {
    1025510645        return java.util.Collections.unmodifiableList(keysVals_);
     
    1026210652       * </pre>
    1026310653       */
    10264       public int getKeysValsCount() {
     10654      @Override
     10655        public int getKeysValsCount() {
    1026510656        return keysVals_.size();
    1026610657      }
     
    1027210663       * </pre>
    1027310664       */
    10274       public int getKeysVals(int index) {
     10665      @Override
     10666        public int getKeysVals(int index) {
    1027510667        return keysVals_.get(index);
    1027610668      }
     
    1028610678        ensureKeysValsIsMutable();
    1028710679        keysVals_.set(index, value);
    10288        
     10680
    1028910681        return this;
    1029010682      }
     
    1029910691        ensureKeysValsIsMutable();
    1030010692        keysVals_.add(value);
    10301        
     10693
    1030210694        return this;
    1030310695      }
     
    1031410706        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    1031510707            values, keysVals_);
    10316        
     10708
    1031710709        return this;
    1031810710      }
     
    1032710719        keysVals_ = java.util.Collections.emptyList();
    1032810720        bitField0_ = (bitField0_ & ~0x00000010);
    10329        
     10721
    1033010722        return this;
    1033110723      }
     
    1044610838    }
    1044710839
    10448     public Way getDefaultInstanceForType() {
     10840    @Override
     10841        public Way getDefaultInstanceForType() {
    1044910842      return defaultInstance;
    1045010843    }
     
    1058710980    public static com.google.protobuf.Parser<Way> PARSER =
    1058810981        new com.google.protobuf.AbstractParser<Way>() {
    10589       public Way parsePartialFrom(
     10982      @Override
     10983        public Way parsePartialFrom(
    1059010984          com.google.protobuf.CodedInputStream input,
    1059110985          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1060611000     * <code>required int64 id = 1;</code>
    1060711001     */
    10608     public boolean hasId() {
     11002    @Override
     11003        public boolean hasId() {
    1060911004      return ((bitField0_ & 0x00000001) == 0x00000001);
    1061011005    }
     
    1061211007     * <code>required int64 id = 1;</code>
    1061311008     */
    10614     public long getId() {
     11009    @Override
     11010        public long getId() {
    1061511011      return id_;
    1061611012    }
     
    1062511021     * </pre>
    1062611022     */
    10627     public java.util.List<java.lang.Integer>
     11023    @Override
     11024        public java.util.List<java.lang.Integer>
    1062811025        getKeysList() {
    1062911026      return keys_;
     
    1063611033     * </pre>
    1063711034     */
    10638     public int getKeysCount() {
     11035    @Override
     11036        public int getKeysCount() {
    1063911037      return keys_.size();
    1064011038    }
     
    1064611044     * </pre>
    1064711045     */
    10648     public int getKeys(int index) {
     11046    @Override
     11047        public int getKeys(int index) {
    1064911048      return keys_.get(index);
    1065011049    }
     
    1065611055     * <code>repeated uint32 vals = 3 [packed = true];</code>
    1065711056     */
    10658     public java.util.List<java.lang.Integer>
     11057    @Override
     11058        public java.util.List<java.lang.Integer>
    1065911059        getValsList() {
    1066011060      return vals_;
     
    1066311063     * <code>repeated uint32 vals = 3 [packed = true];</code>
    1066411064     */
    10665     public int getValsCount() {
     11065    @Override
     11066        public int getValsCount() {
    1066611067      return vals_.size();
    1066711068    }
     
    1066911070     * <code>repeated uint32 vals = 3 [packed = true];</code>
    1067011071     */
    10671     public int getVals(int index) {
     11072    @Override
     11073        public int getVals(int index) {
    1067211074      return vals_.get(index);
    1067311075    }
     
    1067911081     * <code>optional .OSMPBF.Info info = 4;</code>
    1068011082     */
    10681     public boolean hasInfo() {
     11083    @Override
     11084        public boolean hasInfo() {
    1068211085      return ((bitField0_ & 0x00000002) == 0x00000002);
    1068311086    }
     
    1068511088     * <code>optional .OSMPBF.Info info = 4;</code>
    1068611089     */
    10687     public crosby.binary.Osmformat.Info getInfo() {
     11090    @Override
     11091        public crosby.binary.Osmformat.Info getInfo() {
    1068811092      return info_;
    1068911093    }
     
    1069811102     * </pre>
    1069911103     */
    10700     public java.util.List<java.lang.Long>
     11104    @Override
     11105        public java.util.List<java.lang.Long>
    1070111106        getRefsList() {
    1070211107      return refs_;
     
    1070911114     * </pre>
    1071011115     */
    10711     public int getRefsCount() {
     11116    @Override
     11117        public int getRefsCount() {
    1071211118      return refs_.size();
    1071311119    }
     
    1071911125     * </pre>
    1072011126     */
    10721     public long getRefs(int index) {
     11127    @Override
     11128        public long getRefs(int index) {
    1072211129      return refs_.get(index);
    1072311130    }
     
    1073211139    }
    1073311140    private byte memoizedIsInitialized = -1;
    10734     public final boolean isInitialized() {
     11141    @Override
     11142        public final boolean isInitialized() {
    1073511143      byte isInitialized = memoizedIsInitialized;
    1073611144      if (isInitialized == 1) return true;
     
    1074511153    }
    1074611154
    10747     public void writeTo(com.google.protobuf.CodedOutputStream output)
     11155    @Override
     11156        public void writeTo(com.google.protobuf.CodedOutputStream output)
    1074811157                        throws java.io.IOException {
    1074911158      getSerializedSize();
     
    1077911188
    1078011189    private int memoizedSerializedSize = -1;
    10781     public int getSerializedSize() {
     11190    @Override
     11191        public int getSerializedSize() {
    1078211192      int size = memoizedSerializedSize;
    1078311193      if (size != -1) return size;
     
    1090011310
    1090111311    public static Builder newBuilder() { return Builder.create(); }
    10902     public Builder newBuilderForType() { return newBuilder(); }
     11312    @Override
     11313        public Builder newBuilderForType() { return newBuilder(); }
    1090311314    public static Builder newBuilder(crosby.binary.Osmformat.Way prototype) {
    1090411315      return newBuilder().mergeFrom(prototype);
    1090511316    }
    10906     public Builder toBuilder() { return newBuilder(this); }
     11317    @Override
     11318        public Builder toBuilder() { return newBuilder(this); }
    1090711319
    1090811320    /**
     
    1092611338      }
    1092711339
    10928       public Builder clear() {
     11340      @Override
     11341        public Builder clear() {
    1092911342        super.clear();
    1093011343        id_ = 0L;
     
    1094111354      }
    1094211355
    10943       public Builder clone() {
     11356      @Override
     11357        public Builder clone() {
    1094411358        return create().mergeFrom(buildPartial());
    1094511359      }
    1094611360
    10947       public crosby.binary.Osmformat.Way getDefaultInstanceForType() {
     11361      @Override
     11362        public crosby.binary.Osmformat.Way getDefaultInstanceForType() {
    1094811363        return crosby.binary.Osmformat.Way.getDefaultInstance();
    1094911364      }
    1095011365
    10951       public crosby.binary.Osmformat.Way build() {
     11366      @Override
     11367        public crosby.binary.Osmformat.Way build() {
    1095211368        crosby.binary.Osmformat.Way result = buildPartial();
    1095311369        if (!result.isInitialized()) {
     
    1095711373      }
    1095811374
    10959       public crosby.binary.Osmformat.Way buildPartial() {
     11375      @Override
     11376        public crosby.binary.Osmformat.Way buildPartial() {
    1096011377        crosby.binary.Osmformat.Way result = new crosby.binary.Osmformat.Way(this);
    1096111378        int from_bitField0_ = bitField0_;
     
    1098811405      }
    1098911406
    10990       public Builder mergeFrom(crosby.binary.Osmformat.Way other) {
     11407      @Override
     11408        public Builder mergeFrom(crosby.binary.Osmformat.Way other) {
    1099111409        if (other == crosby.binary.Osmformat.Way.getDefaultInstance()) return this;
    1099211410        if (other.hasId()) {
     
    1100111419            keys_.addAll(other.keys_);
    1100211420          }
    11003          
     11421
    1100411422        }
    1100511423        if (!other.vals_.isEmpty()) {
     
    1101111429            vals_.addAll(other.vals_);
    1101211430          }
    11013          
     11431
    1101411432        }
    1101511433        if (other.hasInfo()) {
     
    1102411442            refs_.addAll(other.refs_);
    1102511443          }
    11026          
     11444
    1102711445        }
    1102811446        setUnknownFields(
     
    1103111449      }
    1103211450
    11033       public final boolean isInitialized() {
     11451      @Override
     11452        public final boolean isInitialized() {
    1103411453        if (!hasId()) {
    11035          
     11454
    1103611455          return false;
    1103711456        }
     
    1103911458      }
    1104011459
    11041       public Builder mergeFrom(
     11460      @Override
     11461        public Builder mergeFrom(
    1104211462          com.google.protobuf.CodedInputStream input,
    1104311463          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1106211482       * <code>required int64 id = 1;</code>
    1106311483       */
    11064       public boolean hasId() {
     11484      @Override
     11485        public boolean hasId() {
    1106511486        return ((bitField0_ & 0x00000001) == 0x00000001);
    1106611487      }
     
    1106811489       * <code>required int64 id = 1;</code>
    1106911490       */
    11070       public long getId() {
     11491      @Override
     11492        public long getId() {
    1107111493        return id_;
    1107211494      }
     
    1107711499        bitField0_ |= 0x00000001;
    1107811500        id_ = value;
    11079        
     11501
    1108011502        return this;
    1108111503      }
     
    1108611508        bitField0_ = (bitField0_ & ~0x00000001);
    1108711509        id_ = 0L;
    11088        
     11510
    1108911511        return this;
    1109011512      }
     
    1110411526       * </pre>
    1110511527       */
    11106       public java.util.List<java.lang.Integer>
     11528      @Override
     11529        public java.util.List<java.lang.Integer>
    1110711530          getKeysList() {
    1110811531        return java.util.Collections.unmodifiableList(keys_);
     
    1111511538       * </pre>
    1111611539       */
    11117       public int getKeysCount() {
     11540      @Override
     11541        public int getKeysCount() {
    1111811542        return keys_.size();
    1111911543      }
     
    1112511549       * </pre>
    1112611550       */
    11127       public int getKeys(int index) {
     11551      @Override
     11552        public int getKeys(int index) {
    1112811553        return keys_.get(index);
    1112911554      }
     
    1113911564        ensureKeysIsMutable();
    1114011565        keys_.set(index, value);
    11141        
     11566
    1114211567        return this;
    1114311568      }
     
    1115211577        ensureKeysIsMutable();
    1115311578        keys_.add(value);
    11154        
     11579
    1115511580        return this;
    1115611581      }
     
    1116711592        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    1116811593            values, keys_);
    11169        
     11594
    1117011595        return this;
    1117111596      }
     
    1118011605        keys_ = java.util.Collections.emptyList();
    1118111606        bitField0_ = (bitField0_ & ~0x00000002);
    11182        
     11607
    1118311608        return this;
    1118411609      }
     
    1119411619       * <code>repeated uint32 vals = 3 [packed = true];</code>
    1119511620       */
    11196       public java.util.List<java.lang.Integer>
     11621      @Override
     11622        public java.util.List<java.lang.Integer>
    1119711623          getValsList() {
    1119811624        return java.util.Collections.unmodifiableList(vals_);
     
    1120111627       * <code>repeated uint32 vals = 3 [packed = true];</code>
    1120211628       */
    11203       public int getValsCount() {
     11629      @Override
     11630        public int getValsCount() {
    1120411631        return vals_.size();
    1120511632      }
     
    1120711634       * <code>repeated uint32 vals = 3 [packed = true];</code>
    1120811635       */
    11209       public int getVals(int index) {
     11636      @Override
     11637        public int getVals(int index) {
    1121011638        return vals_.get(index);
    1121111639      }
     
    1121711645        ensureValsIsMutable();
    1121811646        vals_.set(index, value);
    11219        
     11647
    1122011648        return this;
    1122111649      }
     
    1122611654        ensureValsIsMutable();
    1122711655        vals_.add(value);
    11228        
     11656
    1122911657        return this;
    1123011658      }
     
    1123711665        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    1123811666            values, vals_);
    11239        
     11667
    1124011668        return this;
    1124111669      }
     
    1124611674        vals_ = java.util.Collections.emptyList();
    1124711675        bitField0_ = (bitField0_ & ~0x00000004);
    11248        
     11676
    1124911677        return this;
    1125011678      }
     
    1125411682       * <code>optional .OSMPBF.Info info = 4;</code>
    1125511683       */
    11256       public boolean hasInfo() {
     11684      @Override
     11685        public boolean hasInfo() {
    1125711686        return ((bitField0_ & 0x00000008) == 0x00000008);
    1125811687      }
     
    1126011689       * <code>optional .OSMPBF.Info info = 4;</code>
    1126111690       */
    11262       public crosby.binary.Osmformat.Info getInfo() {
     11691      @Override
     11692        public crosby.binary.Osmformat.Info getInfo() {
    1126311693        return info_;
    1126411694      }
     
    1132411754       * </pre>
    1132511755       */
    11326       public java.util.List<java.lang.Long>
     11756      @Override
     11757        public java.util.List<java.lang.Long>
    1132711758          getRefsList() {
    1132811759        return java.util.Collections.unmodifiableList(refs_);
     
    1133511766       * </pre>
    1133611767       */
    11337       public int getRefsCount() {
     11768      @Override
     11769        public int getRefsCount() {
    1133811770        return refs_.size();
    1133911771      }
     
    1134511777       * </pre>
    1134611778       */
    11347       public long getRefs(int index) {
     11779      @Override
     11780        public long getRefs(int index) {
    1134811781        return refs_.get(index);
    1134911782      }
     
    1135911792        ensureRefsIsMutable();
    1136011793        refs_.set(index, value);
    11361        
     11794
    1136211795        return this;
    1136311796      }
     
    1137211805        ensureRefsIsMutable();
    1137311806        refs_.add(value);
    11374        
     11807
    1137511808        return this;
    1137611809      }
     
    1138711820        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    1138811821            values, refs_);
    11389        
     11822
    1139011823        return this;
    1139111824      }
     
    1140011833        refs_ = java.util.Collections.emptyList();
    1140111834        bitField0_ = (bitField0_ & ~0x00000010);
    11402        
     11835
    1140311836        return this;
    1140411837      }
     
    1155711990    }
    1155811991
    11559     public Relation getDefaultInstanceForType() {
     11992    @Override
     11993        public Relation getDefaultInstanceForType() {
    1156011994      return defaultInstance;
    1156111995    }
     
    1176012194    public static com.google.protobuf.Parser<Relation> PARSER =
    1176112195        new com.google.protobuf.AbstractParser<Relation>() {
    11762       public Relation parsePartialFrom(
     12196      @Override
     12197        public Relation parsePartialFrom(
    1176312198          com.google.protobuf.CodedInputStream input,
    1176412199          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1180612241
    1180712242
    11808       public final int getNumber() { return value; }
     12243      @Override
     12244        public final int getNumber() { return value; }
    1180912245
    1181012246      public static MemberType valueOf(int value) {
     
    1182412260          internalValueMap =
    1182512261            new com.google.protobuf.Internal.EnumLiteMap<MemberType>() {
    11826               public MemberType findValueByNumber(int number) {
     12262              @Override
     12263                        public MemberType findValueByNumber(int number) {
    1182712264                return MemberType.valueOf(number);
    1182812265              }
     
    1184412281     * <code>required int64 id = 1;</code>
    1184512282     */
    11846     public boolean hasId() {
     12283    @Override
     12284        public boolean hasId() {
    1184712285      return ((bitField0_ & 0x00000001) == 0x00000001);
    1184812286    }
     
    1185012288     * <code>required int64 id = 1;</code>
    1185112289     */
    11852     public long getId() {
     12290    @Override
     12291        public long getId() {
    1185312292      return id_;
    1185412293    }
     
    1186312302     * </pre>
    1186412303     */
    11865     public java.util.List<java.lang.Integer>
     12304    @Override
     12305        public java.util.List<java.lang.Integer>
    1186612306        getKeysList() {
    1186712307      return keys_;
     
    1187412314     * </pre>
    1187512315     */
    11876     public int getKeysCount() {
     12316    @Override
     12317        public int getKeysCount() {
    1187712318      return keys_.size();
    1187812319    }
     
    1188412325     * </pre>
    1188512326     */
    11886     public int getKeys(int index) {
     12327    @Override
     12328        public int getKeys(int index) {
    1188712329      return keys_.get(index);
    1188812330    }
     
    1189412336     * <code>repeated uint32 vals = 3 [packed = true];</code>
    1189512337     */
    11896     public java.util.List<java.lang.Integer>
     12338    @Override
     12339        public java.util.List<java.lang.Integer>
    1189712340        getValsList() {
    1189812341      return vals_;
     
    1190112344     * <code>repeated uint32 vals = 3 [packed = true];</code>
    1190212345     */
    11903     public int getValsCount() {
     12346    @Override
     12347        public int getValsCount() {
    1190412348      return vals_.size();
    1190512349    }
     
    1190712351     * <code>repeated uint32 vals = 3 [packed = true];</code>
    1190812352     */
    11909     public int getVals(int index) {
     12353    @Override
     12354        public int getVals(int index) {
    1191012355      return vals_.get(index);
    1191112356    }
     
    1191712362     * <code>optional .OSMPBF.Info info = 4;</code>
    1191812363     */
    11919     public boolean hasInfo() {
     12364    @Override
     12365        public boolean hasInfo() {
    1192012366      return ((bitField0_ & 0x00000002) == 0x00000002);
    1192112367    }
     
    1192312369     * <code>optional .OSMPBF.Info info = 4;</code>
    1192412370     */
    11925     public crosby.binary.Osmformat.Info getInfo() {
     12371    @Override
     12372        public crosby.binary.Osmformat.Info getInfo() {
    1192612373      return info_;
    1192712374    }
     
    1193612383     * </pre>
    1193712384     */
    11938     public java.util.List<java.lang.Integer>
     12385    @Override
     12386        public java.util.List<java.lang.Integer>
    1193912387        getRolesSidList() {
    1194012388      return rolesSid_;
     
    1194712395     * </pre>
    1194812396     */
    11949     public int getRolesSidCount() {
     12397    @Override
     12398        public int getRolesSidCount() {
    1195012399      return rolesSid_.size();
    1195112400    }
     
    1195712406     * </pre>
    1195812407     */
    11959     public int getRolesSid(int index) {
     12408    @Override
     12409        public int getRolesSid(int index) {
    1196012410      return rolesSid_.get(index);
    1196112411    }
     
    1197112421     * </pre>
    1197212422     */
    11973     public java.util.List<java.lang.Long>
     12423    @Override
     12424        public java.util.List<java.lang.Long>
    1197412425        getMemidsList() {
    1197512426      return memids_;
     
    1198212433     * </pre>
    1198312434     */
    11984     public int getMemidsCount() {
     12435    @Override
     12436        public int getMemidsCount() {
    1198512437      return memids_.size();
    1198612438    }
     
    1199212444     * </pre>
    1199312445     */
    11994     public long getMemids(int index) {
     12446    @Override
     12447        public long getMemids(int index) {
    1199512448      return memids_.get(index);
    1199612449    }
     
    1200212455     * <code>repeated .OSMPBF.Relation.MemberType types = 10 [packed = true];</code>
    1200312456     */
    12004     public java.util.List<crosby.binary.Osmformat.Relation.MemberType> getTypesList() {
     12457    @Override
     12458        public java.util.List<crosby.binary.Osmformat.Relation.MemberType> getTypesList() {
    1200512459      return types_;
    1200612460    }
     
    1200812462     * <code>repeated .OSMPBF.Relation.MemberType types = 10 [packed = true];</code>
    1200912463     */
    12010     public int getTypesCount() {
     12464    @Override
     12465        public int getTypesCount() {
    1201112466      return types_.size();
    1201212467    }
     
    1201412469     * <code>repeated .OSMPBF.Relation.MemberType types = 10 [packed = true];</code>
    1201512470     */
    12016     public crosby.binary.Osmformat.Relation.MemberType getTypes(int index) {
     12471    @Override
     12472        public crosby.binary.Osmformat.Relation.MemberType getTypes(int index) {
    1201712473      return types_.get(index);
    1201812474    }
     
    1202912485    }
    1203012486    private byte memoizedIsInitialized = -1;
    12031     public final boolean isInitialized() {
     12487    @Override
     12488        public final boolean isInitialized() {
    1203212489      byte isInitialized = memoizedIsInitialized;
    1203312490      if (isInitialized == 1) return true;
     
    1204212499    }
    1204312500
    12044     public void writeTo(com.google.protobuf.CodedOutputStream output)
     12501    @Override
     12502        public void writeTo(com.google.protobuf.CodedOutputStream output)
    1204512503                        throws java.io.IOException {
    1204612504      getSerializedSize();
     
    1209012548
    1209112549    private int memoizedSerializedSize = -1;
    12092     public int getSerializedSize() {
     12550    @Override
     12551        public int getSerializedSize() {
    1209312552      int size = memoizedSerializedSize;
    1209412553      if (size != -1) return size;
     
    1223712696
    1223812697    public static Builder newBuilder() { return Builder.create(); }
    12239     public Builder newBuilderForType() { return newBuilder(); }
     12698    @Override
     12699        public Builder newBuilderForType() { return newBuilder(); }
    1224012700    public static Builder newBuilder(crosby.binary.Osmformat.Relation prototype) {
    1224112701      return newBuilder().mergeFrom(prototype);
    1224212702    }
    12243     public Builder toBuilder() { return newBuilder(this); }
     12703    @Override
     12704        public Builder toBuilder() { return newBuilder(this); }
    1224412705
    1224512706    /**
     
    1226312724      }
    1226412725
    12265       public Builder clear() {
     12726      @Override
     12727        public Builder clear() {
    1226612728        super.clear();
    1226712729        id_ = 0L;
     
    1228212744      }
    1228312745
    12284       public Builder clone() {
     12746      @Override
     12747        public Builder clone() {
    1228512748        return create().mergeFrom(buildPartial());
    1228612749      }
    1228712750
    12288       public crosby.binary.Osmformat.Relation getDefaultInstanceForType() {
     12751      @Override
     12752        public crosby.binary.Osmformat.Relation getDefaultInstanceForType() {
    1228912753        return crosby.binary.Osmformat.Relation.getDefaultInstance();
    1229012754      }
    1229112755
    12292       public crosby.binary.Osmformat.Relation build() {
     12756      @Override
     12757        public crosby.binary.Osmformat.Relation build() {
    1229312758        crosby.binary.Osmformat.Relation result = buildPartial();
    1229412759        if (!result.isInitialized()) {
     
    1229812763      }
    1229912764
    12300       public crosby.binary.Osmformat.Relation buildPartial() {
     12765      @Override
     12766        public crosby.binary.Osmformat.Relation buildPartial() {
    1230112767        crosby.binary.Osmformat.Relation result = new crosby.binary.Osmformat.Relation(this);
    1230212768        int from_bitField0_ = bitField0_;
     
    1233912805      }
    1234012806
    12341       public Builder mergeFrom(crosby.binary.Osmformat.Relation other) {
     12807      @Override
     12808        public Builder mergeFrom(crosby.binary.Osmformat.Relation other) {
    1234212809        if (other == crosby.binary.Osmformat.Relation.getDefaultInstance()) return this;
    1234312810        if (other.hasId()) {
     
    1235212819            keys_.addAll(other.keys_);
    1235312820          }
    12354          
     12821
    1235512822        }
    1235612823        if (!other.vals_.isEmpty()) {
     
    1236212829            vals_.addAll(other.vals_);
    1236312830          }
    12364          
     12831
    1236512832        }
    1236612833        if (other.hasInfo()) {
     
    1237512842            rolesSid_.addAll(other.rolesSid_);
    1237612843          }
    12377          
     12844
    1237812845        }
    1237912846        if (!other.memids_.isEmpty()) {
     
    1238512852            memids_.addAll(other.memids_);
    1238612853          }
    12387          
     12854
    1238812855        }
    1238912856        if (!other.types_.isEmpty()) {
     
    1239512862            types_.addAll(other.types_);
    1239612863          }
    12397          
     12864
    1239812865        }
    1239912866        setUnknownFields(
     
    1240212869      }
    1240312870
    12404       public final boolean isInitialized() {
     12871      @Override
     12872        public final boolean isInitialized() {
    1240512873        if (!hasId()) {
    12406          
     12874
    1240712875          return false;
    1240812876        }
     
    1241012878      }
    1241112879
    12412       public Builder mergeFrom(
     12880      @Override
     12881        public Builder mergeFrom(
    1241312882          com.google.protobuf.CodedInputStream input,
    1241412883          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    1243312902       * <code>required int64 id = 1;</code>
    1243412903       */
    12435       public boolean hasId() {
     12904      @Override
     12905        public boolean hasId() {
    1243612906        return ((bitField0_ & 0x00000001) == 0x00000001);
    1243712907      }
     
    1243912909       * <code>required int64 id = 1;</code>
    1244012910       */
    12441       public long getId() {
     12911      @Override
     12912        public long getId() {
    1244212913        return id_;
    1244312914      }
     
    1244812919        bitField0_ |= 0x00000001;
    1244912920        id_ = value;
    12450        
     12921
    1245112922        return this;
    1245212923      }
     
    1245712928        bitField0_ = (bitField0_ & ~0x00000001);
    1245812929        id_ = 0L;
    12459        
     12930
    1246012931        return this;
    1246112932      }
     
    1247512946       * </pre>
    1247612947       */
    12477       public java.util.List<java.lang.Integer>
     12948      @Override
     12949        public java.util.List<java.lang.Integer>
    1247812950          getKeysList() {
    1247912951        return java.util.Collections.unmodifiableList(keys_);
     
    1248612958       * </pre>
    1248712959       */
    12488       public int getKeysCount() {
     12960      @Override
     12961        public int getKeysCount() {
    1248912962        return keys_.size();
    1249012963      }
     
    1249612969       * </pre>
    1249712970       */
    12498       public int getKeys(int index) {
     12971      @Override
     12972        public int getKeys(int index) {
    1249912973        return keys_.get(index);
    1250012974      }
     
    1251012984        ensureKeysIsMutable();
    1251112985        keys_.set(index, value);
    12512        
     12986
    1251312987        return this;
    1251412988      }
     
    1252312997        ensureKeysIsMutable();
    1252412998        keys_.add(value);
    12525        
     12999
    1252613000        return this;
    1252713001      }
     
    1253813012        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    1253913013            values, keys_);
    12540        
     13014
    1254113015        return this;
    1254213016      }
     
    1255113025        keys_ = java.util.Collections.emptyList();
    1255213026        bitField0_ = (bitField0_ & ~0x00000002);
    12553        
     13027
    1255413028        return this;
    1255513029      }
     
    1256513039       * <code>repeated uint32 vals = 3 [packed = true];</code>
    1256613040       */
    12567       public java.util.List<java.lang.Integer>
     13041      @Override
     13042        public java.util.List<java.lang.Integer>
    1256813043          getValsList() {
    1256913044        return java.util.Collections.unmodifiableList(vals_);
     
    1257213047       * <code>repeated uint32 vals = 3 [packed = true];</code>
    1257313048       */
    12574       public int getValsCount() {
     13049      @Override
     13050        public int getValsCount() {
    1257513051        return vals_.size();
    1257613052      }
     
    1257813054       * <code>repeated uint32 vals = 3 [packed = true];</code>
    1257913055       */
    12580       public int getVals(int index) {
     13056      @Override
     13057        public int getVals(int index) {
    1258113058        return vals_.get(index);
    1258213059      }
     
    1258813065        ensureValsIsMutable();
    1258913066        vals_.set(index, value);
    12590        
     13067
    1259113068        return this;
    1259213069      }
     
    1259713074        ensureValsIsMutable();
    1259813075        vals_.add(value);
    12599        
     13076
    1260013077        return this;
    1260113078      }
     
    1260813085        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    1260913086            values, vals_);
    12610        
     13087
    1261113088        return this;
    1261213089      }
     
    1261713094        vals_ = java.util.Collections.emptyList();
    1261813095        bitField0_ = (bitField0_ & ~0x00000004);
    12619        
     13096
    1262013097        return this;
    1262113098      }
     
    1262513102       * <code>optional .OSMPBF.Info info = 4;</code>
    1262613103       */
    12627       public boolean hasInfo() {
     13104      @Override
     13105        public boolean hasInfo() {
    1262813106        return ((bitField0_ & 0x00000008) == 0x00000008);
    1262913107      }
     
    1263113109       * <code>optional .OSMPBF.Info info = 4;</code>
    1263213110       */
    12633       public crosby.binary.Osmformat.Info getInfo() {
     13111      @Override
     13112        public crosby.binary.Osmformat.Info getInfo() {
    1263413113        return info_;
    1263513114      }
     
    1269513174       * </pre>
    1269613175       */
    12697       public java.util.List<java.lang.Integer>
     13176      @Override
     13177        public java.util.List<java.lang.Integer>
    1269813178          getRolesSidList() {
    1269913179        return java.util.Collections.unmodifiableList(rolesSid_);
     
    1270613186       * </pre>
    1270713187       */
    12708       public int getRolesSidCount() {
     13188      @Override
     13189        public int getRolesSidCount() {
    1270913190        return rolesSid_.size();
    1271013191      }
     
    1271613197       * </pre>
    1271713198       */
    12718       public int getRolesSid(int index) {
     13199      @Override
     13200        public int getRolesSid(int index) {
    1271913201        return rolesSid_.get(index);
    1272013202      }
     
    1273013212        ensureRolesSidIsMutable();
    1273113213        rolesSid_.set(index, value);
    12732        
     13214
    1273313215        return this;
    1273413216      }
     
    1274313225        ensureRolesSidIsMutable();
    1274413226        rolesSid_.add(value);
    12745        
     13227
    1274613228        return this;
    1274713229      }
     
    1275813240        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    1275913241            values, rolesSid_);
    12760        
     13242
    1276113243        return this;
    1276213244      }
     
    1277113253        rolesSid_ = java.util.Collections.emptyList();
    1277213254        bitField0_ = (bitField0_ & ~0x00000010);
    12773        
     13255
    1277413256        return this;
    1277513257      }
     
    1278913271       * </pre>
    1279013272       */
    12791       public java.util.List<java.lang.Long>
     13273      @Override
     13274        public java.util.List<java.lang.Long>
    1279213275          getMemidsList() {
    1279313276        return java.util.Collections.unmodifiableList(memids_);
     
    1280013283       * </pre>
    1280113284       */
    12802       public int getMemidsCount() {
     13285      @Override
     13286        public int getMemidsCount() {
    1280313287        return memids_.size();
    1280413288      }
     
    1281013294       * </pre>
    1281113295       */
    12812       public long getMemids(int index) {
     13296      @Override
     13297        public long getMemids(int index) {
    1281313298        return memids_.get(index);
    1281413299      }
     
    1282413309        ensureMemidsIsMutable();
    1282513310        memids_.set(index, value);
    12826        
     13311
    1282713312        return this;
    1282813313      }
     
    1283713322        ensureMemidsIsMutable();
    1283813323        memids_.add(value);
    12839        
     13324
    1284013325        return this;
    1284113326      }
     
    1285213337        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    1285313338            values, memids_);
    12854        
     13339
    1285513340        return this;
    1285613341      }
     
    1286513350        memids_ = java.util.Collections.emptyList();
    1286613351        bitField0_ = (bitField0_ & ~0x00000020);
    12867        
     13352
    1286813353        return this;
    1286913354      }
     
    1288013365       * <code>repeated .OSMPBF.Relation.MemberType types = 10 [packed = true];</code>
    1288113366       */
    12882       public java.util.List<crosby.binary.Osmformat.Relation.MemberType> getTypesList() {
     13367      @Override
     13368        public java.util.List<crosby.binary.Osmformat.Relation.MemberType> getTypesList() {
    1288313369        return java.util.Collections.unmodifiableList(types_);
    1288413370      }
     
    1288613372       * <code>repeated .OSMPBF.Relation.MemberType types = 10 [packed = true];</code>
    1288713373       */
    12888       public int getTypesCount() {
     13374      @Override
     13375        public int getTypesCount() {
    1288913376        return types_.size();
    1289013377      }
     
    1289213379       * <code>repeated .OSMPBF.Relation.MemberType types = 10 [packed = true];</code>
    1289313380       */
    12894       public crosby.binary.Osmformat.Relation.MemberType getTypes(int index) {
     13381      @Override
     13382        public crosby.binary.Osmformat.Relation.MemberType getTypes(int index) {
    1289513383        return types_.get(index);
    1289613384      }
     
    1290513393        ensureTypesIsMutable();
    1290613394        types_.set(index, value);
    12907        
     13395
    1290813396        return this;
    1290913397      }
     
    1291713405        ensureTypesIsMutable();
    1291813406        types_.add(value);
    12919        
     13407
    1292013408        return this;
    1292113409      }
     
    1292813416        com.google.protobuf.AbstractMessageLite.Builder.addAll(
    1292913417            values, types_);
    12930        
     13418
    1293113419        return this;
    1293213420      }
     
    1293713425        types_ = java.util.Collections.emptyList();
    1293813426        bitField0_ = (bitField0_ & ~0x00000040);
    12939        
     13427
    1294013428        return this;
    1294113429      }
Note: See TracChangeset for help on using the changeset viewer.