Uses of Enum Class
com.google.protobuf.WireFormat.Utf8Validation
Packages that use WireFormat.Utf8Validation
-
Uses of WireFormat.Utf8Validation in com.google.protobuf
Subclasses with type arguments of type WireFormat.Utf8Validation in com.google.protobufModifier and TypeClassDescription(package private) static enumValidation level for handling incoming string field data which potentially contain non-UTF8 bytes.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.Utf8ValidationReturns 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) ObjectCodedInputStream.readPrimitiveField(WireFormat.FieldType type, WireFormat.Utf8Validation utf8Validation) Read a field of any primitive type for immutable messages from a CodedInputStream.(package private) ObjectCodedInputStream.readString(WireFormat.Utf8Validation utf8Validation) Read a string field from the input with the proper UTF8 validation.