protocols

@JvmName(name = "decvpkuyodqdefgs")
suspend fun protocols(value: Output<List<String>>)
@JvmName(name = "vjhjivkaulrxqgyv")
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 = "vppbtulpxddfxwxa")
suspend fun protocols(vararg values: Output<String>)


@JvmName(name = "mytnvtpcqpljkyxl")
suspend fun protocols(values: List<Output<String>>)
@JvmName(name = "ymfbxubheelynhut")
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.