tests property

List<UrlMapTest>? tests
getter/setter pair

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.

Implementation

core.List<UrlMapTest>? tests;