Uses of Class
com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Packages that use DescriptorProtos.EnumDescriptorProto.Builder
-
Uses of DescriptorProtos.EnumDescriptorProto.Builder in com.google.protobuf
Subclasses with type arguments of type DescriptorProtos.EnumDescriptorProto.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final classDescribes an enum type.static final classDescribes an enum type.Methods in com.google.protobuf that return DescriptorProtos.EnumDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.addAllReservedName(Iterable<String> values) Reserved enum value names, which may not be reused.DescriptorProtos.EnumDescriptorProto.Builder.addAllReservedRange(Iterable<? extends DescriptorProtos.EnumDescriptorProto.EnumReservedRange> values) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.addAllValue(Iterable<? extends DescriptorProtos.EnumValueDescriptorProto> values) repeated .google.protobuf.EnumValueDescriptorProto value = 2;DescriptorProtos.EnumDescriptorProto.Builder.addReservedName(String value) Reserved enum value names, which may not be reused.DescriptorProtos.EnumDescriptorProto.Builder.addReservedNameBytes(ByteString value) Reserved enum value names, which may not be reused.DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange(int index, DescriptorProtos.EnumDescriptorProto.EnumReservedRange value) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange(int index, DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder builderForValue) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange(DescriptorProtos.EnumDescriptorProto.EnumReservedRange value) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange(DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder builderForValue) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.addValue(int index, DescriptorProtos.EnumValueDescriptorProto value) repeated .google.protobuf.EnumValueDescriptorProto value = 2;DescriptorProtos.EnumDescriptorProto.Builder.addValue(int index, DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2;DescriptorProtos.EnumDescriptorProto.Builder.addValue(DescriptorProtos.EnumValueDescriptorProto value) repeated .google.protobuf.EnumValueDescriptorProto value = 2;DescriptorProtos.EnumDescriptorProto.Builder.addValue(DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2;DescriptorProtos.EnumDescriptorProto.Builder.clearName()optional string name = 1;DescriptorProtos.EnumDescriptorProto.Builder.clearOptions()optional .google.protobuf.EnumOptions options = 3;DescriptorProtos.EnumDescriptorProto.Builder.clearReservedName()Reserved enum value names, which may not be reused.DescriptorProtos.EnumDescriptorProto.Builder.clearReservedRange()Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.clearValue()repeated .google.protobuf.EnumValueDescriptorProto value = 2;DescriptorProtos.EnumDescriptorProto.Builder.clearVisibility()Support for `export` and `local` keywords on enums.DescriptorProtos.EnumDescriptorProto.Builder.mergeOptions(DescriptorProtos.EnumOptions value) optional .google.protobuf.EnumOptions options = 3;DescriptorProtos.EnumDescriptorProto.newBuilder()DescriptorProtos.EnumDescriptorProto.newBuilder(DescriptorProtos.EnumDescriptorProto prototype) DescriptorProtos.EnumDescriptorProto.Builder.removeReservedRange(int index) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.removeValue(int index) repeated .google.protobuf.EnumValueDescriptorProto value = 2;optional string name = 1;DescriptorProtos.EnumDescriptorProto.Builder.setNameBytes(ByteString value) optional string name = 1;DescriptorProtos.EnumDescriptorProto.Builder.setOptions(DescriptorProtos.EnumOptions value) optional .google.protobuf.EnumOptions options = 3;DescriptorProtos.EnumDescriptorProto.Builder.setOptions(DescriptorProtos.EnumOptions.Builder builderForValue) optional .google.protobuf.EnumOptions options = 3;DescriptorProtos.EnumDescriptorProto.Builder.setReservedName(int index, String value) Reserved enum value names, which may not be reused.DescriptorProtos.EnumDescriptorProto.Builder.setReservedRange(int index, DescriptorProtos.EnumDescriptorProto.EnumReservedRange value) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.setReservedRange(int index, DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder builderForValue) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.setValue(int index, DescriptorProtos.EnumValueDescriptorProto value) repeated .google.protobuf.EnumValueDescriptorProto value = 2;DescriptorProtos.EnumDescriptorProto.Builder.setValue(int index, DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2;DescriptorProtos.EnumDescriptorProto.Builder.setVisibility(DescriptorProtos.SymbolVisibility value) Support for `export` and `local` keywords on enums.Methods in com.google.protobuf with parameters of type DescriptorProtos.EnumDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addEnumType(int index, DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;DescriptorProtos.DescriptorProto.Builder.addEnumType(DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;DescriptorProtos.FileDescriptorProto.Builder.addEnumType(int index, DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;DescriptorProtos.FileDescriptorProto.Builder.addEnumType(DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;DescriptorProtos.DescriptorProto.Builder.setEnumType(int index, DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;DescriptorProtos.FileDescriptorProto.Builder.setEnumType(int index, DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;