Uses of Class
com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
Packages that use DescriptorProtos.EnumDescriptorProto Package Description com.google.protobuf -
-
Uses of DescriptorProtos.EnumDescriptorProto in com.google.protobuf
Fields in com.google.protobuf declared as DescriptorProtos.EnumDescriptorProto Modifier and Type Field Description private static DescriptorProtos.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto. DEFAULT_INSTANCE
private DescriptorProtos.EnumDescriptorProto
Descriptors.EnumDescriptor. proto
Fields in com.google.protobuf with type parameters of type DescriptorProtos.EnumDescriptorProto Modifier and Type Field Description private Internal.ProtobufList<DescriptorProtos.EnumDescriptorProto>
DescriptorProtos.DescriptorProto. enumType_
private Internal.ProtobufList<DescriptorProtos.EnumDescriptorProto>
DescriptorProtos.FileDescriptorProto. enumType_
private static Parser<DescriptorProtos.EnumDescriptorProto>
DescriptorProtos.EnumDescriptorProto. PARSER
Methods in com.google.protobuf that return DescriptorProtos.EnumDescriptorProto Modifier and Type Method Description static DescriptorProtos.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto. getDefaultInstance()
DescriptorProtos.EnumDescriptorProto
DescriptorProtos.DescriptorProto.Builder. getEnumType(int index)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.EnumDescriptorProto
DescriptorProtos.DescriptorProto. getEnumType(int index)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.EnumDescriptorProto
DescriptorProtos.DescriptorProtoOrBuilder. getEnumType(int index)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.EnumDescriptorProto
DescriptorProtos.FileDescriptorProto.Builder. getEnumType(int index)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.EnumDescriptorProto
DescriptorProtos.FileDescriptorProto. getEnumType(int index)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.EnumDescriptorProto
DescriptorProtos.FileDescriptorProtoOrBuilder. getEnumType(int index)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
static DescriptorProtos.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto. parseDelimitedFrom(java.io.InputStream input)
static DescriptorProtos.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto. parseFrom(byte[] data)
static DescriptorProtos.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto. parseFrom(ByteString data)
static DescriptorProtos.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto. parseFrom(CodedInputStream input)
static DescriptorProtos.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto. parseFrom(java.io.InputStream input)
static DescriptorProtos.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto. parseFrom(java.nio.ByteBuffer data)
static DescriptorProtos.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)
DescriptorProtos.EnumDescriptorProto
Descriptors.EnumDescriptor. toProto()
Convert the descriptor to its protocol message representation.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.EnumDescriptorProto Modifier and Type Method Description java.util.List<DescriptorProtos.EnumDescriptorProto>
DescriptorProtos.DescriptorProto.Builder. getEnumTypeList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
java.util.List<DescriptorProtos.EnumDescriptorProto>
DescriptorProtos.DescriptorProto. getEnumTypeList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
java.util.List<DescriptorProtos.EnumDescriptorProto>
DescriptorProtos.DescriptorProtoOrBuilder. getEnumTypeList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
java.util.List<DescriptorProtos.EnumDescriptorProto>
DescriptorProtos.FileDescriptorProto.Builder. getEnumTypeList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
java.util.List<DescriptorProtos.EnumDescriptorProto>
DescriptorProtos.FileDescriptorProto. getEnumTypeList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
java.util.List<DescriptorProtos.EnumDescriptorProto>
DescriptorProtos.FileDescriptorProtoOrBuilder. getEnumTypeList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
static Parser<DescriptorProtos.EnumDescriptorProto>
DescriptorProtos.EnumDescriptorProto. parser()
Methods in com.google.protobuf with parameters of type DescriptorProtos.EnumDescriptorProto Modifier and Type Method Description private void
DescriptorProtos.DescriptorProto. addEnumType(int index, DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
private void
DescriptorProtos.DescriptorProto. addEnumType(DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.Builder
DescriptorProtos.DescriptorProto.Builder. addEnumType(int index, DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.Builder
DescriptorProtos.DescriptorProto.Builder. addEnumType(DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
private void
DescriptorProtos.FileDescriptorProto. addEnumType(int index, DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
private void
DescriptorProtos.FileDescriptorProto. addEnumType(DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.Builder
DescriptorProtos.FileDescriptorProto.Builder. addEnumType(int index, DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.Builder
DescriptorProtos.FileDescriptorProto.Builder. addEnumType(DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
static DescriptorProtos.EnumDescriptorProto.Builder
DescriptorProtos.EnumDescriptorProto. newBuilder(DescriptorProtos.EnumDescriptorProto prototype)
DescriptorProtos.DescriptorProto.Builder
DescriptorProtos.DescriptorProto.Builder. setEnumType(int index, DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
private void
DescriptorProtos.DescriptorProto. setEnumType(int index, DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.FileDescriptorProto.Builder
DescriptorProtos.FileDescriptorProto.Builder. setEnumType(int index, DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
private void
DescriptorProtos.FileDescriptorProto. setEnumType(int index, DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
private void
Descriptors.EnumDescriptor. setProto(DescriptorProtos.EnumDescriptorProto proto)
Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.EnumDescriptorProto Modifier and Type Method Description private void
DescriptorProtos.DescriptorProto. addAllEnumType(java.lang.Iterable<? extends DescriptorProtos.EnumDescriptorProto> values)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.Builder
DescriptorProtos.DescriptorProto.Builder. addAllEnumType(java.lang.Iterable<? extends DescriptorProtos.EnumDescriptorProto> values)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
private void
DescriptorProtos.FileDescriptorProto. addAllEnumType(java.lang.Iterable<? extends DescriptorProtos.EnumDescriptorProto> values)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.Builder
DescriptorProtos.FileDescriptorProto.Builder. addAllEnumType(java.lang.Iterable<? extends DescriptorProtos.EnumDescriptorProto> values)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
Constructors in com.google.protobuf with parameters of type DescriptorProtos.EnumDescriptorProto Constructor Description EnumDescriptor(DescriptorProtos.EnumDescriptorProto proto, Descriptors.FileDescriptor file, Descriptors.Descriptor parent, int index)
-