类 ProtoFeature.Map.Builder

  • 所有已实现的接口:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ProtoFeature.MapOrBuilder
    封闭类:
    ProtoFeature.Map

    public static final class ProtoFeature.Map.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
    implements ProtoFeature.MapOrBuilder
     属性 支持的属性类型 double float sint32 sint64 bool string bytes subProperty
     属性使用keyId-value或keyId-valueId格式来存储
     sint64、string等可能占用4字节及以上的对象,用valueId(int32)取代value来存储以减少体积 value本身则存放到FeatureCollection中
     示例 [{id:4,name:'tom'},{id:5,name:'jerry',age:4}]转换后:
     FeatureCollection {
          keys = ['id','name','age'],//所有的key收集到keys中
          sint32Values = [4,5],//所有的int value收集到sint32Values中
          stringValues = ['tom','jerry'],//所有的string value收集到stringValues中
          //其它类型的属性也是类似的方式收集为key value
          propertiess = [//具体的属性用keyId-value或keyId-valueId格式来存储
              {sint32KeyIds=[0], sint32ValueIds=[0], stringKeyIds=[1], stringValueIds=[0]},//tom的属性 {0:0, 1:0}
              {sint32KeyIds=[0,2], sint32ValueIds=[1,0], stringKeyIds=[1], stringValueIds=[1]}//jerry的属性 {0:1, 1:1, 2:1}
          ]
     }
     
    Protobuf type pojo.Map
    • 方法详细资料

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        指定者:
        internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
      • clear

        public ProtoFeature.Map.Builder clear()
        指定者:
        clear 在接口中 com.google.protobuf.Message.Builder
        指定者:
        clear 在接口中 com.google.protobuf.MessageLite.Builder
        覆盖:
        clear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        指定者:
        getDescriptorForType 在接口中 com.google.protobuf.Message.Builder
        指定者:
        getDescriptorForType 在接口中 com.google.protobuf.MessageOrBuilder
        覆盖:
        getDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
      • getDefaultInstanceForType

        public ProtoFeature.Map getDefaultInstanceForType()
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder
      • build

        public ProtoFeature.Map build()
        指定者:
        build 在接口中 com.google.protobuf.Message.Builder
        指定者:
        build 在接口中 com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ProtoFeature.Map buildPartial()
        指定者:
        buildPartial 在接口中 com.google.protobuf.Message.Builder
        指定者:
        buildPartial 在接口中 com.google.protobuf.MessageLite.Builder
      • clone

        public ProtoFeature.Map.Builder clone()
        指定者:
        clone 在接口中 com.google.protobuf.Message.Builder
        指定者:
        clone 在接口中 com.google.protobuf.MessageLite.Builder
        覆盖:
        clone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
      • setField

        public ProtoFeature.Map.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 Object value)
        指定者:
        setField 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        setField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
      • clearField

        public ProtoFeature.Map.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        指定者:
        clearField 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        clearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
      • clearOneof

        public ProtoFeature.Map.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        指定者:
        clearOneof 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        clearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
      • setRepeatedField

        public ProtoFeature.Map.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                         int index,
                                                         Object value)
        指定者:
        setRepeatedField 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        setRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
      • addRepeatedField

        public ProtoFeature.Map.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                         Object value)
        指定者:
        addRepeatedField 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        addRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
      • mergeFrom

        public ProtoFeature.Map.Builder mergeFrom​(com.google.protobuf.Message other)
        指定者:
        mergeFrom 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        mergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ProtoFeature.Map.Builder>
      • isInitialized

        public final boolean isInitialized()
        指定者:
        isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
        覆盖:
        isInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
      • mergeFrom

        public ProtoFeature.Map.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
        指定者:
        mergeFrom 在接口中 com.google.protobuf.Message.Builder
        指定者:
        mergeFrom 在接口中 com.google.protobuf.MessageLite.Builder
        覆盖:
        mergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ProtoFeature.Map.Builder>
        抛出:
        IOException
      • getDoubleKeyIds

        public int getDoubleKeyIds​(int index)
         key、value id
         
        repeated int32 doubleKeyIds = 1;
        指定者:
        getDoubleKeyIds 在接口中 ProtoFeature.MapOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The doubleKeyIds at the given index.
      • setDoubleKeyIds

        public ProtoFeature.Map.Builder setDoubleKeyIds​(int index,
                                                        int value)
         key、value id
         
        repeated int32 doubleKeyIds = 1;
        参数:
        index - The index to set the value at.
        value - The doubleKeyIds to set.
        返回:
        This builder for chaining.
      • addDoubleKeyIds

        public ProtoFeature.Map.Builder addDoubleKeyIds​(int value)
         key、value id
         
        repeated int32 doubleKeyIds = 1;
        参数:
        value - The doubleKeyIds to add.
        返回:
        This builder for chaining.
      • addAllDoubleKeyIds

        public ProtoFeature.Map.Builder addAllDoubleKeyIds​(Iterable<? extends Integer> values)
         key、value id
         
        repeated int32 doubleKeyIds = 1;
        参数:
        values - The doubleKeyIds to add.
        返回:
        This builder for chaining.
      • clearDoubleKeyIds

        public ProtoFeature.Map.Builder clearDoubleKeyIds()
         key、value id
         
        repeated int32 doubleKeyIds = 1;
        返回:
        This builder for chaining.
      • getDoubleValueIds

        public int getDoubleValueIds​(int index)
        repeated int32 doubleValueIds = 2;
        指定者:
        getDoubleValueIds 在接口中 ProtoFeature.MapOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The doubleValueIds at the given index.
      • setDoubleValueIds

        public ProtoFeature.Map.Builder setDoubleValueIds​(int index,
                                                          int value)
        repeated int32 doubleValueIds = 2;
        参数:
        index - The index to set the value at.
        value - The doubleValueIds to set.
        返回:
        This builder for chaining.
      • addDoubleValueIds

        public ProtoFeature.Map.Builder addDoubleValueIds​(int value)
        repeated int32 doubleValueIds = 2;
        参数:
        value - The doubleValueIds to add.
        返回:
        This builder for chaining.
      • addAllDoubleValueIds

        public ProtoFeature.Map.Builder addAllDoubleValueIds​(Iterable<? extends Integer> values)
        repeated int32 doubleValueIds = 2;
        参数:
        values - The doubleValueIds to add.
        返回:
        This builder for chaining.
      • clearDoubleValueIds

        public ProtoFeature.Map.Builder clearDoubleValueIds()
        repeated int32 doubleValueIds = 2;
        返回:
        This builder for chaining.
      • getFloatKeyIds

        public int getFloatKeyIds​(int index)
        repeated int32 floatKeyIds = 3;
        指定者:
        getFloatKeyIds 在接口中 ProtoFeature.MapOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The floatKeyIds at the given index.
      • setFloatKeyIds

        public ProtoFeature.Map.Builder setFloatKeyIds​(int index,
                                                       int value)
        repeated int32 floatKeyIds = 3;
        参数:
        index - The index to set the value at.
        value - The floatKeyIds to set.
        返回:
        This builder for chaining.
      • addFloatKeyIds

        public ProtoFeature.Map.Builder addFloatKeyIds​(int value)
        repeated int32 floatKeyIds = 3;
        参数:
        value - The floatKeyIds to add.
        返回:
        This builder for chaining.
      • addAllFloatKeyIds

        public ProtoFeature.Map.Builder addAllFloatKeyIds​(Iterable<? extends Integer> values)
        repeated int32 floatKeyIds = 3;
        参数:
        values - The floatKeyIds to add.
        返回:
        This builder for chaining.
      • clearFloatKeyIds

        public ProtoFeature.Map.Builder clearFloatKeyIds()
        repeated int32 floatKeyIds = 3;
        返回:
        This builder for chaining.
      • getFloatValueIds

        public int getFloatValueIds​(int index)
        repeated int32 floatValueIds = 4;
        指定者:
        getFloatValueIds 在接口中 ProtoFeature.MapOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The floatValueIds at the given index.
      • setFloatValueIds

        public ProtoFeature.Map.Builder setFloatValueIds​(int index,
                                                         int value)
        repeated int32 floatValueIds = 4;
        参数:
        index - The index to set the value at.
        value - The floatValueIds to set.
        返回:
        This builder for chaining.
      • addFloatValueIds

        public ProtoFeature.Map.Builder addFloatValueIds​(int value)
        repeated int32 floatValueIds = 4;
        参数:
        value - The floatValueIds to add.
        返回:
        This builder for chaining.
      • addAllFloatValueIds

        public ProtoFeature.Map.Builder addAllFloatValueIds​(Iterable<? extends Integer> values)
        repeated int32 floatValueIds = 4;
        参数:
        values - The floatValueIds to add.
        返回:
        This builder for chaining.
      • clearFloatValueIds

        public ProtoFeature.Map.Builder clearFloatValueIds()
        repeated int32 floatValueIds = 4;
        返回:
        This builder for chaining.
      • getSint32KeyIds

        public int getSint32KeyIds​(int index)
        repeated int32 sint32KeyIds = 5;
        指定者:
        getSint32KeyIds 在接口中 ProtoFeature.MapOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The sint32KeyIds at the given index.
      • setSint32KeyIds

        public ProtoFeature.Map.Builder setSint32KeyIds​(int index,
                                                        int value)
        repeated int32 sint32KeyIds = 5;
        参数:
        index - The index to set the value at.
        value - The sint32KeyIds to set.
        返回:
        This builder for chaining.
      • addSint32KeyIds

        public ProtoFeature.Map.Builder addSint32KeyIds​(int value)
        repeated int32 sint32KeyIds = 5;
        参数:
        value - The sint32KeyIds to add.
        返回:
        This builder for chaining.
      • addAllSint32KeyIds

        public ProtoFeature.Map.Builder addAllSint32KeyIds​(Iterable<? extends Integer> values)
        repeated int32 sint32KeyIds = 5;
        参数:
        values - The sint32KeyIds to add.
        返回:
        This builder for chaining.
      • clearSint32KeyIds

        public ProtoFeature.Map.Builder clearSint32KeyIds()
        repeated int32 sint32KeyIds = 5;
        返回:
        This builder for chaining.
      • getSint32ValueIds

        public int getSint32ValueIds​(int index)
        repeated int32 sint32ValueIds = 6;
        指定者:
        getSint32ValueIds 在接口中 ProtoFeature.MapOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The sint32ValueIds at the given index.
      • setSint32ValueIds

        public ProtoFeature.Map.Builder setSint32ValueIds​(int index,
                                                          int value)
        repeated int32 sint32ValueIds = 6;
        参数:
        index - The index to set the value at.
        value - The sint32ValueIds to set.
        返回:
        This builder for chaining.
      • addSint32ValueIds

        public ProtoFeature.Map.Builder addSint32ValueIds​(int value)
        repeated int32 sint32ValueIds = 6;
        参数:
        value - The sint32ValueIds to add.
        返回:
        This builder for chaining.
      • addAllSint32ValueIds

        public ProtoFeature.Map.Builder addAllSint32ValueIds​(Iterable<? extends Integer> values)
        repeated int32 sint32ValueIds = 6;
        参数:
        values - The sint32ValueIds to add.
        返回:
        This builder for chaining.
      • clearSint32ValueIds

        public ProtoFeature.Map.Builder clearSint32ValueIds()
        repeated int32 sint32ValueIds = 6;
        返回:
        This builder for chaining.
      • getSint64KeyIds

        public int getSint64KeyIds​(int index)
        repeated int32 sint64KeyIds = 7;
        指定者:
        getSint64KeyIds 在接口中 ProtoFeature.MapOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The sint64KeyIds at the given index.
      • setSint64KeyIds

        public ProtoFeature.Map.Builder setSint64KeyIds​(int index,
                                                        int value)
        repeated int32 sint64KeyIds = 7;
        参数:
        index - The index to set the value at.
        value - The sint64KeyIds to set.
        返回:
        This builder for chaining.
      • addSint64KeyIds

        public ProtoFeature.Map.Builder addSint64KeyIds​(int value)
        repeated int32 sint64KeyIds = 7;
        参数:
        value - The sint64KeyIds to add.
        返回:
        This builder for chaining.
      • addAllSint64KeyIds

        public ProtoFeature.Map.Builder addAllSint64KeyIds​(Iterable<? extends Integer> values)
        repeated int32 sint64KeyIds = 7;
        参数:
        values - The sint64KeyIds to add.
        返回:
        This builder for chaining.
      • clearSint64KeyIds

        public ProtoFeature.Map.Builder clearSint64KeyIds()
        repeated int32 sint64KeyIds = 7;
        返回:
        This builder for chaining.
      • getSint64ValueIds

        public int getSint64ValueIds​(int index)
        repeated int32 sint64ValueIds = 8;
        指定者:
        getSint64ValueIds 在接口中 ProtoFeature.MapOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The sint64ValueIds at the given index.
      • setSint64ValueIds

        public ProtoFeature.Map.Builder setSint64ValueIds​(int index,
                                                          int value)
        repeated int32 sint64ValueIds = 8;
        参数:
        index - The index to set the value at.
        value - The sint64ValueIds to set.
        返回:
        This builder for chaining.
      • addSint64ValueIds

        public ProtoFeature.Map.Builder addSint64ValueIds​(int value)
        repeated int32 sint64ValueIds = 8;
        参数:
        value - The sint64ValueIds to add.
        返回:
        This builder for chaining.
      • addAllSint64ValueIds

        public ProtoFeature.Map.Builder addAllSint64ValueIds​(Iterable<? extends Integer> values)
        repeated int32 sint64ValueIds = 8;
        参数:
        values - The sint64ValueIds to add.
        返回:
        This builder for chaining.
      • clearSint64ValueIds

        public ProtoFeature.Map.Builder clearSint64ValueIds()
        repeated int32 sint64ValueIds = 8;
        返回:
        This builder for chaining.
      • getBoolKeyIds

        public int getBoolKeyIds​(int index)
        repeated int32 boolKeyIds = 9;
        指定者:
        getBoolKeyIds 在接口中 ProtoFeature.MapOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The boolKeyIds at the given index.
      • setBoolKeyIds

        public ProtoFeature.Map.Builder setBoolKeyIds​(int index,
                                                      int value)
        repeated int32 boolKeyIds = 9;
        参数:
        index - The index to set the value at.
        value - The boolKeyIds to set.
        返回:
        This builder for chaining.
      • addBoolKeyIds

        public ProtoFeature.Map.Builder addBoolKeyIds​(int value)
        repeated int32 boolKeyIds = 9;
        参数:
        value - The boolKeyIds to add.
        返回:
        This builder for chaining.
      • addAllBoolKeyIds

        public ProtoFeature.Map.Builder addAllBoolKeyIds​(Iterable<? extends Integer> values)
        repeated int32 boolKeyIds = 9;
        参数:
        values - The boolKeyIds to add.
        返回:
        This builder for chaining.
      • clearBoolKeyIds

        public ProtoFeature.Map.Builder clearBoolKeyIds()
        repeated int32 boolKeyIds = 9;
        返回:
        This builder for chaining.
      • getBoolValues

        public boolean getBoolValues​(int index)
        repeated bool boolValues = 10;
        指定者:
        getBoolValues 在接口中 ProtoFeature.MapOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The boolValues at the given index.
      • setBoolValues

        public ProtoFeature.Map.Builder setBoolValues​(int index,
                                                      boolean value)
        repeated bool boolValues = 10;
        参数:
        index - The index to set the value at.
        value - The boolValues to set.
        返回:
        This builder for chaining.
      • addBoolValues

        public ProtoFeature.Map.Builder addBoolValues​(boolean value)
        repeated bool boolValues = 10;
        参数:
        value - The boolValues to add.
        返回:
        This builder for chaining.
      • addAllBoolValues

        public ProtoFeature.Map.Builder addAllBoolValues​(Iterable<? extends Boolean> values)
        repeated bool boolValues = 10;
        参数:
        values - The boolValues to add.
        返回:
        This builder for chaining.
      • clearBoolValues

        public ProtoFeature.Map.Builder clearBoolValues()
        repeated bool boolValues = 10;
        返回:
        This builder for chaining.
      • getStringKeyIds

        public int getStringKeyIds​(int index)
        repeated int32 stringKeyIds = 11;
        指定者:
        getStringKeyIds 在接口中 ProtoFeature.MapOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The stringKeyIds at the given index.
      • setStringKeyIds

        public ProtoFeature.Map.Builder setStringKeyIds​(int index,
                                                        int value)
        repeated int32 stringKeyIds = 11;
        参数:
        index - The index to set the value at.
        value - The stringKeyIds to set.
        返回:
        This builder for chaining.
      • addStringKeyIds

        public ProtoFeature.Map.Builder addStringKeyIds​(int value)
        repeated int32 stringKeyIds = 11;
        参数:
        value - The stringKeyIds to add.
        返回:
        This builder for chaining.
      • addAllStringKeyIds

        public ProtoFeature.Map.Builder addAllStringKeyIds​(Iterable<? extends Integer> values)
        repeated int32 stringKeyIds = 11;
        参数:
        values - The stringKeyIds to add.
        返回:
        This builder for chaining.
      • clearStringKeyIds

        public ProtoFeature.Map.Builder clearStringKeyIds()
        repeated int32 stringKeyIds = 11;
        返回:
        This builder for chaining.
      • getStringValueIds

        public int getStringValueIds​(int index)
        repeated int32 stringValueIds = 12;
        指定者:
        getStringValueIds 在接口中 ProtoFeature.MapOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The stringValueIds at the given index.
      • setStringValueIds

        public ProtoFeature.Map.Builder setStringValueIds​(int index,
                                                          int value)
        repeated int32 stringValueIds = 12;
        参数:
        index - The index to set the value at.
        value - The stringValueIds to set.
        返回:
        This builder for chaining.
      • addStringValueIds

        public ProtoFeature.Map.Builder addStringValueIds​(int value)
        repeated int32 stringValueIds = 12;
        参数:
        value - The stringValueIds to add.
        返回:
        This builder for chaining.
      • addAllStringValueIds

        public ProtoFeature.Map.Builder addAllStringValueIds​(Iterable<? extends Integer> values)
        repeated int32 stringValueIds = 12;
        参数:
        values - The stringValueIds to add.
        返回:
        This builder for chaining.
      • clearStringValueIds

        public ProtoFeature.Map.Builder clearStringValueIds()
        repeated int32 stringValueIds = 12;
        返回:
        This builder for chaining.
      • getBytesKeyIds

        public int getBytesKeyIds​(int index)
        repeated int32 bytesKeyIds = 13;
        指定者:
        getBytesKeyIds 在接口中 ProtoFeature.MapOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The bytesKeyIds at the given index.
      • setBytesKeyIds

        public ProtoFeature.Map.Builder setBytesKeyIds​(int index,
                                                       int value)
        repeated int32 bytesKeyIds = 13;
        参数:
        index - The index to set the value at.
        value - The bytesKeyIds to set.
        返回:
        This builder for chaining.
      • addBytesKeyIds

        public ProtoFeature.Map.Builder addBytesKeyIds​(int value)
        repeated int32 bytesKeyIds = 13;
        参数:
        value - The bytesKeyIds to add.
        返回:
        This builder for chaining.
      • addAllBytesKeyIds

        public ProtoFeature.Map.Builder addAllBytesKeyIds​(Iterable<? extends Integer> values)
        repeated int32 bytesKeyIds = 13;
        参数:
        values - The bytesKeyIds to add.
        返回:
        This builder for chaining.
      • clearBytesKeyIds

        public ProtoFeature.Map.Builder clearBytesKeyIds()
        repeated int32 bytesKeyIds = 13;
        返回:
        This builder for chaining.
      • getBytesValueIds

        public int getBytesValueIds​(int index)
        repeated int32 bytesValueIds = 14;
        指定者:
        getBytesValueIds 在接口中 ProtoFeature.MapOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The bytesValueIds at the given index.
      • setBytesValueIds

        public ProtoFeature.Map.Builder setBytesValueIds​(int index,
                                                         int value)
        repeated int32 bytesValueIds = 14;
        参数:
        index - The index to set the value at.
        value - The bytesValueIds to set.
        返回:
        This builder for chaining.
      • addBytesValueIds

        public ProtoFeature.Map.Builder addBytesValueIds​(int value)
        repeated int32 bytesValueIds = 14;
        参数:
        value - The bytesValueIds to add.
        返回:
        This builder for chaining.
      • addAllBytesValueIds

        public ProtoFeature.Map.Builder addAllBytesValueIds​(Iterable<? extends Integer> values)
        repeated int32 bytesValueIds = 14;
        参数:
        values - The bytesValueIds to add.
        返回:
        This builder for chaining.
      • clearBytesValueIds

        public ProtoFeature.Map.Builder clearBytesValueIds()
        repeated int32 bytesValueIds = 14;
        返回:
        This builder for chaining.
      • getSubKeyIdsCount

        public int getSubKeyIdsCount()
        children Map key、value id
         
        repeated int32 subKeyIds = 15;
        指定者:
        getSubKeyIdsCount 在接口中 ProtoFeature.MapOrBuilder
        返回:
        The count of subKeyIds.
      • getSubKeyIds

        public int getSubKeyIds​(int index)
        children Map key、value id
         
        repeated int32 subKeyIds = 15;
        指定者:
        getSubKeyIds 在接口中 ProtoFeature.MapOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The subKeyIds at the given index.
      • setSubKeyIds

        public ProtoFeature.Map.Builder setSubKeyIds​(int index,
                                                     int value)
        children Map key、value id
         
        repeated int32 subKeyIds = 15;
        参数:
        index - The index to set the value at.
        value - The subKeyIds to set.
        返回:
        This builder for chaining.
      • addSubKeyIds

        public ProtoFeature.Map.Builder addSubKeyIds​(int value)
        children Map key、value id
         
        repeated int32 subKeyIds = 15;
        参数:
        value - The subKeyIds to add.
        返回:
        This builder for chaining.
      • addAllSubKeyIds

        public ProtoFeature.Map.Builder addAllSubKeyIds​(Iterable<? extends Integer> values)
        children Map key、value id
         
        repeated int32 subKeyIds = 15;
        参数:
        values - The subKeyIds to add.
        返回:
        This builder for chaining.
      • clearSubKeyIds

        public ProtoFeature.Map.Builder clearSubKeyIds()
        children Map key、value id
         
        repeated int32 subKeyIds = 15;
        返回:
        This builder for chaining.
      • setUnknownFields

        public final ProtoFeature.Map.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        指定者:
        setUnknownFields 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        setUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
      • mergeUnknownFields

        public final ProtoFeature.Map.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        指定者:
        mergeUnknownFields 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        mergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>