setNameBytes

open fun setNameBytes(value: ByteString): AppConfiguration.Builder
Short-name for the application, given by the developer.
string name = 1;

Return

This builder for chaining.

Parameters

value

The bytes for name to set.