Uses of Class
com.google.protobuf.DescriptorProtos.MethodDescriptorProto
Packages that use DescriptorProtos.MethodDescriptorProto
-
Uses of DescriptorProtos.MethodDescriptorProto in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.MethodDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.MethodDescriptorProto.Builder.build()DescriptorProtos.MethodDescriptorProto.Builder.buildPartial()DescriptorProtos.MethodDescriptorProto.getDefaultInstance()DescriptorProtos.MethodDescriptorProto.Builder.getDefaultInstanceForType()DescriptorProtos.MethodDescriptorProto.getDefaultInstanceForType()DescriptorProtos.ServiceDescriptorProto.Builder.getMethod(int index) repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];DescriptorProtos.ServiceDescriptorProto.getMethod(int index) repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];DescriptorProtos.ServiceDescriptorProtoOrBuilder.getMethod(int index) repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];DescriptorProtos.MethodDescriptorProto.parseDelimitedFrom(InputStream input) DescriptorProtos.MethodDescriptorProto.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodDescriptorProto.parseFrom(byte[] data) DescriptorProtos.MethodDescriptorProto.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodDescriptorProto.parseFrom(ByteString data) DescriptorProtos.MethodDescriptorProto.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodDescriptorProto.parseFrom(CodedInputStream input) DescriptorProtos.MethodDescriptorProto.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodDescriptorProto.parseFrom(InputStream input) DescriptorProtos.MethodDescriptorProto.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodDescriptorProto.parseFrom(ByteBuffer data) DescriptorProtos.MethodDescriptorProto.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Descriptors.MethodDescriptor.toProto()Convert the descriptor to its protocol message representation.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.MethodDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.ServiceDescriptorProto.Builder.getMethodList()repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];DescriptorProtos.ServiceDescriptorProto.getMethodList()repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];DescriptorProtos.ServiceDescriptorProtoOrBuilder.getMethodList()repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];DescriptorProtos.MethodDescriptorProto.getParserForType()DescriptorProtos.MethodDescriptorProto.parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.MethodDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.ServiceDescriptorProto.Builder.addMethod(int index, DescriptorProtos.MethodDescriptorProto value) 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.MethodDescriptorProto.Builder.mergeFrom(DescriptorProtos.MethodDescriptorProto other) DescriptorProtos.MethodDescriptorProto.newBuilder(DescriptorProtos.MethodDescriptorProto prototype) DescriptorProtos.ServiceDescriptorProto.Builder.setMethod(int index, DescriptorProtos.MethodDescriptorProto value) repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.MethodDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.ServiceDescriptorProto.Builder.addAllMethod(Iterable<? extends DescriptorProtos.MethodDescriptorProto> values) repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];