- set(int, String) - Method in class com.google.protobuf.LazyStringArrayList
-
- setEagerlyParseMessageSets(boolean) - Static method in class com.google.protobuf.ExtensionRegistryLite
-
- setExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Set the value of an extension.
- setExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Set the value of one element of a repeated extension.
- 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.
- 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.LazyStringArrayList
-
- size() - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
- skipField(int) - Method in class com.google.protobuf.CodedInputStream
-
Reads and discards a single field, given its tag value.
- skipMessage() - Method in class com.google.protobuf.CodedInputStream
-
Reads and discards an entire message.
- 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.