public static interface Type.String.Encoding.Utf8BytesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNullEscapeChar()
Single-character escape sequence used to support NULL values.
|
com.google.protobuf.ByteString |
getNullEscapeCharBytes()
Single-character escape sequence used to support NULL values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNullEscapeChar()
Single-character escape sequence used to support NULL values. If set, allows NULL values to be encoded as the empty string "". The actual empty string, or any value where every character equals `null_escape_char`, has one more `null_escape_char` appended. If `null_escape_char` is set and does not equal the ASCII null character `0x00`, then the encoding will not support sorted mode. .
string null_escape_char = 1;com.google.protobuf.ByteString getNullEscapeCharBytes()
Single-character escape sequence used to support NULL values. If set, allows NULL values to be encoded as the empty string "". The actual empty string, or any value where every character equals `null_escape_char`, has one more `null_escape_char` appended. If `null_escape_char` is set and does not equal the ASCII null character `0x00`, then the encoding will not support sorted mode. .
string null_escape_char = 1;Copyright © 2026 Google LLC. All rights reserved.