clear

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

repeated string alias = 3;


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

repeated string domain = 4;