public static class Method.MethodDescriptor
extends java.lang.Object
DescriptorProtos.MethodDescriptorProto.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInputTypeName()
Returns the type name of the input message
|
<T extends com.google.protobuf.Message> |
getMethodAnnotation(com.google.protobuf.Extension<com.google.protobuf.DescriptorProtos.MethodOptions,T> extension)
Returns a method-level annotation, or null if it is a stream.
|
java.lang.String |
getOutputTypeName()
Returns the type name of the output message
|
public java.lang.String getInputTypeName()
public java.lang.String getOutputTypeName()
public <T extends com.google.protobuf.Message> T getMethodAnnotation(com.google.protobuf.Extension<com.google.protobuf.DescriptorProtos.MethodOptions,T> extension)