| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Field and Description |
|---|---|
static Parser |
DescriptorProtos.FileDescriptorProto.PARSER
|
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.Builder.build()
|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.Builder.buildPartial()
|
static DescriptorProtos |
DescriptorProtos.FileDescriptorProto.getDefaultInstance()
|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.getDefaultInstanceForType()
|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.Builder.getDefaultInstanceForType()
|
DescriptorProtos |
DescriptorProtos.FileDescriptorSetOrBuilder.getFile(int index)
repeated .google.protobuf.FileDescriptorProto file = 1;
|
DescriptorProtos |
DescriptorProtos.FileDescriptorSet.getFile(int index)
repeated .google.protobuf.FileDescriptorProto file = 1;
|
DescriptorProtos |
DescriptorProtos.FileDescriptorSet.Builder.getFile(int index)
repeated .google.protobuf.FileDescriptorProto file = 1;
|
static DescriptorProtos |
DescriptorProtos.FileDescriptorProto.parseDelimitedFrom(InputStream
|
static DescriptorProtos |
DescriptorProtos.FileDescriptorProto.parseDelimitedFrom(InputStream
|
static DescriptorProtos |
DescriptorProtos.FileDescriptorProto.parseFrom(byte[] data)
|
static DescriptorProtos |
DescriptorProtos.FileDescriptorProto.parseFrom(byte[] data, ExtensionRegistryLite
|
static DescriptorProtos |
DescriptorProtos.FileDescriptorProto.parseFrom(ByteString
|
static DescriptorProtos |
DescriptorProtos.FileDescriptorProto.parseFrom(ByteString
|
static DescriptorProtos |
DescriptorProtos.FileDescriptorProto.parseFrom(CodedInputStream
|
static DescriptorProtos |
DescriptorProtos.FileDescriptorProto.parseFrom(CodedInputStream
|
static DescriptorProtos |
DescriptorProtos.FileDescriptorProto.parseFrom(InputStream
|
static DescriptorProtos |
DescriptorProtos.FileDescriptorProto.parseFrom(InputStream
|
DescriptorProtos |
Descriptors.FileDescriptor.toProto()
Convert the descriptor to its protocol message representation.
|
| Modifier and Type | Method and Description |
|---|---|
List |
DescriptorProtos.FileDescriptorSetOrBuilder.getFileList()
repeated .google.protobuf.FileDescriptorProto file = 1;
|
List |
DescriptorProtos.FileDescriptorSet.getFileList()
repeated .google.protobuf.FileDescriptorProto file = 1;
|
List |
DescriptorProtos.FileDescriptorSet.Builder.getFileList()
repeated .google.protobuf.FileDescriptorProto file = 1;
|
Parser |
DescriptorProtos.FileDescriptorProto.getParserForType()
|
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos |
DescriptorProtos.FileDescriptorSet.Builder.addFile(DescriptorProtos
repeated .google.protobuf.FileDescriptorProto file = 1;
|
DescriptorProtos |
DescriptorProtos.FileDescriptorSet.Builder.addFile(int index, DescriptorProtos
repeated .google.protobuf.FileDescriptorProto file = 1;
|
static Descriptors |
Descriptors.FileDescriptor.buildFrom(DescriptorProtos
Construct a
FileDescriptor.
|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.Builder.mergeFrom(DescriptorProtos
|
static DescriptorProtos |
DescriptorProtos.FileDescriptorProto.newBuilder(DescriptorProtos
|
DescriptorProtos |
DescriptorProtos.FileDescriptorSet.Builder.setFile(int index, DescriptorProtos
repeated .google.protobuf.FileDescriptorProto file = 1;
|
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos |
DescriptorProtos.FileDescriptorSet.Builder.addAllFile(Iterable
repeated .google.protobuf.FileDescriptorProto file = 1;
|