Uses of Class
com.google.protobuf.gen.DescriptorProtos.ServiceDescriptorProto
-
Packages that use DescriptorProtos.ServiceDescriptorProto Package Description com.google.protobuf.gen -
-
Uses of DescriptorProtos.ServiceDescriptorProto in com.google.protobuf.gen
Fields in com.google.protobuf.gen with type parameters of type DescriptorProtos.ServiceDescriptorProto Modifier and Type Field Description static com.google.protobuf.Parser<DescriptorProtos.ServiceDescriptorProto>DescriptorProtos.ServiceDescriptorProto. PARSERDeprecated.Methods in com.google.protobuf.gen that return DescriptorProtos.ServiceDescriptorProto Modifier and Type Method Description DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto.Builder. build()DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto.Builder. buildPartial()static DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto. getDefaultInstance()DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto.Builder. getDefaultInstanceForType()DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto. getDefaultInstanceForType()DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.FileDescriptorProto.Builder. getService(int index)repeated .google.protobuf.ServiceDescriptorProto service = 6;DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.FileDescriptorProto. getService(int index)repeated .google.protobuf.ServiceDescriptorProto service = 6;DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.FileDescriptorProtoOrBuilder. getService(int index)repeated .google.protobuf.ServiceDescriptorProto service = 6;static DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto. parseDelimitedFrom(InputStream input)static DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto. parseFrom(byte[] data)static DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto. parseFrom(com.google.protobuf.ByteString data)static DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto. parseFrom(com.google.protobuf.CodedInputStream input)static DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto. parseFrom(InputStream input)static DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto. parseFrom(ByteBuffer data)static DescriptorProtos.ServiceDescriptorProtoDescriptorProtos.ServiceDescriptorProto. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf.gen that return types with arguments of type DescriptorProtos.ServiceDescriptorProto Modifier and Type Method Description com.google.protobuf.Parser<DescriptorProtos.ServiceDescriptorProto>DescriptorProtos.ServiceDescriptorProto. getParserForType()List<DescriptorProtos.ServiceDescriptorProto>DescriptorProtos.FileDescriptorProto.Builder. getServiceList()repeated .google.protobuf.ServiceDescriptorProto service = 6;List<DescriptorProtos.ServiceDescriptorProto>DescriptorProtos.FileDescriptorProto. getServiceList()repeated .google.protobuf.ServiceDescriptorProto service = 6;List<DescriptorProtos.ServiceDescriptorProto>DescriptorProtos.FileDescriptorProtoOrBuilder. getServiceList()repeated .google.protobuf.ServiceDescriptorProto service = 6;static com.google.protobuf.Parser<DescriptorProtos.ServiceDescriptorProto>DescriptorProtos.ServiceDescriptorProto. parser()Methods in com.google.protobuf.gen with parameters of type DescriptorProtos.ServiceDescriptorProto Modifier and Type Method Description DescriptorProtos.FileDescriptorProto.BuilderDescriptorProtos.FileDescriptorProto.Builder. addService(int index, DescriptorProtos.ServiceDescriptorProto value)repeated .google.protobuf.ServiceDescriptorProto service = 6;DescriptorProtos.FileDescriptorProto.BuilderDescriptorProtos.FileDescriptorProto.Builder. addService(DescriptorProtos.ServiceDescriptorProto value)repeated .google.protobuf.ServiceDescriptorProto service = 6;DescriptorProtos.ServiceDescriptorProto.BuilderDescriptorProtos.ServiceDescriptorProto.Builder. mergeFrom(DescriptorProtos.ServiceDescriptorProto other)static DescriptorProtos.ServiceDescriptorProto.BuilderDescriptorProtos.ServiceDescriptorProto. newBuilder(DescriptorProtos.ServiceDescriptorProto prototype)DescriptorProtos.FileDescriptorProto.BuilderDescriptorProtos.FileDescriptorProto.Builder. setService(int index, DescriptorProtos.ServiceDescriptorProto value)repeated .google.protobuf.ServiceDescriptorProto service = 6;Method parameters in com.google.protobuf.gen with type arguments of type DescriptorProtos.ServiceDescriptorProto Modifier and Type Method Description DescriptorProtos.FileDescriptorProto.BuilderDescriptorProtos.FileDescriptorProto.Builder. addAllService(Iterable<? extends DescriptorProtos.ServiceDescriptorProto> values)repeated .google.protobuf.ServiceDescriptorProto service = 6;
-