GrpcRouteRuleMatchArgs

data class GrpcRouteRuleMatchArgs(val headers: Output<List<GrpcRouteRuleMatchHeaderArgs>>? = null, val method: Output<GrpcRouteRuleMatchMethodArgs>? = null) : ConvertibleToJava<GrpcRouteRuleMatchArgs>

Constructors

Link copied to clipboard
constructor(headers: Output<List<GrpcRouteRuleMatchHeaderArgs>>? = null, method: Output<GrpcRouteRuleMatchMethodArgs>? = null)

Properties

Link copied to clipboard

Specifies a list of HTTP request headers to match against. Structure is documented below.

Link copied to clipboard

A gRPC method to match against. If this field is empty or omitted, will match all methods. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): GrpcRouteRuleMatchArgs