set

@JvmName(name = "setDomain")
operator fun DslList<Domain, MappedServiceKt.Dsl.DomainProxy>.set(index: Int, value: Domain)
Domain mappings for this service.

repeated .elide.net.Domain domain = 3;

Parameters

index

The index to set the value at.

value

The domain to set.