tests

@JvmName(name = "brewyowfnxipmppm")
suspend fun tests(value: Output<List<UrlMapTestArgs>>)
@JvmName(name = "ncodshdvttxaihkp")
suspend fun tests(value: List<UrlMapTestArgs>?)

Parameters

value

The list of expected URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can specify a maximum of 100 tests per UrlMap. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.


@JvmName(name = "uqvvhgerylllpkdi")
suspend fun tests(vararg values: Output<UrlMapTestArgs>)


@JvmName(name = "sdlcqhjibjdefnmr")
suspend fun tests(values: List<Output<UrlMapTestArgs>>)
@JvmName(name = "qvindignqfvxrmjh")
suspend fun tests(vararg values: UrlMapTestArgs)

Parameters

values

The list of expected URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can specify a maximum of 100 tests per UrlMap. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.


@JvmName(name = "kkxuvxxieuwrjcwq")
suspend fun tests(argument: List<suspend UrlMapTestArgsBuilder.() -> Unit>)
@JvmName(name = "pkvbwjxrgbsavwoj")
suspend fun tests(vararg argument: suspend UrlMapTestArgsBuilder.() -> Unit)
@JvmName(name = "sfmgypxfbskfljfq")
suspend fun tests(argument: suspend UrlMapTestArgsBuilder.() -> Unit)

Parameters

argument

The list of expected URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can specify a maximum of 100 tests per UrlMap. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.