.. _envoy_api_file_envoy/api/v2/core/grpc_method_list.proto: gRPC method list ================ .. _envoy_api_msg_core.GrpcMethodList: core.GrpcMethodList ------------------- `[core.GrpcMethodList proto] `_ A list of gRPC methods which can be used as an allowlist, for example. .. code-block:: json { "services": [] } .. _envoy_api_field_core.GrpcMethodList.services: services (:ref:`core.GrpcMethodList.Service `) .. _envoy_api_msg_core.GrpcMethodList.Service: core.GrpcMethodList.Service --------------------------- `[core.GrpcMethodList.Service proto] `_ .. code-block:: json { "name": "...", "method_names": [] } .. _envoy_api_field_core.GrpcMethodList.Service.name: name (`string `_, *REQUIRED*) The name of the gRPC service. .. _envoy_api_field_core.GrpcMethodList.Service.method_names: method_names (`string `_, *REQUIRED*) The names of the gRPC methods in this service.