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


Method Summary
 DescriptorProtos.MethodDescriptorProto getMethod(int index)
           
 int getMethodCount()
           
 java.util.List<DescriptorProtos.MethodDescriptorProto> getMethodList()
           
 DescriptorProtos.MethodDescriptorProtoOrBuilder getMethodOrBuilder(int index)
           
 java.util.List<? extends DescriptorProtos.MethodDescriptorProtoOrBuilder> getMethodOrBuilderList()
           
 java.lang.String getName()
           
 DescriptorProtos.ServiceOptions getOptions()
           
 DescriptorProtos.ServiceOptionsOrBuilder getOptionsOrBuilder()
           
 boolean hasName()
           
 boolean hasOptions()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

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.