Uses of Class
com.google.protobuf.DescriptorProtos.MethodDescriptorProto
Packages that use DescriptorProtos.MethodDescriptorProto
-
Uses of DescriptorProtos.MethodDescriptorProto in com.google.protobuf
Subclasses with type arguments of type DescriptorProtos.MethodDescriptorProto in com.google.protobufModifier and TypeClassDescriptionstatic final classDescribes a method of a service.static final classDescribes a method of a service.Fields in com.google.protobuf declared as DescriptorProtos.MethodDescriptorProtoModifier and TypeFieldDescriptionprivate static final DescriptorProtos.MethodDescriptorProtoDescriptorProtos.MethodDescriptorProto.DEFAULT_INSTANCEDescriptors.MethodDescriptor.protoFields in com.google.protobuf with type parameters of type DescriptorProtos.MethodDescriptorProtoModifier and TypeFieldDescriptionDescriptorProtos.ServiceDescriptorProto.method_private static Parser<DescriptorProtos.MethodDescriptorProto> DescriptorProtos.MethodDescriptorProto.PARSERMethods in com.google.protobuf that return DescriptorProtos.MethodDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.MethodDescriptorProto.getDefaultInstance()DescriptorProtos.ServiceDescriptorProto.Builder.getMethod(int index) repeated .google.protobuf.MethodDescriptorProto method = 2;DescriptorProtos.ServiceDescriptorProto.getMethod(int index) repeated .google.protobuf.MethodDescriptorProto method = 2;DescriptorProtos.ServiceDescriptorProtoOrBuilder.getMethod(int index) repeated .google.protobuf.MethodDescriptorProto method = 2;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;DescriptorProtos.ServiceDescriptorProto.getMethodList()repeated .google.protobuf.MethodDescriptorProto method = 2;DescriptorProtos.ServiceDescriptorProtoOrBuilder.getMethodList()repeated .google.protobuf.MethodDescriptorProto method = 2;DescriptorProtos.MethodDescriptorProto.parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.MethodDescriptorProtoModifier and TypeMethodDescriptionprivate voidDescriptorProtos.ServiceDescriptorProto.addMethod(int index, DescriptorProtos.MethodDescriptorProto value) repeated .google.protobuf.MethodDescriptorProto method = 2;private voidDescriptorProtos.ServiceDescriptorProto.addMethod(DescriptorProtos.MethodDescriptorProto value) repeated .google.protobuf.MethodDescriptorProto method = 2;DescriptorProtos.ServiceDescriptorProto.Builder.addMethod(int index, DescriptorProtos.MethodDescriptorProto value) repeated .google.protobuf.MethodDescriptorProto method = 2;DescriptorProtos.ServiceDescriptorProto.Builder.addMethod(DescriptorProtos.MethodDescriptorProto value) repeated .google.protobuf.MethodDescriptorProto method = 2;DescriptorProtos.MethodDescriptorProto.newBuilder(DescriptorProtos.MethodDescriptorProto prototype) DescriptorProtos.ServiceDescriptorProto.Builder.setMethod(int index, DescriptorProtos.MethodDescriptorProto value) repeated .google.protobuf.MethodDescriptorProto method = 2;private voidDescriptorProtos.ServiceDescriptorProto.setMethod(int index, DescriptorProtos.MethodDescriptorProto value) repeated .google.protobuf.MethodDescriptorProto method = 2;private voidDescriptors.MethodDescriptor.setProto(DescriptorProtos.MethodDescriptorProto proto) Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.MethodDescriptorProtoModifier and TypeMethodDescriptionprivate voidDescriptorProtos.ServiceDescriptorProto.addAllMethod(Iterable<? extends DescriptorProtos.MethodDescriptorProto> values) repeated .google.protobuf.MethodDescriptorProto method = 2;DescriptorProtos.ServiceDescriptorProto.Builder.addAllMethod(Iterable<? extends DescriptorProtos.MethodDescriptorProto> values) repeated .google.protobuf.MethodDescriptorProto method = 2;Constructors in com.google.protobuf with parameters of type DescriptorProtos.MethodDescriptorProtoModifierConstructorDescriptionprivateMethodDescriptor(DescriptorProtos.MethodDescriptorProto proto, Descriptors.ServiceDescriptor parent, int index)