-
Deprecated Interfaces
-
Deprecated FieldsFieldDescription
-
Deprecated MethodsMethodDescriptionfrom v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.from v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.from v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.from v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.Instead, call
byteString.substring(sourceOffset, sourceOffset + numberToCopy).copyTo(target, targetOffset)
UnknownFieldSet.Builder now implements MessageLite.Builder, so you can just callCodedInputStream.readGroup(int, com.google.protobuf.MessageLite.Builder, com.google.protobuf.ExtensionRegistryLite)
.useUnknownFieldSet
orUnknownFieldSetLite
to skip to an output stream.groups are deprecated.groups are deprecated.useCodedOutputStream.computeUInt32SizeNoTag(int)
instead.useCodedOutputStream.computeUInt64SizeNoTag(long)
instead.the size parameter is no longer used since use of an internal buffer is useless (and wasteful) when writing to aByteBuffer
. UseCodedOutputStream.newInstance(ByteBuffer)
instead.groups are deprecated.groups are deprecated.groups are deprecated.groups are deprecated.UseCodedOutputStream.writeFixed32NoTag(int)
instead.UseCodedOutputStream.writeFixed64NoTag(long)
instead.useCodedOutputStream.writeUInt32NoTag(int)
instead.useCodedOutputStream.writeUInt64NoTag(long)
instead.from v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.groups fields are deprecated.groups fields are deprecated.Useprinter().print(MessageOrBuilder, Appendable)
Useprinter().print(UnknownFieldSet, Appendable)
Useprinter().printField(FieldDescriptor, Object, Appendable)
Useprinter().printFieldToString(FieldDescriptor, Object)
Useprinter().printFieldValue(FieldDescriptor, Object, Appendable)
Usemessage.toString()
Useprinter().escapingNonAscii(false).printToString(MessageOrBuilder)
Useprinter().escapingNonAscii(false).printToString(UnknownFieldSet)
Useprinter().escapingNonAscii(false).print(MessageOrBuilder, Appendable)
Useprinter().escapingNonAscii(false).print(UnknownFieldSet, Appendable)
Useprinter().escapingNonAscii(false).printFieldValue(FieldDescriptor, Object, Appendable)
Useprinter().shortDebugString(FieldDescriptor, Object)
Useprinter().shortDebugString(UnknownFieldSet)
groups fields are deprecated.groups fields are deprecated.groups fields are deprecated.groups fields are deprecated.groups fields are deprecated.groups fields are deprecated.
CodedOutputStream.computeFixed32SizeNoTag(int)
instead.