MethodInfo represents a method of a protobuf service, a remote procedure call. All methods provide the following properties:

  • "name": The original name of the protobuf rpc.
  • "I": The input message type.
  • "O": The output message type.
  • "kind": The method type.
  • "idempotency": User-provided indication whether the method will cause the same effect every time it is called.

Type Parameters

Generated using TypeDoc