setName

open fun setName(value: String): 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 name to set.