Uses of Class
com.google.protobuf.InvalidProtocolBufferException
Packages that use InvalidProtocolBufferException
-
Uses of InvalidProtocolBufferException in com.google.protobuf
Subclasses of InvalidProtocolBufferException in com.google.protobufModifier and TypeClassDescriptionstatic class
Exception indicating that an unexpected wire type was encountered for a field.Methods in com.google.protobuf that return InvalidProtocolBufferExceptionModifier and TypeMethodDescriptionUninitializedMessageException.asInvalidProtocolBufferException()
Converts this exception to anInvalidProtocolBufferException
.(package private) static InvalidProtocolBufferException
InvalidProtocolBufferException.invalidEndTag()
(package private) static InvalidProtocolBufferException
InvalidProtocolBufferException.invalidTag()
(package private) static InvalidProtocolBufferException
InvalidProtocolBufferException.invalidUtf8()
(package private) static InvalidProtocolBufferException
InvalidProtocolBufferException.malformedVarint()
(package private) static InvalidProtocolBufferException
InvalidProtocolBufferException.negativeSize()
(package private) static InvalidProtocolBufferException
InvalidProtocolBufferException.parseFailure()
(package private) static InvalidProtocolBufferException
InvalidProtocolBufferException.recursionLimitExceeded()
InvalidProtocolBufferException.setUnfinishedMessage
(MessageLite unfinishedMessage) Attaches an unfinished message to the exception to support best-effort parsing inParser
interface.(package private) static InvalidProtocolBufferException
InvalidProtocolBufferException.sizeLimitExceeded()
(package private) static InvalidProtocolBufferException
InvalidProtocolBufferException.truncatedMessage()
Methods in com.google.protobuf that throw InvalidProtocolBufferExceptionModifier and TypeMethodDescriptionprivate DynamicMessage
DynamicMessage.Builder.buildParsed()
Helper for DynamicMessage.parseFrom() methods to call.void
CodedInputStream.ArrayDecoder.checkLastTagWas
(int value) abstract void
CodedInputStream.checkLastTagWas
(int value) Verifies that the last call to readTag() returned the given tag value.void
CodedInputStream.IterableDirectByteBufferDecoder.checkLastTagWas
(int value) void
CodedInputStream.StreamDecoder.checkLastTagWas
(int value) void
CodedInputStream.UnsafeDirectNioDecoder.checkLastTagWas
(int value) private MessageType
AbstractParser.checkMessageInitialized
(MessageType message) Helper method to check if message is initialized.private static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.checkMessageInitialized
(T message) Helper method to check if message is initialized.void
CodedInputStream.checkRecursionLimit()
(package private) static int
ArrayDecoders.decodeBytes
(byte[] data, int position, ArrayDecoders.Registers registers) Decodes a bytes value.(package private) static int
ArrayDecoders.decodeBytesList
(int tag, byte[] data, int position, int limit, Internal.ProtobufList<?> list, ArrayDecoders.Registers registers) Decodes a repeated bytes field.(package private) static int
ArrayDecoders.decodeString
(byte[] data, int position, ArrayDecoders.Registers registers) Decodes a string value.(package private) static int
ArrayDecoders.decodeStringList
(int tag, byte[] data, int position, int limit, Internal.ProtobufList<?> list, ArrayDecoders.Registers registers) Decodes a repeated string field.(package private) static int
ArrayDecoders.decodeStringListRequireUtf8
(int tag, byte[] data, int position, int limit, Internal.ProtobufList<?> list, ArrayDecoders.Registers registers) Decodes a repeated string field with utf8 check.(package private) static int
ArrayDecoders.decodeStringRequireUtf8
(byte[] data, int position, ArrayDecoders.Registers registers) Decodes a string value with utf8 check.(package private) static int
ArrayDecoders.decodeUnknownField
(int tag, byte[] data, int position, int limit, UnknownFieldSetLite unknownFields, ArrayDecoders.Registers registers) Decodes an unknown field.(package private) static String
Utf8.decodeUtf8
(byte[] bytes, int index, int size) Decodes the given UTF-8 encoded byte array slice into aString
.(package private) static String
Utf8.decodeUtf8
(ByteBuffer buffer, int index, int size) Decodes the given UTF-8 portion of theByteBuffer
into aString
.(package private) abstract String
Utf8.Processor.decodeUtf8
(byte[] bytes, int index, int size) Decodes the given byte array slice into aString
.(package private) final String
Utf8.Processor.decodeUtf8
(ByteBuffer buffer, int index, int size) Decodes the given portion of theByteBuffer
into aString
.(package private) String
Utf8.SafeProcessor.decodeUtf8
(byte[] bytes, int index, int size) (package private) String
Utf8.UnsafeProcessor.decodeUtf8
(byte[] bytes, int index, int size) (package private) final String
Utf8.Processor.decodeUtf8Default
(ByteBuffer buffer, int index, int size) DecodesByteBuffer
instances using theByteBuffer
API rather than potentially faster approaches.(package private) abstract String
Utf8.Processor.decodeUtf8Direct
(ByteBuffer buffer, int index, int size) Decodes directByteBuffer
instances intoString
.(package private) String
Utf8.SafeProcessor.decodeUtf8Direct
(ByteBuffer buffer, int index, int size) (package private) String
Utf8.UnsafeProcessor.decodeUtf8Direct
(ByteBuffer buffer, int index, int size) final Descriptors.Descriptor
TypeRegistry.getDescriptorForTypeUrl
(String typeUrl) Find a type by its typeUrl.private void
CodedInputStream.IterableDirectByteBufferDecoder.getNextByteBuffer()
To get the next ByteBuffer frominput
, and then update the parametersprivate static String
TypeRegistry.getTypeName
(String typeUrl) private static void
Utf8.DecodeUtil.handleFourBytes
(byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) private static void
Utf8.DecodeUtil.handleThreeBytes
(byte byte1, byte byte2, byte byte3, char[] resultArr, int resultPos) private static void
Utf8.DecodeUtil.handleTwoBytes
(byte byte1, byte byte2, char[] resultArr, int resultPos) AbstractMessage.Builder.mergeFrom
(byte[] data) AbstractMessage.Builder.mergeFrom
(byte[] data, int off, int len) AbstractMessage.Builder.mergeFrom
(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) AbstractMessage.Builder.mergeFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) AbstractMessage.Builder.mergeFrom
(ByteString data) AbstractMessage.Builder.mergeFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) AbstractMessageLite.Builder.mergeFrom
(byte[] data) AbstractMessageLite.Builder.mergeFrom
(byte[] data, int off, int len) AbstractMessageLite.Builder.mergeFrom
(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) AbstractMessageLite.Builder.mergeFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) AbstractMessageLite.Builder.mergeFrom
(ByteString data) AbstractMessageLite.Builder.mergeFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) GeneratedMessageLite.Builder.mergeFrom
(byte[] input, int offset, int length) GeneratedMessageLite.Builder.mergeFrom
(byte[] input, int offset, int length, ExtensionRegistryLite extensionRegistry) Message.Builder.mergeFrom
(byte[] data) Message.Builder.mergeFrom
(byte[] data, int off, int len) Message.Builder.mergeFrom
(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) Message.Builder.mergeFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) Message.Builder.mergeFrom
(ByteString data) Message.Builder.mergeFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) MessageLite.Builder.mergeFrom
(byte[] data) Parsedata
as a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom
(byte[] data, int off, int len) Parsedata
as a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom
(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) Parsedata
as a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) Parsedata
as a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom
(ByteString data) Parsedata
as a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) Parsedata
as a message of this type and merge it with the message being built.UnknownFieldSet.Builder.mergeFrom
(byte[] data) Parsedata
as anUnknownFieldSet
and merge it with the set being built.UnknownFieldSet.Builder.mergeFrom
(byte[] data, int off, int len) UnknownFieldSet.Builder.mergeFrom
(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) UnknownFieldSet.Builder.mergeFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) UnknownFieldSet.Builder.mergeFrom
(ByteString data) Parsedata
as anUnknownFieldSet
and merge it with the set being built.UnknownFieldSet.Builder.mergeFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) protected void
GeneratedMessageV3.mergeFromAndMakeImmutableInternal
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Deprecated.AbstractParser.parseDelimitedFrom
(InputStream input) AbstractParser.parseDelimitedFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseDelimitedFrom
(T defaultInstance, InputStream input) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseDelimitedFrom
(T defaultInstance, InputStream input, ExtensionRegistryLite extensionRegistry) Parser.parseDelimitedFrom
(InputStream input) LikeParser.parseFrom(InputStream)
, but does not read until EOF.Parser.parseDelimitedFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) LikeParser.parseDelimitedFrom(InputStream)
but supporting extensions.AbstractParser.parseFrom
(byte[] data) AbstractParser.parseFrom
(byte[] data, int off, int len) AbstractParser.parseFrom
(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) AbstractParser.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) AbstractParser.parseFrom
(ByteString data) AbstractParser.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) AbstractParser.parseFrom
(CodedInputStream input) AbstractParser.parseFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) AbstractParser.parseFrom
(InputStream input) AbstractParser.parseFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) AbstractParser.parseFrom
(ByteBuffer data) AbstractParser.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Any
Any.parseFrom
(byte[] data) static Any
Any.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Any
Any.parseFrom
(ByteString data) static Any
Any.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Any
Any.parseFrom
(ByteBuffer data) static Any
Any.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Api
Api.parseFrom
(byte[] data) static Api
Api.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Api
Api.parseFrom
(ByteString data) static Api
Api.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Api
Api.parseFrom
(ByteBuffer data) static Api
Api.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static BoolValue
BoolValue.parseFrom
(byte[] data) static BoolValue
BoolValue.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static BoolValue
BoolValue.parseFrom
(ByteString data) static BoolValue
BoolValue.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static BoolValue
BoolValue.parseFrom
(ByteBuffer data) static BoolValue
BoolValue.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static BytesValue
BytesValue.parseFrom
(byte[] data) static BytesValue
BytesValue.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static BytesValue
BytesValue.parseFrom
(ByteString data) static BytesValue
BytesValue.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static BytesValue
BytesValue.parseFrom
(ByteBuffer data) static BytesValue
BytesValue.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.ExtensionRange.parseFrom
(byte[] data) DescriptorProtos.DescriptorProto.ExtensionRange.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.ExtensionRange.parseFrom
(ByteString data) DescriptorProtos.DescriptorProto.ExtensionRange.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.ExtensionRange.parseFrom
(ByteBuffer data) DescriptorProtos.DescriptorProto.ExtensionRange.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.parseFrom
(byte[] data) DescriptorProtos.DescriptorProto.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.parseFrom
(ByteString data) DescriptorProtos.DescriptorProto.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.parseFrom
(ByteBuffer data) DescriptorProtos.DescriptorProto.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.ReservedRange.parseFrom
(byte[] data) DescriptorProtos.DescriptorProto.ReservedRange.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.ReservedRange.parseFrom
(ByteString data) DescriptorProtos.DescriptorProto.ReservedRange.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.ReservedRange.parseFrom
(ByteBuffer data) DescriptorProtos.DescriptorProto.ReservedRange.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.EnumReservedRange.parseFrom
(byte[] data) DescriptorProtos.EnumDescriptorProto.EnumReservedRange.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.EnumReservedRange.parseFrom
(ByteString data) DescriptorProtos.EnumDescriptorProto.EnumReservedRange.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.EnumReservedRange.parseFrom
(ByteBuffer data) DescriptorProtos.EnumDescriptorProto.EnumReservedRange.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom
(byte[] data) DescriptorProtos.EnumDescriptorProto.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom
(ByteString data) DescriptorProtos.EnumDescriptorProto.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom
(ByteBuffer data) DescriptorProtos.EnumDescriptorProto.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static DescriptorProtos.EnumOptions
DescriptorProtos.EnumOptions.parseFrom
(byte[] data) static DescriptorProtos.EnumOptions
DescriptorProtos.EnumOptions.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static DescriptorProtos.EnumOptions
DescriptorProtos.EnumOptions.parseFrom
(ByteString data) static DescriptorProtos.EnumOptions
DescriptorProtos.EnumOptions.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static DescriptorProtos.EnumOptions
DescriptorProtos.EnumOptions.parseFrom
(ByteBuffer data) static DescriptorProtos.EnumOptions
DescriptorProtos.EnumOptions.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueDescriptorProto.parseFrom
(byte[] data) DescriptorProtos.EnumValueDescriptorProto.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueDescriptorProto.parseFrom
(ByteString data) DescriptorProtos.EnumValueDescriptorProto.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueDescriptorProto.parseFrom
(ByteBuffer data) DescriptorProtos.EnumValueDescriptorProto.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueOptions.parseFrom
(byte[] data) DescriptorProtos.EnumValueOptions.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueOptions.parseFrom
(ByteString data) DescriptorProtos.EnumValueOptions.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueOptions.parseFrom
(ByteBuffer data) DescriptorProtos.EnumValueOptions.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.ExtensionRangeOptions.parseFrom
(byte[] data) DescriptorProtos.ExtensionRangeOptions.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.ExtensionRangeOptions.parseFrom
(ByteString data) DescriptorProtos.ExtensionRangeOptions.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.ExtensionRangeOptions.parseFrom
(ByteBuffer data) DescriptorProtos.ExtensionRangeOptions.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.FieldDescriptorProto.parseFrom
(byte[] data) DescriptorProtos.FieldDescriptorProto.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.FieldDescriptorProto.parseFrom
(ByteString data) DescriptorProtos.FieldDescriptorProto.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.FieldDescriptorProto.parseFrom
(ByteBuffer data) DescriptorProtos.FieldDescriptorProto.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.FieldOptions.parseFrom
(byte[] data) DescriptorProtos.FieldOptions.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.FieldOptions.parseFrom
(ByteString data) DescriptorProtos.FieldOptions.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.FieldOptions.parseFrom
(ByteBuffer data) DescriptorProtos.FieldOptions.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorProto.parseFrom
(byte[] data) DescriptorProtos.FileDescriptorProto.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorProto.parseFrom
(ByteString data) DescriptorProtos.FileDescriptorProto.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorProto.parseFrom
(ByteBuffer data) DescriptorProtos.FileDescriptorProto.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorSet.parseFrom
(byte[] data) DescriptorProtos.FileDescriptorSet.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorSet.parseFrom
(ByteString data) DescriptorProtos.FileDescriptorSet.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorSet.parseFrom
(ByteBuffer data) DescriptorProtos.FileDescriptorSet.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static DescriptorProtos.FileOptions
DescriptorProtos.FileOptions.parseFrom
(byte[] data) static DescriptorProtos.FileOptions
DescriptorProtos.FileOptions.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static DescriptorProtos.FileOptions
DescriptorProtos.FileOptions.parseFrom
(ByteString data) static DescriptorProtos.FileOptions
DescriptorProtos.FileOptions.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static DescriptorProtos.FileOptions
DescriptorProtos.FileOptions.parseFrom
(ByteBuffer data) static DescriptorProtos.FileOptions
DescriptorProtos.FileOptions.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(byte[] data) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(ByteString data) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(ByteBuffer data) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.parseFrom
(byte[] data) DescriptorProtos.GeneratedCodeInfo.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.parseFrom
(ByteString data) DescriptorProtos.GeneratedCodeInfo.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.parseFrom
(ByteBuffer data) DescriptorProtos.GeneratedCodeInfo.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.MessageOptions.parseFrom
(byte[] data) DescriptorProtos.MessageOptions.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.MessageOptions.parseFrom
(ByteString data) DescriptorProtos.MessageOptions.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.MessageOptions.parseFrom
(ByteBuffer data) DescriptorProtos.MessageOptions.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodDescriptorProto.parseFrom
(byte[] data) DescriptorProtos.MethodDescriptorProto.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodDescriptorProto.parseFrom
(ByteString data) DescriptorProtos.MethodDescriptorProto.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodDescriptorProto.parseFrom
(ByteBuffer data) DescriptorProtos.MethodDescriptorProto.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodOptions.parseFrom
(byte[] data) DescriptorProtos.MethodOptions.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodOptions.parseFrom
(ByteString data) DescriptorProtos.MethodOptions.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodOptions.parseFrom
(ByteBuffer data) DescriptorProtos.MethodOptions.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofDescriptorProto.parseFrom
(byte[] data) DescriptorProtos.OneofDescriptorProto.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofDescriptorProto.parseFrom
(ByteString data) DescriptorProtos.OneofDescriptorProto.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofDescriptorProto.parseFrom
(ByteBuffer data) DescriptorProtos.OneofDescriptorProto.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofOptions.parseFrom
(byte[] data) DescriptorProtos.OneofOptions.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofOptions.parseFrom
(ByteString data) DescriptorProtos.OneofOptions.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofOptions.parseFrom
(ByteBuffer data) DescriptorProtos.OneofOptions.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.ServiceDescriptorProto.parseFrom
(byte[] data) DescriptorProtos.ServiceDescriptorProto.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.ServiceDescriptorProto.parseFrom
(ByteString data) DescriptorProtos.ServiceDescriptorProto.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.ServiceDescriptorProto.parseFrom
(ByteBuffer data) DescriptorProtos.ServiceDescriptorProto.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.ServiceOptions.parseFrom
(byte[] data) DescriptorProtos.ServiceOptions.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.ServiceOptions.parseFrom
(ByteString data) DescriptorProtos.ServiceOptions.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.ServiceOptions.parseFrom
(ByteBuffer data) DescriptorProtos.ServiceOptions.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(byte[] data) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(ByteString data) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(ByteBuffer data) DescriptorProtos.SourceCodeInfo.Location.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.parseFrom
(byte[] data) DescriptorProtos.SourceCodeInfo.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.parseFrom
(ByteString data) DescriptorProtos.SourceCodeInfo.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.parseFrom
(ByteBuffer data) DescriptorProtos.SourceCodeInfo.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.UninterpretedOption.NamePart.parseFrom
(byte[] data) DescriptorProtos.UninterpretedOption.NamePart.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.UninterpretedOption.NamePart.parseFrom
(ByteString data) DescriptorProtos.UninterpretedOption.NamePart.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.UninterpretedOption.NamePart.parseFrom
(ByteBuffer data) DescriptorProtos.UninterpretedOption.NamePart.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.UninterpretedOption.parseFrom
(byte[] data) DescriptorProtos.UninterpretedOption.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.UninterpretedOption.parseFrom
(ByteString data) DescriptorProtos.UninterpretedOption.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.UninterpretedOption.parseFrom
(ByteBuffer data) DescriptorProtos.UninterpretedOption.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static DoubleValue
DoubleValue.parseFrom
(byte[] data) static DoubleValue
DoubleValue.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static DoubleValue
DoubleValue.parseFrom
(ByteString data) static DoubleValue
DoubleValue.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static DoubleValue
DoubleValue.parseFrom
(ByteBuffer data) static DoubleValue
DoubleValue.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Duration
Duration.parseFrom
(byte[] data) static Duration
Duration.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Duration
Duration.parseFrom
(ByteString data) static Duration
Duration.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Duration
Duration.parseFrom
(ByteBuffer data) static Duration
Duration.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, byte[] data) Parsedata
as a message of the given type and return it.static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, byte[] data, ExtensionRegistry extensionRegistry) Parsedata
as a message of the given type and return it.static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, ByteString data) Parsedata
as a message of the given type and return it.static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, ByteString data, ExtensionRegistry extensionRegistry) Parsedata
as a message of the given type and return it.static Empty
Empty.parseFrom
(byte[] data) static Empty
Empty.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Empty
Empty.parseFrom
(ByteString data) static Empty
Empty.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Empty
Empty.parseFrom
(ByteBuffer data) static Empty
Empty.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Enum
Enum.parseFrom
(byte[] data) static Enum
Enum.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Enum
Enum.parseFrom
(ByteString data) static Enum
Enum.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Enum
Enum.parseFrom
(ByteBuffer data) static Enum
Enum.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static EnumValue
EnumValue.parseFrom
(byte[] data) static EnumValue
EnumValue.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static EnumValue
EnumValue.parseFrom
(ByteString data) static EnumValue
EnumValue.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static EnumValue
EnumValue.parseFrom
(ByteBuffer data) static EnumValue
EnumValue.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Field
Field.parseFrom
(byte[] data) static Field
Field.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Field
Field.parseFrom
(ByteString data) static Field
Field.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Field
Field.parseFrom
(ByteBuffer data) static Field
Field.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static FieldMask
FieldMask.parseFrom
(byte[] data) static FieldMask
FieldMask.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static FieldMask
FieldMask.parseFrom
(ByteString data) static FieldMask
FieldMask.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static FieldMask
FieldMask.parseFrom
(ByteBuffer data) static FieldMask
FieldMask.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static FloatValue
FloatValue.parseFrom
(byte[] data) static FloatValue
FloatValue.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static FloatValue
FloatValue.parseFrom
(ByteString data) static FloatValue
FloatValue.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static FloatValue
FloatValue.parseFrom
(ByteBuffer data) static FloatValue
FloatValue.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, byte[] data) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, byte[] data, ExtensionRegistryLite extensionRegistry) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, ByteString data) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, ByteString data, ExtensionRegistryLite extensionRegistry) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, CodedInputStream input) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, CodedInputStream input, ExtensionRegistryLite extensionRegistry) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, InputStream input) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, InputStream input, ExtensionRegistryLite extensionRegistry) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, ByteBuffer data) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Int32Value
Int32Value.parseFrom
(byte[] data) static Int32Value
Int32Value.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Int32Value
Int32Value.parseFrom
(ByteString data) static Int32Value
Int32Value.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Int32Value
Int32Value.parseFrom
(ByteBuffer data) static Int32Value
Int32Value.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Int64Value
Int64Value.parseFrom
(byte[] data) static Int64Value
Int64Value.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Int64Value
Int64Value.parseFrom
(ByteString data) static Int64Value
Int64Value.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Int64Value
Int64Value.parseFrom
(ByteBuffer data) static Int64Value
Int64Value.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static ListValue
ListValue.parseFrom
(byte[] data) static ListValue
ListValue.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static ListValue
ListValue.parseFrom
(ByteString data) static ListValue
ListValue.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static ListValue
ListValue.parseFrom
(ByteBuffer data) static ListValue
ListValue.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Method
Method.parseFrom
(byte[] data) static Method
Method.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Method
Method.parseFrom
(ByteString data) static Method
Method.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Method
Method.parseFrom
(ByteBuffer data) static Method
Method.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Mixin
Mixin.parseFrom
(byte[] data) static Mixin
Mixin.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Mixin
Mixin.parseFrom
(ByteString data) static Mixin
Mixin.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Mixin
Mixin.parseFrom
(ByteBuffer data) static Mixin
Mixin.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Option
Option.parseFrom
(byte[] data) static Option
Option.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Option
Option.parseFrom
(ByteString data) static Option
Option.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Option
Option.parseFrom
(ByteBuffer data) static Option
Option.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Parser.parseFrom
(byte[] data) Parsesdata
as a message ofMessageType
.Parser.parseFrom
(byte[] data, int off, int len) Parsesdata
as a message ofMessageType
.Parser.parseFrom
(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) Parsesdata
as a message ofMessageType
.Parser.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) Parsesdata
as a message ofMessageType
.Parser.parseFrom
(ByteString data) Parsesdata
as a message ofMessageType
.Parser.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) Parsesdata
as a message ofMessageType
.Parser.parseFrom
(CodedInputStream input) Parses a message ofMessageType
from the input.Parser.parseFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) LikeParser.parseFrom(CodedInputStream)
, but also parses extensions.Parser.parseFrom
(InputStream input) Parse a message ofMessageType
frominput
.Parser.parseFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) Parses a message ofMessageType
frominput
.Parser.parseFrom
(ByteBuffer data) Parsesdata
as a message ofMessageType
.Parser.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Parsesdata
as a message ofMessageType
.static SourceContext
SourceContext.parseFrom
(byte[] data) static SourceContext
SourceContext.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static SourceContext
SourceContext.parseFrom
(ByteString data) static SourceContext
SourceContext.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static SourceContext
SourceContext.parseFrom
(ByteBuffer data) static SourceContext
SourceContext.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static StringValue
StringValue.parseFrom
(byte[] data) static StringValue
StringValue.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static StringValue
StringValue.parseFrom
(ByteString data) static StringValue
StringValue.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static StringValue
StringValue.parseFrom
(ByteBuffer data) static StringValue
StringValue.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Struct
Struct.parseFrom
(byte[] data) static Struct
Struct.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Struct
Struct.parseFrom
(ByteString data) static Struct
Struct.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Struct
Struct.parseFrom
(ByteBuffer data) static Struct
Struct.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Timestamp
Timestamp.parseFrom
(byte[] data) static Timestamp
Timestamp.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Timestamp
Timestamp.parseFrom
(ByteString data) static Timestamp
Timestamp.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Timestamp
Timestamp.parseFrom
(ByteBuffer data) static Timestamp
Timestamp.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Type
Type.parseFrom
(byte[] data) static Type
Type.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Type
Type.parseFrom
(ByteString data) static Type
Type.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Type
Type.parseFrom
(ByteBuffer data) static Type
Type.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static UInt32Value
UInt32Value.parseFrom
(byte[] data) static UInt32Value
UInt32Value.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static UInt32Value
UInt32Value.parseFrom
(ByteString data) static UInt32Value
UInt32Value.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static UInt32Value
UInt32Value.parseFrom
(ByteBuffer data) static UInt32Value
UInt32Value.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static UInt64Value
UInt64Value.parseFrom
(byte[] data) static UInt64Value
UInt64Value.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static UInt64Value
UInt64Value.parseFrom
(ByteString data) static UInt64Value
UInt64Value.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static UInt64Value
UInt64Value.parseFrom
(ByteBuffer data) static UInt64Value
UInt64Value.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static UnknownFieldSet
UnknownFieldSet.parseFrom
(byte[] data) Parsedata
as anUnknownFieldSet
and return it.static UnknownFieldSet
UnknownFieldSet.parseFrom
(ByteString data) Parsedata
as anUnknownFieldSet
and return it.static Value
Value.parseFrom
(byte[] data) static Value
Value.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Value
Value.parseFrom
(ByteString data) static Value
Value.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Value
Value.parseFrom
(ByteBuffer data) static Value
Value.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) AbstractParser.parsePartialDelimitedFrom
(InputStream input) AbstractParser.parsePartialDelimitedFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) private static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parsePartialDelimitedFrom
(T defaultInstance, InputStream input, ExtensionRegistryLite extensionRegistry) Parser.parsePartialDelimitedFrom
(InputStream input) LikeParser.parseDelimitedFrom(InputStream)
, but does not throw an exception if the message is missing required fields.Parser.parsePartialDelimitedFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) LikeParser.parseDelimitedFrom(InputStream, ExtensionRegistryLite)
, but does not throw an exception if the message is missing required fields.AbstractParser.parsePartialFrom
(byte[] data) AbstractParser.parsePartialFrom
(byte[] data, int off, int len) AbstractParser.parsePartialFrom
(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) AbstractParser.parsePartialFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) AbstractParser.parsePartialFrom
(ByteString data) AbstractParser.parsePartialFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) AbstractParser.parsePartialFrom
(CodedInputStream input) AbstractParser.parsePartialFrom
(InputStream input) AbstractParser.parsePartialFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) GeneratedMessageLite.DefaultInstanceBasedParser.parsePartialFrom
(byte[] input, int offset, int length, ExtensionRegistryLite extensionRegistry) GeneratedMessageLite.DefaultInstanceBasedParser.parsePartialFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) (package private) static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parsePartialFrom
(T instance, byte[] input, int offset, int length, ExtensionRegistryLite extensionRegistry) A static helper method for parsing a partial from byte array.private static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parsePartialFrom
(T defaultInstance, byte[] data, ExtensionRegistryLite extensionRegistry) private static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parsePartialFrom
(T defaultInstance, ByteString data, ExtensionRegistryLite extensionRegistry) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parsePartialFrom
(T defaultInstance, CodedInputStream input) (package private) static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parsePartialFrom
(T instance, CodedInputStream input, ExtensionRegistryLite extensionRegistry) A static helper method for parsing a partial from input using the extension registry and the instance.Parser.parsePartialFrom
(byte[] data) LikeParser.parseFrom(byte[])
, but does not throw an exception if the message is missing required fields.Parser.parsePartialFrom
(byte[] data, int off, int len) LikeParser.parseFrom(byte[], int, int)
, but does not throw an exception if the message is missing required fields.Parser.parsePartialFrom
(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) LikeParser.parseFrom(ByteString, ExtensionRegistryLite)
, but does not throw an exception if the message is missing required fields.Parser.parsePartialFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) LikeParser.parseFrom(byte[], ExtensionRegistryLite)
, but does not throw an exception if the message is missing required fields.Parser.parsePartialFrom
(ByteString data) LikeParser.parseFrom(ByteString)
, but does not throw an exception if the message is missing required fields.Parser.parsePartialFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) LikeParser.parseFrom(ByteString, ExtensionRegistryLite)
, but does not throw an exception if the message is missing required fields.Parser.parsePartialFrom
(CodedInputStream input) LikeParser.parseFrom(CodedInputStream)
, but does not throw an exception if the message is missing required fields.Parser.parsePartialFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) LikeParser.parseFrom(CodedInputStream input, ExtensionRegistryLite)
, but does not throw an exception if the message is missing required fields.Parser.parsePartialFrom
(InputStream input) LikeParser.parseFrom(InputStream)
, but does not throw an exception if the message is missing required fields.Parser.parsePartialFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) LikeParser.parseFrom(InputStream, ExtensionRegistryLite)
, but does not throw an exception if the message is missing required fields.UnknownFieldSet.Parser.parsePartialFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) int
CodedInputStream.ArrayDecoder.pushLimit
(int byteLimit) int
CodedInputStream.IterableDirectByteBufferDecoder.pushLimit
(int byteLimit) abstract int
CodedInputStream.pushLimit
(int byteLimit) SetscurrentLimit
to (current position) +byteLimit
.int
CodedInputStream.StreamDecoder.pushLimit
(int byteLimit) int
CodedInputStream.UnsafeDirectNioDecoder.pushLimit
(int byteLimit) (package private) static int
ArrayDecoders.skipField
(int tag, byte[] data, int position, int limit, ArrayDecoders.Registers registers) Skips an unknown field.<T extends Message>
TConstructors in com.google.protobuf that throw InvalidProtocolBufferExceptionModifierConstructorDescriptionprivate
MapEntry
(MapEntry.Metadata<K, V> metadata, CodedInputStream input, ExtensionRegistryLite extensionRegistry) Parsing constructor. -
Uses of InvalidProtocolBufferException in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler that throw InvalidProtocolBufferExceptionModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorRequest.parseFrom
(byte[] data) PluginProtos.CodeGeneratorRequest.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorRequest.parseFrom
(ByteString data) PluginProtos.CodeGeneratorRequest.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorRequest.parseFrom
(ByteBuffer data) PluginProtos.CodeGeneratorRequest.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorResponse.File.parseFrom
(byte[] data) PluginProtos.CodeGeneratorResponse.File.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorResponse.File.parseFrom
(ByteString data) PluginProtos.CodeGeneratorResponse.File.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorResponse.File.parseFrom
(ByteBuffer data) PluginProtos.CodeGeneratorResponse.File.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorResponse.parseFrom
(byte[] data) PluginProtos.CodeGeneratorResponse.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorResponse.parseFrom
(ByteString data) PluginProtos.CodeGeneratorResponse.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorResponse.parseFrom
(ByteBuffer data) PluginProtos.CodeGeneratorResponse.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static PluginProtos.Version
PluginProtos.Version.parseFrom
(byte[] data) static PluginProtos.Version
PluginProtos.Version.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static PluginProtos.Version
PluginProtos.Version.parseFrom
(ByteString data) static PluginProtos.Version
PluginProtos.Version.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static PluginProtos.Version
PluginProtos.Version.parseFrom
(ByteBuffer data) static PluginProtos.Version
PluginProtos.Version.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) -
Uses of InvalidProtocolBufferException in com.google.protobuf.util
Methods in com.google.protobuf.util that throw InvalidProtocolBufferExceptionModifier and TypeMethodDescription(package private) Descriptors.Descriptor
JsonFormat.TypeRegistry.getDescriptorForTypeUrl
(String typeUrl) private static String
JsonFormat.getTypeName
(String typeUrl) void
JsonFormat.Parser.merge
(String json, Message.Builder builder) Parses from JSON into a protobuf message.private void
JsonFormat.ParserImpl.merge
(com.google.gson.JsonElement json, Message.Builder builder) (package private) void
JsonFormat.ParserImpl.merge
(String json, Message.Builder builder) void
JsonFormat.ParserImpl.WellKnownTypeParser.merge
(JsonFormat.ParserImpl parser, com.google.gson.JsonElement json, Message.Builder builder) private void
JsonFormat.ParserImpl.mergeAny
(com.google.gson.JsonElement json, Message.Builder builder) private void
JsonFormat.ParserImpl.mergeDuration
(com.google.gson.JsonElement json, Message.Builder builder) private void
JsonFormat.ParserImpl.mergeField
(Descriptors.FieldDescriptor field, com.google.gson.JsonElement json, Message.Builder builder) private void
JsonFormat.ParserImpl.mergeFieldMask
(com.google.gson.JsonElement json, Message.Builder builder) private void
JsonFormat.ParserImpl.mergeListValue
(com.google.gson.JsonElement json, Message.Builder builder) private void
JsonFormat.ParserImpl.mergeMapField
(Descriptors.FieldDescriptor field, com.google.gson.JsonElement json, Message.Builder builder) private void
JsonFormat.ParserImpl.mergeMessage
(com.google.gson.JsonElement json, Message.Builder builder, boolean skipTypeUrl) private void
JsonFormat.ParserImpl.mergeOneofField
(Descriptors.FieldDescriptor field, com.google.gson.JsonElement json, Message.Builder builder) private void
JsonFormat.ParserImpl.mergeRepeatedField
(Descriptors.FieldDescriptor field, com.google.gson.JsonElement json, Message.Builder builder) private void
JsonFormat.ParserImpl.mergeStruct
(com.google.gson.JsonElement json, Message.Builder builder) private void
JsonFormat.ParserImpl.mergeTimestamp
(com.google.gson.JsonElement json, Message.Builder builder) private void
JsonFormat.ParserImpl.mergeValue
(com.google.gson.JsonElement json, Message.Builder builder) private void
JsonFormat.ParserImpl.mergeWrapper
(com.google.gson.JsonElement json, Message.Builder builder) private boolean
JsonFormat.ParserImpl.parseBool
(com.google.gson.JsonElement json) private ByteString
JsonFormat.ParserImpl.parseBytes
(com.google.gson.JsonElement json) private double
JsonFormat.ParserImpl.parseDouble
(com.google.gson.JsonElement json) private Descriptors.EnumValueDescriptor
JsonFormat.ParserImpl.parseEnum
(Descriptors.EnumDescriptor enumDescriptor, com.google.gson.JsonElement json) private Object
JsonFormat.ParserImpl.parseFieldValue
(Descriptors.FieldDescriptor field, com.google.gson.JsonElement json, Message.Builder builder) private float
JsonFormat.ParserImpl.parseFloat
(com.google.gson.JsonElement json) private int
JsonFormat.ParserImpl.parseInt32
(com.google.gson.JsonElement json) private long
JsonFormat.ParserImpl.parseInt64
(com.google.gson.JsonElement json) private int
JsonFormat.ParserImpl.parseUint32
(com.google.gson.JsonElement json) private long
JsonFormat.ParserImpl.parseUint64
(com.google.gson.JsonElement json) JsonFormat.Printer.print
(MessageOrBuilder message) Converts a protobuf message to JSON format.