Http Args
data class HttpArgs(val fullyDecodeReservedExpansion: Output<Boolean>? = null, val rules: Output<List<HttpRuleArgs>>? = null) : ConvertibleToJava<HttpArgs>
Defines the HTTP configuration for an API service. It contains a list of HttpRule, each specifying the mapping of an RPC method to one or more HTTP REST API methods.
Constructors
Link copied to clipboard
fun HttpArgs(fullyDecodeReservedExpansion: Output<Boolean>? = null, rules: Output<List<HttpRuleArgs>>? = null)