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