Uses of Class
com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
Packages that use DescriptorProtos.ServiceDescriptorProto.Builder
-
Uses of DescriptorProtos.ServiceDescriptorProto.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.ServiceDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.ServiceDescriptorProto.Builder.addAllMethod(Iterable<? extends DescriptorProtos.MethodDescriptorProto> values) repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];DescriptorProtos.ServiceDescriptorProto.Builder.addMethod(int index, DescriptorProtos.MethodDescriptorProto value) repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];DescriptorProtos.ServiceDescriptorProto.Builder.addMethod(int index, DescriptorProtos.MethodDescriptorProto.Builder builderForValue) repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];DescriptorProtos.ServiceDescriptorProto.Builder.addMethod(DescriptorProtos.MethodDescriptorProto value) repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];DescriptorProtos.ServiceDescriptorProto.Builder.addMethod(DescriptorProtos.MethodDescriptorProto.Builder builderForValue) repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];DescriptorProtos.ServiceDescriptorProto.Builder.clearMethod()repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];DescriptorProtos.ServiceDescriptorProto.Builder.clearName()optional string name = 1 [json_name = "name"];DescriptorProtos.ServiceDescriptorProto.Builder.clearOptions()optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];DescriptorProtos.ServiceDescriptorProto.Builder.mergeOptions(DescriptorProtos.ServiceOptions value) optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];DescriptorProtos.ServiceDescriptorProto.newBuilder()DescriptorProtos.ServiceDescriptorProto.newBuilder(DescriptorProtos.ServiceDescriptorProto prototype) DescriptorProtos.ServiceDescriptorProto.Builder.removeMethod(int index) repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];DescriptorProtos.ServiceDescriptorProto.Builder.setMethod(int index, DescriptorProtos.MethodDescriptorProto value) repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];DescriptorProtos.ServiceDescriptorProto.Builder.setMethod(int index, DescriptorProtos.MethodDescriptorProto.Builder builderForValue) repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];optional string name = 1 [json_name = "name"];DescriptorProtos.ServiceDescriptorProto.Builder.setNameBytes(com.google.protobuf.ByteString value) optional string name = 1 [json_name = "name"];DescriptorProtos.ServiceDescriptorProto.Builder.setOptions(DescriptorProtos.ServiceOptions value) optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];DescriptorProtos.ServiceDescriptorProto.Builder.setOptions(DescriptorProtos.ServiceOptions.Builder builderForValue) optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];Methods in com.google.protobuf with parameters of type DescriptorProtos.ServiceDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorProto.Builder.addService(int index, DescriptorProtos.ServiceDescriptorProto.Builder builderForValue) repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];DescriptorProtos.FileDescriptorProto.Builder.addService(DescriptorProtos.ServiceDescriptorProto.Builder builderForValue) repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];DescriptorProtos.FileDescriptorProto.Builder.setService(int index, DescriptorProtos.ServiceDescriptorProto.Builder builderForValue) repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];