Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

P

parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parseDelimitedFrom(T, InputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseDelimitedFrom(T, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(InputStream), but does not read util EOF.
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseDelimitedFrom(InputStream) but supporting extensions.
parseEntry(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.MapEntryLite
Parses an entry off of the input as a Map.Entry.
parseFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteString) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[]) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(T, ByteString) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, byte[]) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, InputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, CodedInputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(CodedInputStream) - Method in interface com.google.protobuf.Parser
Parses a message of MessageType from the input.
parseFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(CodedInputStream), but also parses extensions.
parseFrom(ByteString) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], int, int) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[]) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(InputStream) - Method in interface com.google.protobuf.Parser
Parse a message of MessageType from input.
parseFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses a message of MessageType from input.
parseInto(MapFieldLite<K, V>, CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.MapEntryLite
Parses an entry off of the input into the map.
parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseDelimitedFrom(InputStream), but does not throw an exception if the message is missing required fields.
parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseDelimitedFrom(InputStream, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(ByteString) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[]) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser
 
parsePartialFrom(T, CodedInputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parsePartialFrom(CodedInputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(CodedInputStream), but does not throw an exception if the message is missing required fields.
parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(CodedInputStream input, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(ByteString) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(ByteString), but does not throw an exception if the message is missing required fields.
parsePartialFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(ByteString, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[], int, int) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(byte[], int, int), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(ByteString, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[]) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(byte[]), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(byte[], ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(InputStream), but does not throw an exception if the message is missing required fields.
parsePartialFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(InputStream, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
Parser<MessageType> - Interface in com.google.protobuf
Abstract interface for parsing Protocol Messages.
parseUnknownField(MessageType, CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Parse an unknown field or an extension.
parseUnknownField(int, CodedInputStream) - Method in class com.google.protobuf.GeneratedMessageLite
Called by subclasses to parse an unknown field.
partialHash(int, int, int) - Method in class com.google.protobuf.ByteString
Compute the hash across the value bytes starting with the given hash, and return the result.
partialIsValidUtf8(int, int, int) - Method in class com.google.protobuf.ByteString
Tells whether the given byte sequence is a well-formed, malformed, or incomplete UTF-8 byte sequence.
peekCachedHashCode() - Method in class com.google.protobuf.ByteString
Return the cached hash code if available.
popLimit(int) - Method in class com.google.protobuf.CodedInputStream
Discards the current limit, returning to the previous limit.
ProtocolStringList - Interface in com.google.protobuf
An interface extending List<String> used for repeated string fields to provide optional access to the data as a list of ByteStrings.
pushLimit(int) - Method in class com.google.protobuf.CodedInputStream
Sets currentLimit to (current position) + byteLimit.
put(K, V) - Method in class com.google.protobuf.Internal.MapAdapter
 
put(K, V) - Method in class com.google.protobuf.MapFieldLite
 
put(Map.Entry<K, V>) - Method in class com.google.protobuf.MapFieldLite
 
putAll(Map<? extends K, ? extends V>) - Method in class com.google.protobuf.MapFieldLite
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links