com.google.protobuf
Interface DescriptorProtos.ServiceDescriptorProtoOrBuilder
- All Superinterfaces:
- MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
- DescriptorProtos.ServiceDescriptorProto, DescriptorProtos.ServiceDescriptorProto.Builder
- Enclosing class:
- DescriptorProtos
public static interface DescriptorProtos.ServiceDescriptorProtoOrBuilder
- extends MessageOrBuilder
hasName
boolean hasName()
getName
java.lang.String getName()
getMethodList
java.util.List<DescriptorProtos.MethodDescriptorProto> getMethodList()
getMethod
DescriptorProtos.MethodDescriptorProto getMethod(int index)
getMethodCount
int getMethodCount()
getMethodOrBuilderList
java.util.List<? extends DescriptorProtos.MethodDescriptorProtoOrBuilder> getMethodOrBuilderList()
getMethodOrBuilder
DescriptorProtos.MethodDescriptorProtoOrBuilder getMethodOrBuilder(int index)
hasOptions
boolean hasOptions()
getOptions
DescriptorProtos.ServiceOptions getOptions()
getOptionsOrBuilder
DescriptorProtos.ServiceOptionsOrBuilder getOptionsOrBuilder()
Copyright © 2008-2011 Google. All Rights Reserved.