Uses of Class
com.google.protobuf.DescriptorProtos.DescriptorProto
Packages that use DescriptorProtos.DescriptorProto
-
Uses of DescriptorProtos.DescriptorProto in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.DescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.build()
DescriptorProtos.DescriptorProto.Builder.buildPartial()
DescriptorProtos.DescriptorProto.getDefaultInstance()
DescriptorProtos.DescriptorProto.Builder.getDefaultInstanceForType()
DescriptorProtos.DescriptorProto.getDefaultInstanceForType()
DescriptorProtos.FileDescriptorProto.Builder.getMessageType
(int index) repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
DescriptorProtos.FileDescriptorProto.getMessageType
(int index) repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
DescriptorProtos.FileDescriptorProtoOrBuilder.getMessageType
(int index) repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
DescriptorProtos.DescriptorProto.Builder.getNestedType
(int index) repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
DescriptorProtos.DescriptorProto.getNestedType
(int index) repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
DescriptorProtos.DescriptorProtoOrBuilder.getNestedType
(int index) repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
DescriptorProtos.DescriptorProto.parseDelimitedFrom
(InputStream input) DescriptorProtos.DescriptorProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.parseFrom
(byte[] data) DescriptorProtos.DescriptorProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.parseFrom
(com.google.protobuf.ByteString data) DescriptorProtos.DescriptorProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.parseFrom
(com.google.protobuf.CodedInputStream input) DescriptorProtos.DescriptorProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.parseFrom
(InputStream input) DescriptorProtos.DescriptorProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.parseFrom
(ByteBuffer data) DescriptorProtos.DescriptorProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Descriptors.Descriptor.toProto()
Convert the descriptor to its protocol message representation.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.DescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorProto.Builder.getMessageTypeList()
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
DescriptorProtos.FileDescriptorProto.getMessageTypeList()
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
DescriptorProtos.FileDescriptorProtoOrBuilder.getMessageTypeList()
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
DescriptorProtos.DescriptorProto.Builder.getNestedTypeList()
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
DescriptorProtos.DescriptorProto.getNestedTypeList()
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
DescriptorProtos.DescriptorProtoOrBuilder.getNestedTypeList()
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
com.google.protobuf.Parser
<DescriptorProtos.DescriptorProto> DescriptorProtos.DescriptorProto.getParserForType()
static com.google.protobuf.Parser
<DescriptorProtos.DescriptorProto> DescriptorProtos.DescriptorProto.parser()
Methods in com.google.protobuf with parameters of type DescriptorProtos.DescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorProto.Builder.addMessageType
(int index, DescriptorProtos.DescriptorProto value) repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
DescriptorProtos.FileDescriptorProto.Builder.addMessageType
(DescriptorProtos.DescriptorProto value) repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
DescriptorProtos.DescriptorProto.Builder.addNestedType
(int index, DescriptorProtos.DescriptorProto value) repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
DescriptorProtos.DescriptorProto.Builder.addNestedType
(DescriptorProtos.DescriptorProto value) repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
DescriptorProtos.DescriptorProto.Builder.mergeFrom
(DescriptorProtos.DescriptorProto other) DescriptorProtos.DescriptorProto.newBuilder
(DescriptorProtos.DescriptorProto prototype) DescriptorProtos.FileDescriptorProto.Builder.setMessageType
(int index, DescriptorProtos.DescriptorProto value) repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
DescriptorProtos.DescriptorProto.Builder.setNestedType
(int index, DescriptorProtos.DescriptorProto value) repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.DescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorProto.Builder.addAllMessageType
(Iterable<? extends DescriptorProtos.DescriptorProto> values) repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
DescriptorProtos.DescriptorProto.Builder.addAllNestedType
(Iterable<? extends DescriptorProtos.DescriptorProto> values) repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];