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

[josm_pbf] update to protobuf 2.6.1

Location:
applications/editors/josm/plugins/pbf
Files:
2 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;
Note: See TracChangeset for help on using the changeset viewer.