paths property

List<ExtensionBindingMatchConditionStringMatch>? paths
getter/setter pair

A list of paths to match against.

Limited to 10 paths. If not specified, any path is allowed. Note that this path match includes the query parameters. For gRPC services, this should be a fully-qualified name of the form /package.service/method.

Optional.

Implementation

core.List<ExtensionBindingMatchConditionStringMatch>? paths;