matches

@JvmName(name = "oignnbvqpeqyeskc")
suspend fun matches(value: Output<List<GrpcRouteRouteMatchArgs>>)
@JvmName(name = "ngqcgxoiumkpnhpd")
suspend fun matches(value: List<GrpcRouteRouteMatchArgs>?)

Parameters

value

Optional. Matches define conditions used for matching the rule against incoming gRPC requests. Each match is independent, i.e. this rule will be matched if ANY one of the matches is satisfied. If no matches field is specified, this rule will unconditionally match traffic.


@JvmName(name = "vmxshwcuiqvayray")
suspend fun matches(vararg values: Output<GrpcRouteRouteMatchArgs>)


@JvmName(name = "wxhcqspxolvaqeyj")
suspend fun matches(values: List<Output<GrpcRouteRouteMatchArgs>>)
@JvmName(name = "sbvahqlytxktpxnr")
suspend fun matches(vararg values: GrpcRouteRouteMatchArgs)

Parameters

values

Optional. Matches define conditions used for matching the rule against incoming gRPC requests. Each match is independent, i.e. this rule will be matched if ANY one of the matches is satisfied. If no matches field is specified, this rule will unconditionally match traffic.


@JvmName(name = "eufykwvxnfbuelwt")
suspend fun matches(argument: List<suspend GrpcRouteRouteMatchArgsBuilder.() -> Unit>)
@JvmName(name = "cvkggqttrmoetbff")
suspend fun matches(vararg argument: suspend GrpcRouteRouteMatchArgsBuilder.() -> Unit)
@JvmName(name = "wocudlwlkjwqmkrl")
suspend fun matches(argument: suspend GrpcRouteRouteMatchArgsBuilder.() -> Unit)

Parameters

argument

Optional. Matches define conditions used for matching the rule against incoming gRPC requests. Each match is independent, i.e. this rule will be matched if ANY one of the matches is satisfied. If no matches field is specified, this rule will unconditionally match traffic.