Dsl

class Dsl

Types

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

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

Properties

Link copied to clipboard

repeated string instance = 1;

Functions

Link copied to clipboard
@JvmName(name = "addInstance")
fun DslList<String, ObjectMappingKt.Dsl.InstanceProxy>.add(value: String)

repeated string instance = 1;

Link copied to clipboard
@JvmName(name = "addAllInstance")
fun DslList<String, ObjectMappingKt.Dsl.InstanceProxy>.addAll(values: Iterable<String>)

repeated string instance = 1;

Link copied to clipboard
@JvmName(name = "clearInstance")
fun DslList<String, ObjectMappingKt.Dsl.InstanceProxy>.clear()

repeated string instance = 1;

Link copied to clipboard
@JvmName(name = "plusAssignInstance")
inline operator fun DslList<String, ObjectMappingKt.Dsl.InstanceProxy>.plusAssign(value: String)
@JvmName(name = "plusAssignAllInstance")
inline operator fun DslList<String, ObjectMappingKt.Dsl.InstanceProxy>.plusAssign(values: Iterable<String>)

repeated string instance = 1;

Link copied to clipboard
@JvmName(name = "setInstance")
operator fun DslList<String, ObjectMappingKt.Dsl.InstanceProxy>.set(index: Int, value: String)

repeated string instance = 1;