Uses of Class
com.google.protobuf.DescriptorProtos.MethodDescriptorProto
Packages that use DescriptorProtos.MethodDescriptorProto
-
Uses of DescriptorProtos.MethodDescriptorProto in com.google.protobuf
Fields in com.google.protobuf declared as DescriptorProtos.MethodDescriptorProtoModifier and TypeFieldDescriptionprivate static final DescriptorProtos.MethodDescriptorProto
DescriptorProtos.MethodDescriptorProto.DEFAULT_INSTANCE
Descriptors.MethodDescriptor.proto
Fields in com.google.protobuf with type parameters of type DescriptorProtos.MethodDescriptorProtoModifier and TypeFieldDescriptionDescriptorProtos.ServiceDescriptorProto.method_
private static Parser
<DescriptorProtos.MethodDescriptorProto> DescriptorProtos.MethodDescriptorProto.PARSER
Methods 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 void
DescriptorProtos.ServiceDescriptorProto.addMethod
(int index, DescriptorProtos.MethodDescriptorProto value) repeated .google.protobuf.MethodDescriptorProto method = 2;
private void
DescriptorProtos.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 void
DescriptorProtos.ServiceDescriptorProto.setMethod
(int index, DescriptorProtos.MethodDescriptorProto value) repeated .google.protobuf.MethodDescriptorProto method = 2;
private void
Descriptors.MethodDescriptor.setProto
(DescriptorProtos.MethodDescriptorProto proto) Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.MethodDescriptorProtoModifier and TypeMethodDescriptionprivate void
DescriptorProtos.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.MethodDescriptorProtoModifierConstructorDescriptionprivate
MethodDescriptor
(DescriptorProtos.MethodDescriptorProto proto, Descriptors.FileDescriptor file, Descriptors.ServiceDescriptor parent, int index)