Uses of Class
com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
Packages that use DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
Uses of DescriptorProtos.DescriptorProto.ExtensionRange.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.DescriptorProto.ExtensionRange.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.ExtensionRange.Builder.clearEnd()Exclusive.DescriptorProtos.DescriptorProto.ExtensionRange.Builder.clearOptions()optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];DescriptorProtos.DescriptorProto.ExtensionRange.Builder.clearStart()Inclusive.DescriptorProtos.DescriptorProto.ExtensionRange.Builder.mergeOptions(DescriptorProtos.ExtensionRangeOptions value) optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];DescriptorProtos.DescriptorProto.ExtensionRange.newBuilder()DescriptorProtos.DescriptorProto.ExtensionRange.newBuilder(DescriptorProtos.DescriptorProto.ExtensionRange prototype) DescriptorProtos.DescriptorProto.ExtensionRange.Builder.setEnd(int value) Exclusive.DescriptorProtos.DescriptorProto.ExtensionRange.Builder.setOptions(DescriptorProtos.ExtensionRangeOptions value) optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];DescriptorProtos.DescriptorProto.ExtensionRange.Builder.setOptions(DescriptorProtos.ExtensionRangeOptions.Builder builderForValue) optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];DescriptorProtos.DescriptorProto.ExtensionRange.Builder.setStart(int value) Inclusive.Methods in com.google.protobuf with parameters of type DescriptorProtos.DescriptorProto.ExtensionRange.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addExtensionRange(int index, DescriptorProtos.DescriptorProto.ExtensionRange.Builder builderForValue) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];DescriptorProtos.DescriptorProto.Builder.addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange.Builder builderForValue) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];DescriptorProtos.DescriptorProto.Builder.setExtensionRange(int index, DescriptorProtos.DescriptorProto.ExtensionRange.Builder builderForValue) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];