Interface Type.String.Encoding.Utf8BytesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Type.String.Encoding.Utf8Bytes, Type.String.Encoding.Utf8Bytes.Builder
Enclosing class:
Type.String.Encoding

public static interface Type.String.Encoding.Utf8BytesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Single-character escape sequence used to support NULL values.
    com.google.protobuf.ByteString
    Single-character escape sequence used to support NULL values.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getNullEscapeChar

      String 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;
      Returns:
      The nullEscapeChar.
    • getNullEscapeCharBytes

      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;
      Returns:
      The bytes for nullEscapeChar.