- serializeTo(CodedOutputStream, int, K, V) - Method in class com.google.protobuf.MapEntryLite
-
Serializes the provided key and value as though they were wrapped by a
MapEntryLite
to the output stream.
- set(LazyFieldLite) - Method in class com.google.protobuf.LazyFieldLite
-
Overrides the contents of this LazyField.
- set(int, ByteString) - Method in interface com.google.protobuf.LazyStringList
-
Replaces the element at the specified position in this list with the specified element (optional operation).
- set(int, byte[]) - Method in interface com.google.protobuf.LazyStringList
-
Replaces the element at the specified position in this list with the specified element (optional operation).
- setBoolean(int, boolean) - Method in interface com.google.protobuf.Internal.BooleanList
-
Like List.set(int, Object)
but more efficient in that it doesn't box the element.
- setByteString(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.LazyFieldLite
-
Sets this field with bytes to delay-parse.
- setDouble(int, double) - Method in interface com.google.protobuf.Internal.DoubleList
-
Like List.set(int, Object)
but more efficient in that it doesn't box the element.
- setEagerlyParseMessageSets(boolean) - Static method in class com.google.protobuf.ExtensionRegistryLite
-
- setExtension(ExtensionLite<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Set the value of an extension.
- setExtension(ExtensionLite<MessageType, List<Type>>, int, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Set the value of one element of a repeated extension.
- setFloat(int, float) - Method in interface com.google.protobuf.Internal.FloatList
-
Like List.set(int, Object)
but more efficient in that it doesn't box the element.
- setInt(int, int) - Method in interface com.google.protobuf.Internal.IntList
-
Like List.set(int, Object)
but more efficient in that it doesn't box the element.
- setLong(int, long) - Method in interface com.google.protobuf.Internal.LongList
-
Like List.set(int, Object)
but more efficient in that it doesn't box the element.
- setRecursionLimit(int) - Method in class com.google.protobuf.CodedInputStream
-
Set the maximum message recursion depth.
- setSizeLimit(int) - Method in class com.google.protobuf.CodedInputStream
-
Set the maximum message size.
- setUnfinishedMessage(MessageLite) - Method in exception com.google.protobuf.InvalidProtocolBufferException
-
Attaches an unfinished message to the exception to support best-effort parsing in Parser
interface.
- setValue(MessageLite) - Method in class com.google.protobuf.LazyFieldLite
-
Sets the value of the instance and returns the old value without delay parsing anything.
- size() - Method in class com.google.protobuf.ByteString.Output
-
Returns the current size of the output stream.
- size() - Method in class com.google.protobuf.ByteString
-
Gets the number of bytes.
- size() - Method in class com.google.protobuf.Internal.ListAdapter
-
- skipField(int) - Method in class com.google.protobuf.CodedInputStream
-
Reads and discards a single field, given its tag value.
- skipField(int, CodedOutputStream) - Method in class com.google.protobuf.CodedInputStream
-
Reads a single field and writes it to output in wire format, given its tag value.
- skipMessage() - Method in class com.google.protobuf.CodedInputStream
-
Reads and discards an entire message.
- skipMessage(CodedOutputStream) - Method in class com.google.protobuf.CodedInputStream
-
Reads an entire message and writes it to output in wire format.
- skipRawBytes(int) - Method in class com.google.protobuf.CodedInputStream
-
Reads and discards size
bytes.
- spaceLeft() - Method in class com.google.protobuf.CodedOutputStream
-
If writing to a flat array, return the space left in the array.
- startsWith(ByteString) - Method in class com.google.protobuf.ByteString
-
Tests if this bytestring starts with the specified prefix.
- stringDefaultValue(String) - Static method in class com.google.protobuf.Internal
-
Helper called by generated code to construct default values for string fields.
- substring(int) - Method in class com.google.protobuf.ByteString
-
Return the substring from beginIndex
, inclusive, to the end of the string.
- substring(int, int) - Method in class com.google.protobuf.ByteString
-
Return the substring from beginIndex
, inclusive, to endIndex
, exclusive.