Uses of Class
com.google.protobuf.generated.DescriptorProtos.FileOptions.Builder
Packages that use DescriptorProtos.FileOptions.Builder
-
Uses of DescriptorProtos.FileOptions.Builder in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.FileOptions.Builder in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
Protobuf typegoogle.protobuf.FileOptions
Methods in com.google.protobuf.generated 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.clear()
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?DescriptorProtos.FileOptions.Builder.clearCsharpNamespace()
Namespace for generated classes; defaults to the package.DescriptorProtos.FileOptions.Builder.clearDeprecated()
Is this file deprecated?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.FileDescriptorProto.Builder.getOptionsBuilder()
optional .google.protobuf.FileOptions options = 8;
DescriptorProtos.FileOptions.Builder.mergeFeatures
(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.FileOptions.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileOptions.Builder.mergeFrom
(DescriptorProtos.FileOptions other) DescriptorProtos.FileOptions.Builder.mergeFrom
(com.google.protobuf.Message other) DescriptorProtos.FileOptions.newBuilder()
DescriptorProtos.FileOptions.newBuilder
(DescriptorProtos.FileOptions prototype) DescriptorProtos.FileOptions.newBuilderForType()
protected DescriptorProtos.FileOptions.Builder
DescriptorProtos.FileOptions.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) 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?DescriptorProtos.FileOptions.Builder.setCsharpNamespace
(String value) Namespace for generated classes; defaults to the package.DescriptorProtos.FileOptions.Builder.setCsharpNamespaceBytes
(com.google.protobuf.ByteString value) Namespace for generated classes; defaults to the package.DescriptorProtos.FileOptions.Builder.setDeprecated
(boolean value) Is this file deprecated?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
(com.google.protobuf.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
(com.google.protobuf.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
(com.google.protobuf.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
(com.google.protobuf.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
(com.google.protobuf.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
(com.google.protobuf.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
(com.google.protobuf.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
(com.google.protobuf.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
(com.google.protobuf.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.DescriptorProtos.FileOptions.toBuilder()
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.FileOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorProto.Builder.setOptions
(DescriptorProtos.FileOptions.Builder builderForValue) optional .google.protobuf.FileOptions options = 8;