Lines Matching refs:request
66 request, done):
77 * request is of the exact same classes as returned by
79 * After the call has started, the request must not be modified.
94 """Returns the class of the request message for the specified method.
96 CallMethod() requires that the request is of a particular subclass of
102 request = stub.GetRequestClass(method)()
103 request.ParseFromString(input)
104 service.CallMethod(method, request, callback)
196 NotifyOnCancel() must be called no more than once per request.
214 service.MyMethod(controller, request, callback)
218 request, response_class, done):
223 are less strict in one important way: the request object doesn't have to