- toBuilder() - Method in interface com.google.protobuf.MessageLite
-
Constructs a builder initialized with the current message.
- toByteArray() - Method in class com.google.protobuf.AbstractMessageLite
-
- toByteArray() - Method in class com.google.protobuf.ByteString
-
Copies bytes to a byte[]
.
- toByteArray() - Method in interface com.google.protobuf.MessageLite
-
Serializes the message to a byte
array and returns it.
- toByteString() - Method in class com.google.protobuf.AbstractMessageLite
-
- toByteString() - Method in class com.google.protobuf.ByteString.Output
-
Creates a byte string.
- toByteString() - Method in interface com.google.protobuf.MessageLite
-
Serializes the message to a ByteString
and returns it.
- toString() - Method in class com.google.protobuf.ByteString.Output
-
- toString(String) - Method in class com.google.protobuf.ByteString
-
Constructs a new String
by decoding the bytes using the
specified charset.
- toString() - Method in class com.google.protobuf.ByteString
-
- toStringUtf8() - Method in class com.google.protobuf.ByteString
-
Constructs a new String
by decoding the bytes as UTF-8.