Uses of Class
com.google.protobuf.DescriptorProtos.FileOptions.Builder
Packages that use DescriptorProtos.FileOptions.Builder
-
Uses of DescriptorProtos.FileOptions.Builder in com.google.protobuf
Subclasses with type arguments of type DescriptorProtos.FileOptions.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final classProtobuf typegoogle.protobuf.FileOptionsstatic final classProtobuf typegoogle.protobuf.FileOptionsSubinterfaces with type arguments of type DescriptorProtos.FileOptions.Builder in com.google.protobufMethods in com.google.protobuf that return DescriptorProtos.FileOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.FileOptions.Builder.addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption> values) The parser stores options it doesn't recognize here.DescriptorProtos.FileOptions.Builder.addUninterpretedOption(int index, DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.FileOptions.Builder.addUninterpretedOption(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.FileOptions.Builder.addUninterpretedOption(DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.FileOptions.Builder.addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.FileOptions.Builder.clearCcEnableArenas()Enables the use of arenas for the proto messages in this file.DescriptorProtos.FileOptions.Builder.clearCcGenericServices()Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system.DescriptorProtos.FileOptions.Builder.clearCsharpNamespace()Namespace for generated classes; defaults to the package.DescriptorProtos.FileOptions.Builder.clearDeprecated()Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.DescriptorProtos.FileOptions.Builder.clearFeatures()Any features defined in the specific edition.DescriptorProtos.FileOptions.Builder.clearGoPackage()Sets the Go package where structs generated from this .proto will be placed.DescriptorProtos.FileOptions.Builder.clearJavaGenerateEqualsAndHash()Deprecated.google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated.DescriptorProtos.FileOptions.Builder.clearJavaGenericServices()optional bool java_generic_services = 17 [default = false];DescriptorProtos.FileOptions.Builder.clearJavaMultipleFiles()If enabled, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file.DescriptorProtos.FileOptions.Builder.clearJavaOuterClassname()Controls the name of the wrapper Java class generated for the .proto file.DescriptorProtos.FileOptions.Builder.clearJavaPackage()Sets the Java package where classes generated from this .proto will be placed.DescriptorProtos.FileOptions.Builder.clearJavaStringCheckUtf8()A proto2 file can set this to true to opt in to UTF-8 checking for Java, which will throw an exception if invalid UTF-8 is parsed from the wire or assigned to a string field.DescriptorProtos.FileOptions.Builder.clearObjcClassPrefix()Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.DescriptorProtos.FileOptions.Builder.clearOptimizeFor()optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];DescriptorProtos.FileOptions.Builder.clearPhpClassPrefix()Sets the php class prefix which is prepended to all php generated classes from this .proto.DescriptorProtos.FileOptions.Builder.clearPhpMetadataNamespace()Use this option to change the namespace of php generated metadata classes.DescriptorProtos.FileOptions.Builder.clearPhpNamespace()Use this option to change the namespace of php generated classes.DescriptorProtos.FileOptions.Builder.clearPyGenericServices()optional bool py_generic_services = 18 [default = false];DescriptorProtos.FileOptions.Builder.clearRubyPackage()Use this option to change the package of ruby generated classes.DescriptorProtos.FileOptions.Builder.clearSwiftPrefix()By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.DescriptorProtos.FileOptions.Builder.clearUninterpretedOption()The parser stores options it doesn't recognize here.DescriptorProtos.FileOptions.Builder.mergeFeatures(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.FileOptions.newBuilder()DescriptorProtos.FileOptions.newBuilder(DescriptorProtos.FileOptions prototype) DescriptorProtos.FileOptions.Builder.removeUninterpretedOption(int index) The parser stores options it doesn't recognize here.DescriptorProtos.FileOptions.Builder.setCcEnableArenas(boolean value) Enables the use of arenas for the proto messages in this file.DescriptorProtos.FileOptions.Builder.setCcGenericServices(boolean value) Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system.DescriptorProtos.FileOptions.Builder.setCsharpNamespace(String value) Namespace for generated classes; defaults to the package.DescriptorProtos.FileOptions.Builder.setCsharpNamespaceBytes(ByteString value) Namespace for generated classes; defaults to the package.DescriptorProtos.FileOptions.Builder.setDeprecated(boolean value) Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.DescriptorProtos.FileOptions.Builder.setFeatures(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.FileOptions.Builder.setFeatures(DescriptorProtos.FeatureSet.Builder builderForValue) Any features defined in the specific edition.DescriptorProtos.FileOptions.Builder.setGoPackage(String value) Sets the Go package where structs generated from this .proto will be placed.DescriptorProtos.FileOptions.Builder.setGoPackageBytes(ByteString value) Sets the Go package where structs generated from this .proto will be placed.DescriptorProtos.FileOptions.Builder.setJavaGenerateEqualsAndHash(boolean value) Deprecated.google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated.DescriptorProtos.FileOptions.Builder.setJavaGenericServices(boolean value) optional bool java_generic_services = 17 [default = false];DescriptorProtos.FileOptions.Builder.setJavaMultipleFiles(boolean value) If enabled, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file.DescriptorProtos.FileOptions.Builder.setJavaOuterClassname(String value) Controls the name of the wrapper Java class generated for the .proto file.DescriptorProtos.FileOptions.Builder.setJavaOuterClassnameBytes(ByteString value) Controls the name of the wrapper Java class generated for the .proto file.DescriptorProtos.FileOptions.Builder.setJavaPackage(String value) Sets the Java package where classes generated from this .proto will be placed.DescriptorProtos.FileOptions.Builder.setJavaPackageBytes(ByteString value) Sets the Java package where classes generated from this .proto will be placed.DescriptorProtos.FileOptions.Builder.setJavaStringCheckUtf8(boolean value) A proto2 file can set this to true to opt in to UTF-8 checking for Java, which will throw an exception if invalid UTF-8 is parsed from the wire or assigned to a string field.DescriptorProtos.FileOptions.Builder.setObjcClassPrefix(String value) Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.DescriptorProtos.FileOptions.Builder.setObjcClassPrefixBytes(ByteString value) Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.DescriptorProtos.FileOptions.Builder.setOptimizeFor(DescriptorProtos.FileOptions.OptimizeMode value) optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];DescriptorProtos.FileOptions.Builder.setPhpClassPrefix(String value) Sets the php class prefix which is prepended to all php generated classes from this .proto.DescriptorProtos.FileOptions.Builder.setPhpClassPrefixBytes(ByteString value) Sets the php class prefix which is prepended to all php generated classes from this .proto.DescriptorProtos.FileOptions.Builder.setPhpMetadataNamespace(String value) Use this option to change the namespace of php generated metadata classes.DescriptorProtos.FileOptions.Builder.setPhpMetadataNamespaceBytes(ByteString value) Use this option to change the namespace of php generated metadata classes.DescriptorProtos.FileOptions.Builder.setPhpNamespace(String value) Use this option to change the namespace of php generated classes.DescriptorProtos.FileOptions.Builder.setPhpNamespaceBytes(ByteString value) Use this option to change the namespace of php generated classes.DescriptorProtos.FileOptions.Builder.setPyGenericServices(boolean value) optional bool py_generic_services = 18 [default = false];DescriptorProtos.FileOptions.Builder.setRubyPackage(String value) Use this option to change the package of ruby generated classes.DescriptorProtos.FileOptions.Builder.setRubyPackageBytes(ByteString value) Use this option to change the package of ruby generated classes.DescriptorProtos.FileOptions.Builder.setSwiftPrefix(String value) By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.DescriptorProtos.FileOptions.Builder.setSwiftPrefixBytes(ByteString value) By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.DescriptorProtos.FileOptions.Builder.setUninterpretedOption(int index, DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.FileOptions.Builder.setUninterpretedOption(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.Methods in com.google.protobuf with parameters of type DescriptorProtos.FileOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorProto.Builder.setOptions(DescriptorProtos.FileOptions.Builder builderForValue) optional .google.protobuf.FileOptions options = 8;