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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodDescriptorProto.parseFrom
(byte[] data) DescriptorProtos.MethodDescriptorProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodDescriptorProto.parseFrom
(com.google.protobuf.ByteString data) DescriptorProtos.MethodDescriptorProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodDescriptorProto.parseFrom
(com.google.protobuf.CodedInputStream input) DescriptorProtos.MethodDescriptorProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodDescriptorProto.parseFrom
(InputStream input) DescriptorProtos.MethodDescriptorProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodDescriptorProto.parseFrom
(ByteBuffer data) DescriptorProtos.MethodDescriptorProto.parseFrom
(ByteBuffer data, com.google.protobuf.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"];
com.google.protobuf.Parser
<DescriptorProtos.MethodDescriptorProto> DescriptorProtos.MethodDescriptorProto.getParserForType()
static com.google.protobuf.Parser
<DescriptorProtos.MethodDescriptorProto> 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"];