Searched defs:getRequestPrototype (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
H A DBlockingService.java56 * Equivalent to {@link Service#getRequestPrototype}.
58 Message getRequestPrototype(Descriptors.MethodDescriptor method); method in interface:BlockingService
H A DService.java63 * {@code getRequestPrototype(method)}.
91 * particular subclass of {@code Message}. {@code getRequestPrototype()}
102 * stub.getRequestPrototype(method).newBuilderForType()
107 Message getRequestPrototype(Descriptors.MethodDescriptor method); method in interface:Service
110 * Like {@code getRequestPrototype()}, but gets a prototype of the response

Completed in 64 milliseconds