- toBuilder() - Method in class com.google.protobuf.GeneratedMessageLite
-
- 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(String) - Static method in class com.google.protobuf.Internal
-
Helper method to get the UTF-8 bytes of a string.
- 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 class com.google.protobuf.LazyFieldLite
-
Returns a BytesString for this field in a thread-safe way.
- 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
-
- toString() - Method in class com.google.protobuf.LazyField
-
- toStringInternal(String) - Method in class com.google.protobuf.ByteString
-
Constructs a new String
by decoding the bytes using the specified charset.
- toStringUtf8() - Method in class com.google.protobuf.ByteString
-
Constructs a new String
by decoding the bytes as UTF-8.
- toStringUtf8(byte[]) - Static method in class com.google.protobuf.Internal
-
Helper method to convert a byte array to a string using UTF-8 encoding.