Uses of Class
com.google.protobuf.generated.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
Packages that use DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
-
Uses of DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
Range of reserved numeric values.Methods in com.google.protobuf.generated that return DescriptorProtos.EnumDescriptorProto.EnumReservedRange.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.addReservedRangeBuilder()
Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.addReservedRangeBuilder
(int index) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder.clear()
DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder.clearEnd()
Inclusive.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder.clearStart()
Inclusive.DescriptorProtos.EnumDescriptorProto.Builder.getReservedRangeBuilder
(int index) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder.mergeFrom
(DescriptorProtos.EnumDescriptorProto.EnumReservedRange other) DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder.mergeFrom
(com.google.protobuf.Message other) DescriptorProtos.EnumDescriptorProto.EnumReservedRange.newBuilder()
DescriptorProtos.EnumDescriptorProto.EnumReservedRange.newBuilder
(DescriptorProtos.EnumDescriptorProto.EnumReservedRange prototype) DescriptorProtos.EnumDescriptorProto.EnumReservedRange.newBuilderForType()
DescriptorProtos.EnumDescriptorProto.EnumReservedRange.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder.setEnd
(int value) Inclusive.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder.setStart
(int value) Inclusive.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.toBuilder()
Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.EnumDescriptorProto.EnumReservedRange.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.getReservedRangeBuilderList()
Range of reserved numeric values.Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.EnumDescriptorProto.EnumReservedRange.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.addReservedRange
(int index, DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder builderForValue) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange
(DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder builderForValue) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.setReservedRange
(int index, DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder builderForValue) Range of reserved numeric values.