Uses of Annotation Interface
com.google.protobuf.ExperimentalApi
Packages that use ExperimentalApi
-
Uses of ExperimentalApi in com.google.protobuf
Classes in com.google.protobuf with annotations of type ExperimentalApiModifier and TypeClassDescriptionclass
An output target for raw bytes.enum
Enumeration identifying all relevant type information for a protobuf field.static class
Exception indicating that an unexpected wire type was encountered for a field.enum
Enum that identifies the Java types required to store protobuf fields.enum
Represents the syntax version of the message.Methods in com.google.protobuf with annotations of type ExperimentalApiModifier and TypeMethodDescriptionabstract void
CodedOutputStream.write
(byte value) abstract void
CodedOutputStream.write
(byte[] value, int offset, int length) abstract void
CodedOutputStream.writeLazy
(byte[] value, int offset, int length) abstract void
CodedOutputStream.writeLazy
(ByteBuffer value)