Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
SingleFieldBuilder<MType,BType,IType> |
SingleFieldBuilder.clear()
Clears the value of the field.
|
SingleFieldBuilder<MType,BType,IType> |
SingleFieldBuilder.mergeFrom(MType value)
Merges the field from another field.
|
SingleFieldBuilder<MType,BType,IType> |
SingleFieldBuilder.setMessage(MType message)
Sets a message for the field replacing any existing value.
|