getDomain

abstract fun getDomain(index: Int): String
Domains where this instance can be accessed.
repeated string domain = 10;

Return

The domain at the given index.

Parameters

index

The index of the element to return.