Uses of Enum Class
com.google.protobuf.WireFormat.Utf8Validation
-
Uses of WireFormat.Utf8Validation in com.google.protobuf
Methods in com.google.protobuf that return WireFormat.Utf8ValidationModifier and TypeMethodDescriptionMessageReflection.BuilderAdapter.getUtf8Validation
(Descriptors.FieldDescriptor descriptor) MessageReflection.ExtensionAdapter.getUtf8Validation
(Descriptors.FieldDescriptor descriptor) MessageReflection.ExtensionBuilderAdapter.getUtf8Validation
(Descriptors.FieldDescriptor descriptor) MessageReflection.MergeTarget.getUtf8Validation
(Descriptors.FieldDescriptor descriptor) Returns the UTF8 validation level for the field.static WireFormat.Utf8Validation
Returns the enum constant of this class with the specified name.static WireFormat.Utf8Validation[]
WireFormat.Utf8Validation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf with parameters of type WireFormat.Utf8ValidationModifier and TypeMethodDescription(package private) static Object
WireFormat.readPrimitiveField
(CodedInputStream input, WireFormat.FieldType type, WireFormat.Utf8Validation utf8Validation) Read a field of any primitive type for immutable messages from a CodedInputStream.