addInstanceBytes

open fun addInstanceBytes(value: ByteString): ObjectMapping.Builder
Maps an enumeration instance to this object. Enumeration membership is contextual.
repeated string instance = 1;

Return

This builder for chaining.

Parameters

value

The bytes of the instance to add.