Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
WireFormat.Utf8Validation |
MessageReflection.MergeTarget.getUtf8Validation(Descriptors.FieldDescriptor descriptor)
Returns the UTF8 validation level for the field.
|
WireFormat.Utf8Validation |
MessageReflection.BuilderAdapter.getUtf8Validation(Descriptors.FieldDescriptor descriptor) |
WireFormat.Utf8Validation |
MessageReflection.ExtensionAdapter.getUtf8Validation(Descriptors.FieldDescriptor descriptor) |
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.
|
Modifier and Type | Method and 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.
|