Dsl

class Dsl

Types

Link copied to clipboard
class AddressProxy : DslProxy

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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

repeated .elide.net.IpAddress address = 2;

Link copied to clipboard
@get:JvmName(name = "getCapacity")
@set:JvmName(name = "setCapacity")
var capacity: Int

uint32 capacity = 1;

Functions

Link copied to clipboard
@JvmName(name = "addAddress")
fun DslList<IpAddress, HostNetworkingKt.Dsl.AddressProxy>.add(value: IpAddress)

repeated .elide.net.IpAddress address = 2;

Link copied to clipboard
@JvmName(name = "addAllAddress")
fun DslList<IpAddress, HostNetworkingKt.Dsl.AddressProxy>.addAll(values: Iterable<IpAddress>)

repeated .elide.net.IpAddress address = 2;

Link copied to clipboard
@JvmName(name = "clearAddress")
fun DslList<IpAddress, HostNetworkingKt.Dsl.AddressProxy>.clear()

repeated .elide.net.IpAddress address = 2;

Link copied to clipboard

uint32 capacity = 1;

Link copied to clipboard
@JvmName(name = "plusAssignAllAddress")
inline operator fun DslList<IpAddress, HostNetworkingKt.Dsl.AddressProxy>.plusAssign(values: Iterable<IpAddress>)
@JvmName(name = "plusAssignAddress")
inline operator fun DslList<IpAddress, HostNetworkingKt.Dsl.AddressProxy>.plusAssign(value: IpAddress)

repeated .elide.net.IpAddress address = 2;

Link copied to clipboard
@JvmName(name = "setAddress")
operator fun DslList<IpAddress, HostNetworkingKt.Dsl.AddressProxy>.set(index: Int, value: IpAddress)

repeated .elide.net.IpAddress address = 2;