gRPC method list

config.core.v3.GrpcMethodList

[config.core.v3.GrpcMethodList proto]

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

  1. {
  2. "services": []
  3. }

services

(config.core.v3.GrpcMethodList.Service)

config.core.v3.GrpcMethodList.Service

[config.core.v3.GrpcMethodList.Service proto]

  1. {
  2. "name": "...",
  3. "method_names": []
  4. }

name

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

method_names

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