set

@JvmName(name = "setAlias")
operator fun DslList<String, ServiceKt.Dsl.AliasProxy>.set(index: Int, value: String)
Aliases which should be mapped for this service.

repeated string alias = 3;

Parameters

index

The index to set the value at.

value

The alias to set.


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

repeated string domain = 4;

Parameters

index

The index to set the value at.

value

The domain to set.