Interface ProtobufParser
- All Known Implementing Classes:
ProtobufDescriptorParser
,ProtobufFunctionalParser
public interface ProtobufParser
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
default boolean
com.google.protobuf.Message
parseFrom
(byte[] bytes) default void
withParallelValueField
(String parallelField)
-
Method Details
-
parseFrom
com.google.protobuf.Message parseFrom(byte[] bytes) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
hasParallelValueField
default boolean hasParallelValueField() -
withParallelValueField
-
getParallelValueField
-