Class UrlMapTest (0.2.1)

UrlMapTest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message for the expected URL mappings.

Attributes

NameDescription
description str
Description of this test case.
host str
Host portion of the URL. If headers contains a host header, then host must also match the header value.
path str
Path portion of the URL.
service str
Expected BackendService or BackendBucket resource the given URL should be mapped to. service cannot be set if expectedRedirectResponseCode is set.