setNameBytes

open fun setNameBytes(value: ByteString): Endpoint.Builder
Name given to an endpoint, if applicable; this parameter considers the method name as well as the handler name.
optional string name = 2;

Return

This builder for chaining.

Parameters

value

The bytes for name to set.