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
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.addRepeatedField
(Descriptors.FieldDescriptor field, Object value) PluginProtos.CodeGeneratorResponse.Builder.clear()
PluginProtos.CodeGeneratorResponse.Builder.clearError()
Error message.PluginProtos.CodeGeneratorResponse.Builder.clearField
(Descriptors.FieldDescriptor field) PluginProtos.CodeGeneratorResponse.Builder.clearFile()
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
PluginProtos.CodeGeneratorResponse.Builder.clearOneof
(Descriptors.OneofDescriptor oneof) PluginProtos.CodeGeneratorResponse.Builder.clearSupportedFeatures()
A bitmask of supported features that the code generator supports.PluginProtos.CodeGeneratorResponse.Builder.clone()
PluginProtos.CodeGeneratorResponse.Builder.mergeFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorResponse.Builder.mergeFrom
(PluginProtos.CodeGeneratorResponse other) PluginProtos.CodeGeneratorResponse.Builder.mergeUnknownFields
(UnknownFieldSet unknownFields) PluginProtos.CodeGeneratorResponse.newBuilder()
PluginProtos.CodeGeneratorResponse.newBuilder
(PluginProtos.CodeGeneratorResponse prototype) PluginProtos.CodeGeneratorResponse.newBuilderForType()
PluginProtos.CodeGeneratorResponse.newBuilderForType
(GeneratedMessageV3.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.setField
(Descriptors.FieldDescriptor field, Object value) 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.setRepeatedField
(Descriptors.FieldDescriptor field, int index, Object value) PluginProtos.CodeGeneratorResponse.Builder.setSupportedFeatures
(long value) A bitmask of supported features that the code generator supports.PluginProtos.CodeGeneratorResponse.Builder.setUnknownFields
(UnknownFieldSet unknownFields) PluginProtos.CodeGeneratorResponse.toBuilder()