addAll

@JvmName(name = "addAllAlias")
fun DslList<String, ServiceKt.Dsl.AliasProxy>.addAll(values: Iterable<String>)
Aliases which should be mapped for this service.

repeated string alias = 3;

Parameters

values

The alias to add.


@JvmName(name = "addAllDomain")
fun DslList<String, ServiceKt.Dsl.DomainProxy>.addAll(values: Iterable<String>)
Custom domains which should be mapped for this service.

repeated string domain = 4;

Parameters

values

The domain to add.