add

@JvmName(name = "addAlias")
fun DslList<String, ServiceKt.Dsl.AliasProxy>.add(value: String)
Aliases which should be mapped for this service.

repeated string alias = 3;

Parameters

value

The alias to add.


@JvmName(name = "addDomain")
fun DslList<String, ServiceKt.Dsl.DomainProxy>.add(value: String)
Custom domains which should be mapped for this service.

repeated string domain = 4;

Parameters

value

The domain to add.