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.Utf8ValidationMessageReflection.BuilderAdapter. getUtf8Validation(Descriptors.FieldDescriptor descriptor)WireFormat.Utf8ValidationMessageReflection.ExtensionAdapter. getUtf8Validation(Descriptors.FieldDescriptor descriptor)WireFormat.Utf8ValidationMessageReflection.ExtensionBuilderAdapter. getUtf8Validation(Descriptors.FieldDescriptor descriptor)WireFormat.Utf8ValidationMessageReflection.MergeTarget. getUtf8Validation(Descriptors.FieldDescriptor descriptor)Returns the UTF8 validation level for the field.static WireFormat.Utf8ValidationWireFormat.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.ObjectWireFormat. readPrimitiveField(CodedInputStream input, WireFormat.FieldType type, WireFormat.Utf8Validation utf8Validation)Read a field of any primitive type for immutable messages from a CodedInputStream.
-