Dsl

class Dsl

Types

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

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

Properties

Link copied to clipboard
@get:JvmName(name = "getLastCheck")
@set:JvmName(name = "setLastCheck")
var lastCheck: Timestamp

.google.protobuf.Timestamp last_check = 2;

Link copied to clipboard
Link copied to clipboard

repeated string problem = 3;

Link copied to clipboard
@get:JvmName(name = "getStatus")
@set:JvmName(name = "setStatus")
var status: DomainStatus

.elide.app.DomainStatus status = 1;

Link copied to clipboard
@get:JvmName(name = "getStatusValue")
@set:JvmName(name = "setStatusValue")
var statusValue: Int

Functions

Link copied to clipboard
@JvmName(name = "addProblem")
fun DslList<String, DomainVerificationKt.Dsl.ProblemProxy>.add(value: String)

repeated string problem = 3;

Link copied to clipboard
@JvmName(name = "addAllProblem")
fun DslList<String, DomainVerificationKt.Dsl.ProblemProxy>.addAll(values: Iterable<String>)

repeated string problem = 3;

Link copied to clipboard
@JvmName(name = "clearProblem")
fun DslList<String, DomainVerificationKt.Dsl.ProblemProxy>.clear()

repeated string problem = 3;

Link copied to clipboard

.google.protobuf.Timestamp last_check = 2;

Link copied to clipboard

.elide.app.DomainStatus status = 1;

Link copied to clipboard

.google.protobuf.Timestamp last_check = 2;

Link copied to clipboard
@JvmName(name = "plusAssignProblem")
inline operator fun DslList<String, DomainVerificationKt.Dsl.ProblemProxy>.plusAssign(value: String)
@JvmName(name = "plusAssignAllProblem")
inline operator fun DslList<String, DomainVerificationKt.Dsl.ProblemProxy>.plusAssign(values: Iterable<String>)

repeated string problem = 3;

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

repeated string problem = 3;