Uses of Interface
com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
Packages that use DescriptorProtos.EnumDescriptorProtoOrBuilder Package Description com.google.protobuf -
-
Uses of DescriptorProtos.EnumDescriptorProtoOrBuilder in com.google.protobuf
Classes in com.google.protobuf that implement DescriptorProtos.EnumDescriptorProtoOrBuilder Modifier and Type Class Description static class
DescriptorProtos.EnumDescriptorProto
Describes an enum type.static class
DescriptorProtos.EnumDescriptorProto.Builder
Describes an enum type.Fields in com.google.protobuf with type parameters of type DescriptorProtos.EnumDescriptorProtoOrBuilder Modifier and Type Field Description private RepeatedFieldBuilderV3<DescriptorProtos.EnumDescriptorProto,DescriptorProtos.EnumDescriptorProto.Builder,DescriptorProtos.EnumDescriptorProtoOrBuilder>
DescriptorProtos.DescriptorProto.Builder. enumTypeBuilder_
private RepeatedFieldBuilderV3<DescriptorProtos.EnumDescriptorProto,DescriptorProtos.EnumDescriptorProto.Builder,DescriptorProtos.EnumDescriptorProtoOrBuilder>
DescriptorProtos.FileDescriptorProto.Builder. enumTypeBuilder_
Methods in com.google.protobuf that return DescriptorProtos.EnumDescriptorProtoOrBuilder Modifier and Type Method Description DescriptorProtos.EnumDescriptorProtoOrBuilder
DescriptorProtos.DescriptorProto.Builder. getEnumTypeOrBuilder(int index)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.EnumDescriptorProtoOrBuilder
DescriptorProtos.DescriptorProto. getEnumTypeOrBuilder(int index)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.EnumDescriptorProtoOrBuilder
DescriptorProtos.DescriptorProtoOrBuilder. getEnumTypeOrBuilder(int index)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.EnumDescriptorProtoOrBuilder
DescriptorProtos.FileDescriptorProto.Builder. getEnumTypeOrBuilder(int index)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.EnumDescriptorProtoOrBuilder
DescriptorProtos.FileDescriptorProto. getEnumTypeOrBuilder(int index)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.EnumDescriptorProtoOrBuilder
DescriptorProtos.FileDescriptorProtoOrBuilder. getEnumTypeOrBuilder(int index)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.EnumDescriptorProtoOrBuilder Modifier and Type Method Description private RepeatedFieldBuilderV3<DescriptorProtos.EnumDescriptorProto,DescriptorProtos.EnumDescriptorProto.Builder,DescriptorProtos.EnumDescriptorProtoOrBuilder>
DescriptorProtos.DescriptorProto.Builder. getEnumTypeFieldBuilder()
private RepeatedFieldBuilderV3<DescriptorProtos.EnumDescriptorProto,DescriptorProtos.EnumDescriptorProto.Builder,DescriptorProtos.EnumDescriptorProtoOrBuilder>
DescriptorProtos.FileDescriptorProto.Builder. getEnumTypeFieldBuilder()
java.util.List<? extends DescriptorProtos.EnumDescriptorProtoOrBuilder>
DescriptorProtos.DescriptorProto.Builder. getEnumTypeOrBuilderList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
java.util.List<? extends DescriptorProtos.EnumDescriptorProtoOrBuilder>
DescriptorProtos.DescriptorProto. getEnumTypeOrBuilderList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
java.util.List<? extends DescriptorProtos.EnumDescriptorProtoOrBuilder>
DescriptorProtos.DescriptorProtoOrBuilder. getEnumTypeOrBuilderList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
java.util.List<? extends DescriptorProtos.EnumDescriptorProtoOrBuilder>
DescriptorProtos.FileDescriptorProto.Builder. getEnumTypeOrBuilderList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
java.util.List<? extends DescriptorProtos.EnumDescriptorProtoOrBuilder>
DescriptorProtos.FileDescriptorProto. getEnumTypeOrBuilderList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
java.util.List<? extends DescriptorProtos.EnumDescriptorProtoOrBuilder>
DescriptorProtos.FileDescriptorProtoOrBuilder. getEnumTypeOrBuilderList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-