Uses of Class
com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
Packages that use PluginProtos.CodeGeneratorResponse.Builder
-
Uses of PluginProtos.CodeGeneratorResponse.Builder in com.google.protobuf.compiler
Subclasses with type arguments of type PluginProtos.CodeGeneratorResponse.Builder in com.google.protobuf.compilerModifier and TypeClassDescriptionstatic final classThe plugin writes an encoded CodeGeneratorResponse to stdout.Methods in com.google.protobuf.compiler that return PluginProtos.CodeGeneratorResponse.BuilderModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.Builder.addAllFile(Iterable<? extends PluginProtos.CodeGeneratorResponse.File> values) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;PluginProtos.CodeGeneratorResponse.Builder.addFile(int index, PluginProtos.CodeGeneratorResponse.File value) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;PluginProtos.CodeGeneratorResponse.Builder.addFile(int index, PluginProtos.CodeGeneratorResponse.File.Builder builderForValue) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;PluginProtos.CodeGeneratorResponse.Builder.addFile(PluginProtos.CodeGeneratorResponse.File value) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;PluginProtos.CodeGeneratorResponse.Builder.addFile(PluginProtos.CodeGeneratorResponse.File.Builder builderForValue) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;PluginProtos.CodeGeneratorResponse.Builder.clear()PluginProtos.CodeGeneratorResponse.Builder.clearError()Error message.PluginProtos.CodeGeneratorResponse.Builder.clearFile()repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;PluginProtos.CodeGeneratorResponse.Builder.clearMaximumEdition()The maximum edition this plugin supports.PluginProtos.CodeGeneratorResponse.Builder.clearMinimumEdition()The minimum edition this plugin supports.PluginProtos.CodeGeneratorResponse.Builder.clearSupportedFeatures()A bitmask of supported features that the code generator supports.PluginProtos.CodeGeneratorResponse.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorResponse.Builder.mergeFrom(PluginProtos.CodeGeneratorResponse other) PluginProtos.CodeGeneratorResponse.newBuilder()PluginProtos.CodeGeneratorResponse.newBuilder(PluginProtos.CodeGeneratorResponse prototype) PluginProtos.CodeGeneratorResponse.newBuilderForType()PluginProtos.CodeGeneratorResponse.newBuilderForType(AbstractMessage.BuilderParent parent) PluginProtos.CodeGeneratorResponse.Builder.removeFile(int index) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;Error message.PluginProtos.CodeGeneratorResponse.Builder.setErrorBytes(ByteString value) Error message.PluginProtos.CodeGeneratorResponse.Builder.setFile(int index, PluginProtos.CodeGeneratorResponse.File value) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;PluginProtos.CodeGeneratorResponse.Builder.setFile(int index, PluginProtos.CodeGeneratorResponse.File.Builder builderForValue) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;PluginProtos.CodeGeneratorResponse.Builder.setMaximumEdition(int value) The maximum edition this plugin supports.PluginProtos.CodeGeneratorResponse.Builder.setMinimumEdition(int value) The minimum edition this plugin supports.PluginProtos.CodeGeneratorResponse.Builder.setSupportedFeatures(long value) A bitmask of supported features that the code generator supports.PluginProtos.CodeGeneratorResponse.toBuilder()