addAll

@JvmName(name = "addAllConsumes")
fun DslList<String, EndpointKt.Dsl.ConsumesProxy>.addAll(values: Iterable<String>)
Types accepted by this method.

repeated string consumes = 6;

Parameters

values

The consumes to add.


@JvmName(name = "addAllProduces")
fun DslList<String, EndpointKt.Dsl.ProducesProxy>.addAll(values: Iterable<String>)
Types produced by this method.

repeated string produces = 7;

Parameters

values

The produces to add.


@JvmName(name = "addAllMethod")
fun DslList<EndpointMethods, EndpointKt.Dsl.MethodProxy>.addAll(values: Iterable<EndpointMethods>)
HTTP methods supported by this endpoint.

repeated .elide.meta.EndpointMethods method = 8;

Parameters

values

The method to add.