in src/main/java/com/spotify/google/cloud/pubsub/client/Message.java [90:92]
static String encode(final char[] data) { return encode(UTF_8.encode(CharBuffer.wrap(data))); }