Uses of Class
com.google.protobuf.generated.DescriptorProtos.EnumDescriptorProto
Packages that use DescriptorProtos.EnumDescriptorProto
-
Uses of DescriptorProtos.EnumDescriptorProto in com.google.protobuf.generated
Methods in com.google.protobuf.generated that return DescriptorProtos.EnumDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.build()
DescriptorProtos.EnumDescriptorProto.Builder.buildPartial()
DescriptorProtos.EnumDescriptorProto.getDefaultInstance()
DescriptorProtos.EnumDescriptorProto.Builder.getDefaultInstanceForType()
DescriptorProtos.EnumDescriptorProto.getDefaultInstanceForType()
DescriptorProtos.DescriptorProto.Builder.getEnumType
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.getEnumType
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProtoOrBuilder.getEnumType
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.FileDescriptorProto.Builder.getEnumType
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.getEnumType
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProtoOrBuilder.getEnumType
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.EnumDescriptorProto.parseDelimitedFrom
(InputStream input) DescriptorProtos.EnumDescriptorProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom
(byte[] data) DescriptorProtos.EnumDescriptorProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom
(com.google.protobuf.ByteString data) DescriptorProtos.EnumDescriptorProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom
(com.google.protobuf.CodedInputStream input) DescriptorProtos.EnumDescriptorProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom
(InputStream input) DescriptorProtos.EnumDescriptorProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom
(ByteBuffer data) DescriptorProtos.EnumDescriptorProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.EnumDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.getEnumTypeList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.getEnumTypeList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProtoOrBuilder.getEnumTypeList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.FileDescriptorProto.Builder.getEnumTypeList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.getEnumTypeList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProtoOrBuilder.getEnumTypeList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
com.google.protobuf.Parser
<DescriptorProtos.EnumDescriptorProto> DescriptorProtos.EnumDescriptorProto.getParserForType()
static com.google.protobuf.Parser
<DescriptorProtos.EnumDescriptorProto> DescriptorProtos.EnumDescriptorProto.parser()
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.EnumDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addEnumType
(int index, DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.Builder.addEnumType
(DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.FileDescriptorProto.Builder.addEnumType
(int index, DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.Builder.addEnumType
(DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.EnumDescriptorProto.Builder.mergeFrom
(DescriptorProtos.EnumDescriptorProto other) DescriptorProtos.EnumDescriptorProto.newBuilder
(DescriptorProtos.EnumDescriptorProto prototype) DescriptorProtos.DescriptorProto.Builder.setEnumType
(int index, DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.FileDescriptorProto.Builder.setEnumType
(int index, DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
Method parameters in com.google.protobuf.generated with type arguments of type DescriptorProtos.EnumDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addAllEnumType
(Iterable<? extends DescriptorProtos.EnumDescriptorProto> values) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.FileDescriptorProto.Builder.addAllEnumType
(Iterable<? extends DescriptorProtos.EnumDescriptorProto> values) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;