Dsl

class Dsl

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class DomainProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Properties

Link copied to clipboard

repeated .elide.net.Domain domain = 3;

Link copied to clipboard
@get:JvmName(name = "getMapped")
@set:JvmName(name = "setMapped")
var mapped: MappedServicePort

.elide.net.MappedServicePort mapped = 2;

Link copied to clipboard
@get:JvmName(name = "getService")
@set:JvmName(name = "setService")
var service: Service

.elide.net.Service service = 1;

Link copied to clipboard

Functions

Link copied to clipboard
@JvmName(name = "addDomain")
fun DslList<Domain, MappedServiceKt.Dsl.DomainProxy>.add(value: Domain)

repeated .elide.net.Domain domain = 3;

Link copied to clipboard
@JvmName(name = "addAllDomain")
fun DslList<Domain, MappedServiceKt.Dsl.DomainProxy>.addAll(values: Iterable<Domain>)

repeated .elide.net.Domain domain = 3;

Link copied to clipboard
@JvmName(name = "clearDomain")
fun DslList<Domain, MappedServiceKt.Dsl.DomainProxy>.clear()

repeated .elide.net.Domain domain = 3;

Link copied to clipboard

.elide.net.MappedServicePort mapped = 2;

Link copied to clipboard

.elide.net.Service service = 1;

Link copied to clipboard

.elide.net.MappedServicePort mapped = 2;

Link copied to clipboard

.elide.net.Service service = 1;

Link copied to clipboard
@JvmName(name = "plusAssignAllDomain")
inline operator fun DslList<Domain, MappedServiceKt.Dsl.DomainProxy>.plusAssign(values: Iterable<Domain>)
@JvmName(name = "plusAssignDomain")
inline operator fun DslList<Domain, MappedServiceKt.Dsl.DomainProxy>.plusAssign(value: Domain)

repeated .elide.net.Domain domain = 3;

Link copied to clipboard
@JvmName(name = "setDomain")
operator fun DslList<Domain, MappedServiceKt.Dsl.DomainProxy>.set(index: Int, value: Domain)

repeated .elide.net.Domain domain = 3;