Uses of Class
com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
Packages that use DescriptorProtos.FileDescriptorProto Package Description com.google.protobuf -
-
Uses of DescriptorProtos.FileDescriptorProto in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.FileDescriptorProto Modifier and Type Method Description static DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorProto. getDefaultInstance()
DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorSet.Builder. getFile(int index)
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorSet. getFile(int index)
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorSetOrBuilder. getFile(int index)
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
static DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorProto. parseDelimitedFrom(java.io.InputStream input)
static DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorProto. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorProto. parseFrom(byte[] data)
static DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorProto. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorProto. parseFrom(ByteString data)
static DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorProto. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorProto. parseFrom(CodedInputStream input)
static DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorProto. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorProto. parseFrom(java.io.InputStream input)
static DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorProto. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorProto. parseFrom(java.nio.ByteBuffer data)
static DescriptorProtos.FileDescriptorProto
DescriptorProtos.FileDescriptorProto. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.FileDescriptorProto Modifier and Type Method Description java.util.List<DescriptorProtos.FileDescriptorProto>
DescriptorProtos.FileDescriptorSet.Builder. getFileList()
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
java.util.List<DescriptorProtos.FileDescriptorProto>
DescriptorProtos.FileDescriptorSet. getFileList()
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
java.util.List<DescriptorProtos.FileDescriptorProto>
DescriptorProtos.FileDescriptorSetOrBuilder. getFileList()
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
static Parser<DescriptorProtos.FileDescriptorProto>
DescriptorProtos.FileDescriptorProto. parser()
Methods in com.google.protobuf with parameters of type DescriptorProtos.FileDescriptorProto Modifier and Type Method Description DescriptorProtos.FileDescriptorSet.Builder
DescriptorProtos.FileDescriptorSet.Builder. addFile(int index, DescriptorProtos.FileDescriptorProto value)
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
DescriptorProtos.FileDescriptorSet.Builder
DescriptorProtos.FileDescriptorSet.Builder. addFile(DescriptorProtos.FileDescriptorProto value)
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
static DescriptorProtos.FileDescriptorProto.Builder
DescriptorProtos.FileDescriptorProto. newBuilder(DescriptorProtos.FileDescriptorProto prototype)
DescriptorProtos.FileDescriptorSet.Builder
DescriptorProtos.FileDescriptorSet.Builder. setFile(int index, DescriptorProtos.FileDescriptorProto value)
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.FileDescriptorProto Modifier and Type Method Description DescriptorProtos.FileDescriptorSet.Builder
DescriptorProtos.FileDescriptorSet.Builder. addAllFile(java.lang.Iterable<? extends DescriptorProtos.FileDescriptorProto> values)
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
-