Uses of Class
com.google.protobuf.FieldInfo.Builder
Packages that use FieldInfo.Builder
-
Uses of FieldInfo.Builder in com.google.protobuf
Methods in com.google.protobuf that return FieldInfo.BuilderModifier and TypeMethodDescriptionstatic FieldInfo.BuilderFieldInfo.newBuilder()FieldInfo.Builder.withCachedSizeField(Field cachedSizeField) FieldInfo.Builder.withEnforceUtf8(boolean enforceUtf8) FieldInfo.Builder.withEnumVerifier(Internal.EnumVerifier enumVerifier) Specifies the actual field on the message represented by this field.FieldInfo.Builder.withFieldNumber(int fieldNumber) Specifies the unique field number for this field within the message.FieldInfo.Builder.withMapDefaultEntry(Object mapDefaultEntry) Sets the information for building a oneof member field.FieldInfo.Builder.withPresence(Field presenceField, int presenceMask) Specifies proto2 presence information.FieldInfo.Builder.withRequired(boolean required) Specifies the type of this field.