getAlias

abstract fun getAlias(index: Int): String
Aliases which should be mapped for this service.
repeated string alias = 3;

Return

The alias at the given index.

Parameters

index

The index of the element to return.