endMessage

fun endMessage(token: Long)

Deprecated

prefer endMessageAndGetUnknownFields()

Replace with

endMessageAndGetUnknownFields(token)

End a length-delimited nested message. Calls to this method must be symmetric with calls to beginMessage.

Parameters

token

value returned from the corresponding call to beginMessage.