Uses of Class
com.google.protobuf.DescriptorProtos.ServiceDescriptorProto

Uses of DescriptorProtos.ServiceDescriptorProto in com.google.protobuf
 

Methods in com.google.protobuf that return DescriptorProtos.ServiceDescriptorProto
 DescriptorProtos.ServiceDescriptorProto DescriptorProtos.ServiceDescriptorProto.Builder.build()
           
 DescriptorProtos.ServiceDescriptorProto DescriptorProtos.ServiceDescriptorProto.Builder.buildPartial()
           
static DescriptorProtos.ServiceDescriptorProto DescriptorProtos.ServiceDescriptorProto.getDefaultInstance()
           
 DescriptorProtos.ServiceDescriptorProto DescriptorProtos.ServiceDescriptorProto.getDefaultInstanceForType()
           
 DescriptorProtos.ServiceDescriptorProto DescriptorProtos.ServiceDescriptorProto.Builder.getDefaultInstanceForType()
           
 DescriptorProtos.ServiceDescriptorProto DescriptorProtos.FileDescriptorProto.getService(int index)
           
 DescriptorProtos.ServiceDescriptorProto DescriptorProtos.FileDescriptorProto.Builder.getService(int index)
           
protected  DescriptorProtos.ServiceDescriptorProto DescriptorProtos.ServiceDescriptorProto.Builder.internalGetResult()
           
static DescriptorProtos.ServiceDescriptorProto DescriptorProtos.ServiceDescriptorProto.parseFrom(byte[] data)
           
static DescriptorProtos.ServiceDescriptorProto DescriptorProtos.ServiceDescriptorProto.parseFrom(byte[] data, ExtensionRegistry extensionRegistry)
           
static DescriptorProtos.ServiceDescriptorProto DescriptorProtos.ServiceDescriptorProto.parseFrom(ByteString data)
           
static DescriptorProtos.ServiceDescriptorProto DescriptorProtos.ServiceDescriptorProto.parseFrom(ByteString data, ExtensionRegistry extensionRegistry)
           
static DescriptorProtos.ServiceDescriptorProto DescriptorProtos.ServiceDescriptorProto.parseFrom(CodedInputStream input)
           
static DescriptorProtos.ServiceDescriptorProto DescriptorProtos.ServiceDescriptorProto.parseFrom(CodedInputStream input, ExtensionRegistry extensionRegistry)
           
static DescriptorProtos.ServiceDescriptorProto DescriptorProtos.ServiceDescriptorProto.parseFrom(java.io.InputStream input)
           
static DescriptorProtos.ServiceDescriptorProto DescriptorProtos.ServiceDescriptorProto.parseFrom(java.io.InputStream input, ExtensionRegistry extensionRegistry)
           
 DescriptorProtos.ServiceDescriptorProto Descriptors.ServiceDescriptor.toProto()
          Convert the descriptor to its protocol message representation.
 

Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.ServiceDescriptorProto
 java.util.List<DescriptorProtos.ServiceDescriptorProto> DescriptorProtos.FileDescriptorProto.getServiceList()
           
 java.util.List<DescriptorProtos.ServiceDescriptorProto> DescriptorProtos.FileDescriptorProto.Builder.getServiceList()
           
 

Methods in com.google.protobuf with parameters of type DescriptorProtos.ServiceDescriptorProto
 DescriptorProtos.FileDescriptorProto.Builder DescriptorProtos.FileDescriptorProto.Builder.addService(DescriptorProtos.ServiceDescriptorProto value)
           
 DescriptorProtos.ServiceDescriptorProto.Builder DescriptorProtos.ServiceDescriptorProto.Builder.mergeFrom(DescriptorProtos.ServiceDescriptorProto other)
           
static DescriptorProtos.ServiceDescriptorProto.Builder DescriptorProtos.ServiceDescriptorProto.newBuilder(DescriptorProtos.ServiceDescriptorProto prototype)
           
 DescriptorProtos.FileDescriptorProto.Builder DescriptorProtos.FileDescriptorProto.Builder.setService(int index, DescriptorProtos.ServiceDescriptorProto value)
           
 

Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.ServiceDescriptorProto
 DescriptorProtos.FileDescriptorProto.Builder DescriptorProtos.FileDescriptorProto.Builder.addAllService(java.lang.Iterable<? extends DescriptorProtos.ServiceDescriptorProto> values)
           
 



Copyright © 2008. All Rights Reserved.