protocols

@JvmName(name = "vgpiavckodnxhfwb")
suspend fun protocols(value: Output<List<String>>)
@JvmName(name = "inpfupojbhrsdiph")
suspend fun protocols(value: List<String>?)

Parameters

value

A list of protocols the operations in this API can be invoked. Possible values are http, https, ws, and wss.

NOTE: display_name, path and protocols are required when source_api_id is not set.


@JvmName(name = "wqocbecatfaxeiti")
suspend fun protocols(vararg values: Output<String>)


@JvmName(name = "xtyxydeutdrguuep")
suspend fun protocols(values: List<Output<String>>)
@JvmName(name = "duntvqvukpxilbqf")
suspend fun protocols(vararg values: String)

Parameters

values

A list of protocols the operations in this API can be invoked. Possible values are http, https, ws, and wss.

NOTE: display_name, path and protocols are required when source_api_id is not set.