rules

@JvmName(name = "tjvrcgthcboagjbi")
suspend fun rules(value: Output<List<HttpRuleArgs>>)
@JvmName(name = "ocuglgxnhtqkyudp")
suspend fun rules(value: List<HttpRuleArgs>?)

Parameters

value

A list of HTTP configuration rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.


@JvmName(name = "pjbtsxyxnnpsjfxm")
suspend fun rules(vararg values: Output<HttpRuleArgs>)


@JvmName(name = "ktowbicfqsrlaaqq")
suspend fun rules(values: List<Output<HttpRuleArgs>>)
@JvmName(name = "fmfbxeplpkkedloq")
suspend fun rules(vararg values: HttpRuleArgs)

Parameters

values

A list of HTTP configuration rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.


@JvmName(name = "wxpslepbnxeyoflj")
suspend fun rules(argument: List<suspend HttpRuleArgsBuilder.() -> Unit>)
@JvmName(name = "ddenxabkrektssay")
suspend fun rules(vararg argument: suspend HttpRuleArgsBuilder.() -> Unit)
@JvmName(name = "fbflabowvecivlsg")
suspend fun rules(argument: suspend HttpRuleArgsBuilder.() -> Unit)

Parameters

argument

A list of HTTP configuration rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.