Uses of Interface
com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
Packages that use PluginProtos.CodeGeneratorResponse.FileOrBuilder Package Description com.google.protobuf.compiler -
-
Uses of PluginProtos.CodeGeneratorResponse.FileOrBuilder in com.google.protobuf.compiler
Classes in com.google.protobuf.compiler that implement PluginProtos.CodeGeneratorResponse.FileOrBuilder Modifier and Type Class Description static classPluginProtos.CodeGeneratorResponse.FileRepresents a single generated file.static classPluginProtos.CodeGeneratorResponse.File.BuilderRepresents a single generated file.Methods in com.google.protobuf.compiler that return PluginProtos.CodeGeneratorResponse.FileOrBuilder Modifier and Type Method Description PluginProtos.CodeGeneratorResponse.FileOrBuilderPluginProtos.CodeGeneratorResponse.Builder. getFileOrBuilder(int index)repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;PluginProtos.CodeGeneratorResponse.FileOrBuilderPluginProtos.CodeGeneratorResponse. getFileOrBuilder(int index)repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;PluginProtos.CodeGeneratorResponse.FileOrBuilderPluginProtos.CodeGeneratorResponseOrBuilder. getFileOrBuilder(int index)repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;Methods in com.google.protobuf.compiler that return types with arguments of type PluginProtos.CodeGeneratorResponse.FileOrBuilder Modifier and Type Method Description List<? extends PluginProtos.CodeGeneratorResponse.FileOrBuilder>PluginProtos.CodeGeneratorResponse.Builder. getFileOrBuilderList()repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;List<? extends PluginProtos.CodeGeneratorResponse.FileOrBuilder>PluginProtos.CodeGeneratorResponse. getFileOrBuilderList()repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;List<? extends PluginProtos.CodeGeneratorResponse.FileOrBuilder>PluginProtos.CodeGeneratorResponseOrBuilder. getFileOrBuilderList()repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
-