methods property

List<String>? methods
getter/setter pair

A list of HTTP methods to match.

At least one method should match. Should not be set for gRPC services.

Optional.

Implementation

core.List<core.String>? methods;