headerAction

@JvmName(name = "eqwgtwrcmdpjgnbv")
suspend fun headerAction(value: Output<HttpHeaderActionArgs>)
@JvmName(name = "jtvuilirjumvdsdx")
suspend fun headerAction(value: HttpHeaderActionArgs?)

Parameters

value

Specifies changes to request and response headers that need to take effect for the selected backendService. The headerAction specified here take effect after headerAction specified under pathMatcher. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.


@JvmName(name = "ykahcjrvohnqailg")
suspend fun headerAction(argument: suspend HttpHeaderActionArgsBuilder.() -> Unit)

Parameters

argument

Specifies changes to request and response headers that need to take effect for the selected backendService. The headerAction specified here take effect after headerAction specified under pathMatcher. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.