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