|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.protobuf.Descriptors.MethodDescriptor
public static final class Descriptors.MethodDescriptor
Describes one method within a service type.
| Method Summary | |
|---|---|
Descriptors.FileDescriptor |
getFile()
Get the Descriptors.FileDescriptor containing this descriptor. |
java.lang.String |
getFullName()
Get the method's fully-qualified name. |
int |
getIndex()
Get the index of this descriptor within its parent. |
Descriptors.Descriptor |
getInputType()
Get the method's input type. |
java.lang.String |
getName()
Get the method's unqualified name. |
DescriptorProtos.MethodOptions |
getOptions()
Get the MethodOptions, defined in descriptor.proto. |
Descriptors.Descriptor |
getOutputType()
Get the method's output type. |
Descriptors.ServiceDescriptor |
getService()
Get the method's service type. |
DescriptorProtos.MethodDescriptorProto |
toProto()
Convert the descriptor to its protocol message representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getIndex()
public DescriptorProtos.MethodDescriptorProto toProto()
public java.lang.String getName()
public java.lang.String getFullName()
Descriptor#getFullName()public Descriptors.FileDescriptor getFile()
Descriptors.FileDescriptor containing this descriptor.
public Descriptors.ServiceDescriptor getService()
public Descriptors.Descriptor getInputType()
public Descriptors.Descriptor getOutputType()
public DescriptorProtos.MethodOptions getOptions()
MethodOptions, defined in descriptor.proto.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||