getDomainBytes

abstract fun getDomainBytes(index: Int): ByteString
Custom domains which should be mapped for this service.
repeated string domain = 4;

Return

The bytes of the domain at the given index.

Parameters

index

The index of the value to return.