Uses of Class
com.google.protobuf.generated.DescriptorProtos.MethodDescriptorProto
Packages that use DescriptorProtos.MethodDescriptorProto
-
Uses of DescriptorProtos.MethodDescriptorProto in com.google.protobuf.generated
Methods in com.google.protobuf.generated 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;
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, 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) Methods in com.google.protobuf.generated 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;
com.google.protobuf.Parser
<DescriptorProtos.MethodDescriptorProto> DescriptorProtos.MethodDescriptorProto.getParserForType()
static com.google.protobuf.Parser
<DescriptorProtos.MethodDescriptorProto> DescriptorProtos.MethodDescriptorProto.parser()
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.MethodDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.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.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;
Method parameters in com.google.protobuf.generated with type arguments of type DescriptorProtos.MethodDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.ServiceDescriptorProto.Builder.addAllMethod
(Iterable<? extends DescriptorProtos.MethodDescriptorProto> values) repeated .google.protobuf.MethodDescriptorProto method = 2;