public static final class UnknownFieldSetLite.Builder
extends java.lang.Object
UnknownFieldSetLite
s.
Use UnknownFieldSet.newBuilder()
to construct a Builder
.
For use by generated code only.
Modifier and Type | Method and Description |
---|---|
UnknownFieldSetLite |
build()
Build the
UnknownFieldSetLite and return it. |
UnknownFieldSetLite.Builder |
mergeLengthDelimitedField(int fieldNumber,
ByteString value)
Convenience method for merging a length-delimited field.
|
public UnknownFieldSetLite.Builder mergeLengthDelimitedField(int fieldNumber, ByteString value)
For use by generated code only.
public UnknownFieldSetLite build()
UnknownFieldSetLite
and return it.
Once build()
has been called, the Builder
will no
longer be usable. Calling any method after build()
will result
in undefined behavior and can cause an
UnsupportedOperationException
to be thrown.
For use by generated code only.