Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Field and Description |
---|---|
static Parser<DescriptorProtos.EnumDescriptorProto> |
DescriptorProtos.EnumDescriptorProto.PARSER |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.EnumDescriptorProto |
DescriptorProtos.EnumDescriptorProto.Builder.build() |
DescriptorProtos.EnumDescriptorProto |
DescriptorProtos.EnumDescriptorProto.Builder.buildPartial() |
static DescriptorProtos.EnumDescriptorProto |
DescriptorProtos.EnumDescriptorProto.getDefaultInstance() |
DescriptorProtos.EnumDescriptorProto |
DescriptorProtos.EnumDescriptorProto.getDefaultInstanceForType() |
DescriptorProtos.EnumDescriptorProto |
DescriptorProtos.EnumDescriptorProto.Builder.getDefaultInstanceForType() |
DescriptorProtos.EnumDescriptorProto |
DescriptorProtos.FileDescriptorProtoOrBuilder.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.FileDescriptorProto.Builder.getEnumType(int index)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; |
DescriptorProtos.EnumDescriptorProto |
DescriptorProtos.DescriptorProtoOrBuilder.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.DescriptorProto.Builder.getEnumType(int index)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; |
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) |
DescriptorProtos.EnumDescriptorProto |
Descriptors.EnumDescriptor.toProto()
Convert the descriptor to its protocol message representation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DescriptorProtos.EnumDescriptorProto> |
DescriptorProtos.FileDescriptorProtoOrBuilder.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.FileDescriptorProto.Builder.getEnumTypeList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; |
java.util.List<DescriptorProtos.EnumDescriptorProto> |
DescriptorProtos.DescriptorProtoOrBuilder.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.DescriptorProto.Builder.getEnumTypeList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; |
Parser<DescriptorProtos.EnumDescriptorProto> |
DescriptorProtos.EnumDescriptorProto.getParserForType() |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.FileDescriptorProto.Builder |
DescriptorProtos.FileDescriptorProto.Builder.addEnumType(DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addEnumType(DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; |
DescriptorProtos.FileDescriptorProto.Builder |
DescriptorProtos.FileDescriptorProto.Builder.addEnumType(int index,
DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addEnumType(int index,
DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; |
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.mergeFrom(DescriptorProtos.EnumDescriptorProto other) |
static DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.newBuilder(DescriptorProtos.EnumDescriptorProto prototype) |
DescriptorProtos.FileDescriptorProto.Builder |
DescriptorProtos.FileDescriptorProto.Builder.setEnumType(int index,
DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.setEnumType(int index,
DescriptorProtos.EnumDescriptorProto value)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.FileDescriptorProto.Builder |
DescriptorProtos.FileDescriptorProto.Builder.addAllEnumType(java.lang.Iterable<? extends DescriptorProtos.EnumDescriptorProto> values)
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addAllEnumType(java.lang.Iterable<? extends DescriptorProtos.EnumDescriptorProto> values)
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; |