Allows setting custom operationId for Operation objects generated
for REST HTTP methods.
By default, operationId is set to method's rpcName which in turn
defaults to method's regular name. If method is overloaded, method name may be prepended with lowercased
HTTP method followed by underscore (e.g. "post_")
Allows setting custom
operationId
for Operation objects generated for REST HTTP methods.By default,
operationId
is set to method'srpcName
which in turn defaults to method's regular name. If method is overloaded, method name may be prepended with lowercased HTTP method followed by underscore (e.g. "post_")