Uses of Class
com.google.protobuf.UnknownFieldSet.Field
Packages that use UnknownFieldSet.Field
-
Uses of UnknownFieldSet.Field in com.google.protobuf
Fields in com.google.protobuf declared as UnknownFieldSet.FieldModifier and TypeFieldDescriptionprivate static final UnknownFieldSet.FieldUnknownFieldSet.Field.fieldDefaultInstanceprivate UnknownFieldSet.FieldUnknownFieldSet.Field.Builder.resultFields in com.google.protobuf with type parameters of type UnknownFieldSet.FieldModifier and TypeFieldDescriptionprivate final TreeMap<Integer,UnknownFieldSet.Field> UnknownFieldSet.fieldsMethods in com.google.protobuf that return UnknownFieldSet.FieldModifier and TypeMethodDescriptionUnknownFieldSet.Field.Builder.build()Build the field.static UnknownFieldSet.FieldUnknownFieldSet.Field.getDefaultInstance()Get an emptyField.UnknownFieldSet.getField(int number) Get a field by number.Methods in com.google.protobuf that return types with arguments of type UnknownFieldSet.FieldModifier and TypeMethodDescriptionUnknownFieldSet.asMap()Get a map of fields in the set by number.UnknownFieldSet.Builder.asMap()Get all presentFields as an immutableMap.Methods in com.google.protobuf with parameters of type UnknownFieldSet.FieldModifier and TypeMethodDescriptionUnknownFieldSet.Builder.addField(int number, UnknownFieldSet.Field field) Add a field to theUnknownFieldSet.UnknownFieldSet.Builder.mergeField(int number, UnknownFieldSet.Field field) Add a field to theUnknownFieldSet.UnknownFieldSet.Field.Builder.mergeFrom(UnknownFieldSet.Field other) Merge the values inotherinto this field.UnknownFieldSet.Field.newBuilder(UnknownFieldSet.Field copyFrom) Construct a newUnknownFieldSet.Field.Builderand initialize it to a copy ofcopyFrom.Constructor parameters in com.google.protobuf with type arguments of type UnknownFieldSet.FieldModifierConstructorDescriptionprivateConstruct anUnknownFieldSetaround the given map.