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.addRepeatedField
(Descriptors.FieldDescriptor field, Object value) Type.Builder.clear()
Type.Builder.clearField
(Descriptors.FieldDescriptor field) Type.Builder.clearFields()
The list of fields.Type.Builder.clearName()
The fully qualified message name.Type.Builder.clearOneof
(Descriptors.OneofDescriptor oneof) 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.clone()
Type.Builder.mergeFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Type.Builder.mergeSourceContext
(SourceContext value) The source context.final Type.Builder
Type.Builder.mergeUnknownFields
(UnknownFieldSet unknownFields) static Type.Builder
Type.newBuilder()
static Type.Builder
Type.newBuilder
(Type prototype) Type.newBuilderForType()
protected Type.Builder
Type.newBuilderForType
(GeneratedMessageV3.BuilderParent parent) Type.Builder.removeFields
(int index) The list of fields.Type.Builder.removeOptions
(int index) The protocol buffer options.Type.Builder.setField
(Descriptors.FieldDescriptor field, Object value) 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.setRepeatedField
(Descriptors.FieldDescriptor field, int index, Object value) 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.final Type.Builder
Type.Builder.setUnknownFields
(UnknownFieldSet unknownFields) Type.toBuilder()