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.Builder.addExtensionRangeBuilder()repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];DescriptorProtos.DescriptorProto.Builder.addExtensionRangeBuilder(int index) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];DescriptorProtos.DescriptorProto.ExtensionRange.Builder.clear()DescriptorProtos.DescriptorProto.ExtensionRange.Builder.clearEnd()optional int32 end = 2 [json_name = "end"];DescriptorProtos.DescriptorProto.ExtensionRange.Builder.clearOptions()optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];DescriptorProtos.DescriptorProto.ExtensionRange.Builder.clearStart()optional int32 start = 1 [json_name = "start"];DescriptorProtos.DescriptorProto.Builder.getExtensionRangeBuilder(int index) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];DescriptorProtos.DescriptorProto.ExtensionRange.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.ExtensionRange.Builder.mergeFrom(DescriptorProtos.DescriptorProto.ExtensionRange other) 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.newBuilderForType()DescriptorProtos.DescriptorProto.ExtensionRange.newBuilderForType(AbstractMessage.BuilderParent parent) DescriptorProtos.DescriptorProto.ExtensionRange.Builder.setEnd(int value) optional int32 end = 2 [json_name = "end"];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) optional int32 start = 1 [json_name = "start"];DescriptorProtos.DescriptorProto.ExtensionRange.toBuilder()Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.DescriptorProto.ExtensionRange.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.getExtensionRangeBuilderList()repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];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"];