Interface Type.Bytes.Encoding.RawOrBuilder

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

public static interface Type.Bytes.Encoding.RawOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If set, allows NULL values to be encoded as the empty string "".

    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

    • getEscapeNulls

      boolean getEscapeNulls()
       If set, allows NULL values to be encoded as the empty string "".
      
       The actual empty string, or any value which only contains the
       null byte `0x00`, has one more null byte appended.
       
      bool escape_nulls = 1;
      Returns:
      The escapeNulls.