public static final class Descriptors.ServiceDescriptor extends Descriptors.GenericDescriptor
| Modifier and Type | Method and Description |
|---|---|
Descriptors.MethodDescriptor |
findMethodByName(String name)
Find a method by name.
|
Descriptors.FileDescriptor |
getFile()
Get the
Descriptors.FileDescriptor containing this descriptor. |
String |
getFullName()
Get the type's fully-qualified name.
|
int |
getIndex()
Get the index of this descriptor within its parent.
|
List<Descriptors.MethodDescriptor> |
getMethods()
Get a list of methods for this service.
|
String |
getName()
Get the type's unqualified name.
|
DescriptorProtos.ServiceOptions |
getOptions()
Get the
ServiceOptions, defined in descriptor.proto. |
DescriptorProtos.ServiceDescriptorProto |
toProto()
Convert the descriptor to its protocol message representation.
|
public int getIndex()
public DescriptorProtos.ServiceDescriptorProto toProto()
toProto in class Descriptors.GenericDescriptorpublic String getName()
getName in class Descriptors.GenericDescriptorpublic String getFullName()
getFullName in class Descriptors.GenericDescriptorDescriptors.Descriptor.getFullName()public Descriptors.FileDescriptor getFile()
Descriptors.FileDescriptor containing this descriptor.getFile in class Descriptors.GenericDescriptorpublic DescriptorProtos.ServiceOptions getOptions()
ServiceOptions, defined in descriptor.proto.public List<Descriptors.MethodDescriptor> getMethods()
public Descriptors.MethodDescriptor findMethodByName(String name)
name - The unqualified name of the method (e.g. "Foo").null if not found.Copyright © 2008–2017 Google. All rights reserved.