ignoreCase property

bool? ignoreCase
getter/setter pair

Specifies that prefixMatch and fullPathMatch matches are case sensitive.

The default value is false. ignoreCase must not be used with regexMatch. Not supported when the URL map is bound to a target gRPC proxy.

Implementation

core.bool? ignoreCase;