latestOpenAPI 3.0.2MITraw.githubusercontent.com2026-08-14263363.6 KB

38f761f66622

services

Service method details

Returns exact metadata for one method (by short name or full method id).

get/services/{serviceID}/methods/{methodID}

Path parameters

serviceIDstring required

Full service name (e.g. helloworld.Greeter)

methodIDstring required

Method short name (e.g. SayHello) or full id (e.g. helloworld.Greeter/SayHello)

Response

Successful operation

idstring required

Method name, used as the path segment in /methods/{methodID}.

namestring required

Method name as declared in the proto file.

methodType'unary' | 'client_streaming' | 'server_streaming' | 'bidi_streaming' required

gRPC method interaction type

requestTypestring

Fully-qualified protobuf request message type

responseTypestring

Fully-qualified protobuf response message type

clientStreamingboolean

Indicates client-side streaming method

serverStreamingboolean

Indicates server-side streaming method