Uses of Class
com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
Packages that use DescriptorProtos.DescriptorProto.ReservedRange.Builder
-
Uses of DescriptorProtos.DescriptorProto.ReservedRange.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.DescriptorProto.ReservedRange.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.ReservedRange.Builder.clearEnd()Exclusive.DescriptorProtos.DescriptorProto.ReservedRange.Builder.clearStart()Inclusive.DescriptorProtos.DescriptorProto.ReservedRange.newBuilder()DescriptorProtos.DescriptorProto.ReservedRange.newBuilder(DescriptorProtos.DescriptorProto.ReservedRange prototype) DescriptorProtos.DescriptorProto.ReservedRange.Builder.setEnd(int value) Exclusive.DescriptorProtos.DescriptorProto.ReservedRange.Builder.setStart(int value) Inclusive.Methods in com.google.protobuf with parameters of type DescriptorProtos.DescriptorProto.ReservedRange.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addReservedRange(int index, DescriptorProtos.DescriptorProto.ReservedRange.Builder builderForValue) repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];DescriptorProtos.DescriptorProto.Builder.addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange.Builder builderForValue) repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];DescriptorProtos.DescriptorProto.Builder.setReservedRange(int index, DescriptorProtos.DescriptorProto.ReservedRange.Builder builderForValue) repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];