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 classDescriptorProtos.FileDescriptorProtoProtobuf typegoogle.protobuf.FileDescriptorProtostatic classDescriptorProtos.FileDescriptorProto.BuilderProtobuf typegoogle.protobuf.FileDescriptorProtoMethods in com.google.protobuf that return DescriptorProtos.FileDescriptorProtoOrBuilder Modifier and Type Method Description DescriptorProtos.FileDescriptorProtoOrBuilderDescriptorProtos.FileDescriptorSet.Builder. getFileOrBuilder(int index)repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];DescriptorProtos.FileDescriptorProtoOrBuilderDescriptorProtos.FileDescriptorSet. getFileOrBuilder(int index)repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];DescriptorProtos.FileDescriptorProtoOrBuilderDescriptorProtos.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"];Methods in com.google.protobuf with parameters of type DescriptorProtos.FileDescriptorProtoOrBuilder Modifier and Type Method Description static java.lang.StringGeneratorNames. getFileClassName(DescriptorProtos.FileDescriptorProtoOrBuilder file)Returns the generated unqualified outer file class name for the given file descriptor proto.static java.lang.StringGeneratorNames. getFileJavaPackage(DescriptorProtos.FileDescriptorProtoOrBuilder file)Returns the generated package for the given file descriptor proto. -
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.FileDescriptorProtoOrBuilderPluginProtos.CodeGeneratorRequest.Builder. getProtoFileOrBuilder(int index)repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];DescriptorProtos.FileDescriptorProtoOrBuilderPluginProtos.CodeGeneratorRequest. getProtoFileOrBuilder(int index)repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];DescriptorProtos.FileDescriptorProtoOrBuilderPluginProtos.CodeGeneratorRequestOrBuilder. getProtoFileOrBuilder(int index)repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];DescriptorProtos.FileDescriptorProtoOrBuilderPluginProtos.CodeGeneratorRequest.Builder. getSourceFileDescriptorsOrBuilder(int index)repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];DescriptorProtos.FileDescriptorProtoOrBuilderPluginProtos.CodeGeneratorRequest. getSourceFileDescriptorsOrBuilder(int index)repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];DescriptorProtos.FileDescriptorProtoOrBuilderPluginProtos.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"];
-