Uses of Class
com.google.protobuf.Type.Builder
Packages that use Type.Builder
-
Uses of Type.Builder in com.google.protobuf
Methods in com.google.protobuf that return Type.BuilderModifier and TypeMethodDescriptionType.Builder.addAllFields
(Iterable<? extends Field> values) The list of fields.Type.Builder.addAllOneofs
(Iterable<String> values) The list of types appearing in `oneof` definitions in this type.Type.Builder.addAllOptions
(Iterable<? extends Option> values) The protocol buffer options.The list of fields.Type.Builder.addFields
(int index, Field.Builder builderForValue) The list of fields.The list of fields.Type.Builder.addFields
(Field.Builder builderForValue) The list of fields.The list of types appearing in `oneof` definitions in this type.Type.Builder.addOneofsBytes
(ByteString value) The list of types appearing in `oneof` definitions in this type.Type.Builder.addOptions
(int index, Option value) The protocol buffer options.Type.Builder.addOptions
(int index, Option.Builder builderForValue) The protocol buffer options.Type.Builder.addOptions
(Option value) The protocol buffer options.Type.Builder.addOptions
(Option.Builder builderForValue) The protocol buffer options.Type.Builder.clearEdition()
The source edition string, only valid when syntax is SYNTAX_EDITIONS.Type.Builder.clearFields()
The list of fields.Type.Builder.clearName()
The fully qualified message name.Type.Builder.clearOneofs()
The list of types appearing in `oneof` definitions in this type.Type.Builder.clearOptions()
The protocol buffer options.Type.Builder.clearSourceContext()
The source context.Type.Builder.clearSyntax()
The source syntax.Type.Builder.mergeSourceContext
(SourceContext value) The source context.static Type.Builder
Type.newBuilder()
static Type.Builder
Type.newBuilder
(Type prototype) Type.Builder.removeFields
(int index) The list of fields.Type.Builder.removeOptions
(int index) The protocol buffer options.Type.Builder.setEdition
(String value) The source edition string, only valid when syntax is SYNTAX_EDITIONS.Type.Builder.setEditionBytes
(ByteString value) The source edition string, only valid when syntax is SYNTAX_EDITIONS.The list of fields.Type.Builder.setFields
(int index, Field.Builder builderForValue) The list of fields.The fully qualified message name.Type.Builder.setNameBytes
(ByteString value) The fully qualified message name.The list of types appearing in `oneof` definitions in this type.Type.Builder.setOptions
(int index, Option value) The protocol buffer options.Type.Builder.setOptions
(int index, Option.Builder builderForValue) The protocol buffer options.Type.Builder.setSourceContext
(SourceContext value) The source context.Type.Builder.setSourceContext
(SourceContext.Builder builderForValue) The source context.The source syntax.Type.Builder.setSyntaxValue
(int value) The source syntax.