Uses of Interface
com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
Packages that use DescriptorProtos.FileDescriptorProtoOrBuilder Package Description com.google.protobuf com.google.protobuf.compiler -
-
Uses of DescriptorProtos.FileDescriptorProtoOrBuilder in com.google.protobuf
Classes in com.google.protobuf that implement DescriptorProtos.FileDescriptorProtoOrBuilder Modifier and Type Class Description static class
DescriptorProtos.FileDescriptorProto
Protobuf typegoogle.protobuf.FileDescriptorProto
static class
DescriptorProtos.FileDescriptorProto.Builder
Protobuf typegoogle.protobuf.FileDescriptorProto
Methods in com.google.protobuf that return DescriptorProtos.FileDescriptorProtoOrBuilder Modifier and Type Method Description DescriptorProtos.FileDescriptorProtoOrBuilder
DescriptorProtos.FileDescriptorSet.Builder. getFileOrBuilder(int index)
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
DescriptorProtos.FileDescriptorProtoOrBuilder
DescriptorProtos.FileDescriptorSet. getFileOrBuilder(int index)
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
DescriptorProtos.FileDescriptorProtoOrBuilder
DescriptorProtos.FileDescriptorSetOrBuilder. getFileOrBuilder(int index)
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.FileDescriptorProtoOrBuilder Modifier and Type Method Description java.util.List<? extends DescriptorProtos.FileDescriptorProtoOrBuilder>
DescriptorProtos.FileDescriptorSet.Builder. getFileOrBuilderList()
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
java.util.List<? extends DescriptorProtos.FileDescriptorProtoOrBuilder>
DescriptorProtos.FileDescriptorSet. getFileOrBuilderList()
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
java.util.List<? extends DescriptorProtos.FileDescriptorProtoOrBuilder>
DescriptorProtos.FileDescriptorSetOrBuilder. getFileOrBuilderList()
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
-
Uses of DescriptorProtos.FileDescriptorProtoOrBuilder in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler that return DescriptorProtos.FileDescriptorProtoOrBuilder Modifier and Type Method Description DescriptorProtos.FileDescriptorProtoOrBuilder
PluginProtos.CodeGeneratorRequest.Builder. getProtoFileOrBuilder(int index)
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
DescriptorProtos.FileDescriptorProtoOrBuilder
PluginProtos.CodeGeneratorRequest. getProtoFileOrBuilder(int index)
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
DescriptorProtos.FileDescriptorProtoOrBuilder
PluginProtos.CodeGeneratorRequestOrBuilder. getProtoFileOrBuilder(int index)
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
DescriptorProtos.FileDescriptorProtoOrBuilder
PluginProtos.CodeGeneratorRequest.Builder. getSourceFileDescriptorsOrBuilder(int index)
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
DescriptorProtos.FileDescriptorProtoOrBuilder
PluginProtos.CodeGeneratorRequest. getSourceFileDescriptorsOrBuilder(int index)
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
DescriptorProtos.FileDescriptorProtoOrBuilder
PluginProtos.CodeGeneratorRequestOrBuilder. getSourceFileDescriptorsOrBuilder(int index)
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
Methods in com.google.protobuf.compiler that return types with arguments of type DescriptorProtos.FileDescriptorProtoOrBuilder Modifier and Type Method Description java.util.List<? extends DescriptorProtos.FileDescriptorProtoOrBuilder>
PluginProtos.CodeGeneratorRequest.Builder. getProtoFileOrBuilderList()
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
java.util.List<? extends DescriptorProtos.FileDescriptorProtoOrBuilder>
PluginProtos.CodeGeneratorRequest. getProtoFileOrBuilderList()
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
java.util.List<? extends DescriptorProtos.FileDescriptorProtoOrBuilder>
PluginProtos.CodeGeneratorRequestOrBuilder. getProtoFileOrBuilderList()
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
java.util.List<? extends DescriptorProtos.FileDescriptorProtoOrBuilder>
PluginProtos.CodeGeneratorRequest.Builder. getSourceFileDescriptorsOrBuilderList()
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
java.util.List<? extends DescriptorProtos.FileDescriptorProtoOrBuilder>
PluginProtos.CodeGeneratorRequest. getSourceFileDescriptorsOrBuilderList()
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
java.util.List<? extends DescriptorProtos.FileDescriptorProtoOrBuilder>
PluginProtos.CodeGeneratorRequestOrBuilder. getSourceFileDescriptorsOrBuilderList()
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
-