Interface StorageFormat.JsonOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEncoding()
      Optional.
      com.google.protobuf.ByteString getEncodingBytes()
      Optional.
      • 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 Detail

      • getEncoding

        String getEncoding()
         Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8"
         and "ISO-8859-1". Defaults to UTF-8 if not specified.
         
        string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The encoding.
      • getEncodingBytes

        com.google.protobuf.ByteString getEncodingBytes()
         Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8"
         and "ISO-8859-1". Defaults to UTF-8 if not specified.
         
        string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for encoding.