setAlias

open fun setAlias(index: Int, value: String): Service.Builder
Aliases which should be mapped for this service.
repeated string alias = 3;

Return

This builder for chaining.

Parameters

index

The index to set the value at.

value

The alias to set.