Warning

The v2 xDS API is not supported in Envoy v1.18.0 and above.

gRPC method list

core.GrpcMethodList

[core.GrpcMethodList proto]

A list of gRPC methods which can be used as an allowlist, for example.

{
  "services": []
}
services

(repeated core.GrpcMethodList.Service)

core.GrpcMethodList.Service

[core.GrpcMethodList.Service proto]

{
  "name": "...",
  "method_names": []
}
name

(string, REQUIRED) The name of the gRPC service.

method_names

(repeated string, REQUIRED) The names of the gRPC methods in this service.