Uses of Class
com.google.protobuf.Type.Builder
Packages that use Type.Builder
-
Uses of Type.Builder in com.google.protobuf
Subclasses with type arguments of type Type.Builder in com.google.protobufMethods 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.clear()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.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Type.Builder.mergeSourceContext(SourceContext value) The source context.static Type.BuilderType.newBuilder()static Type.BuilderType.newBuilder(Type prototype) Type.newBuilderForType()protected Type.BuilderType.newBuilderForType(AbstractMessage.BuilderParent parent) 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.Type.toBuilder()