Uses of Class
com.google.protobuf.generated.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
Packages that use DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
Uses of DescriptorProtos.DescriptorProto.ExtensionRange.Builder in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.DescriptorProto.ExtensionRange.Builder in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
Protobuf typegoogle.protobuf.DescriptorProto.ExtensionRange
Methods in com.google.protobuf.generated that return DescriptorProtos.DescriptorProto.ExtensionRange.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addExtensionRangeBuilder()
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
DescriptorProtos.DescriptorProto.Builder.addExtensionRangeBuilder
(int index) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
DescriptorProtos.DescriptorProto.ExtensionRange.Builder.clear()
DescriptorProtos.DescriptorProto.ExtensionRange.Builder.clearEnd()
Exclusive.DescriptorProtos.DescriptorProto.ExtensionRange.Builder.clearOptions()
optional .google.protobuf.ExtensionRangeOptions options = 3;
DescriptorProtos.DescriptorProto.ExtensionRange.Builder.clearStart()
Inclusive.DescriptorProtos.DescriptorProto.Builder.getExtensionRangeBuilder
(int index) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
DescriptorProtos.DescriptorProto.ExtensionRange.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.ExtensionRange.Builder.mergeFrom
(DescriptorProtos.DescriptorProto.ExtensionRange other) DescriptorProtos.DescriptorProto.ExtensionRange.Builder.mergeFrom
(com.google.protobuf.Message other) DescriptorProtos.DescriptorProto.ExtensionRange.Builder.mergeOptions
(DescriptorProtos.ExtensionRangeOptions value) optional .google.protobuf.ExtensionRangeOptions options = 3;
DescriptorProtos.DescriptorProto.ExtensionRange.newBuilder()
DescriptorProtos.DescriptorProto.ExtensionRange.newBuilder
(DescriptorProtos.DescriptorProto.ExtensionRange prototype) DescriptorProtos.DescriptorProto.ExtensionRange.newBuilderForType()
DescriptorProtos.DescriptorProto.ExtensionRange.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) DescriptorProtos.DescriptorProto.ExtensionRange.Builder.setEnd
(int value) Exclusive.DescriptorProtos.DescriptorProto.ExtensionRange.Builder.setOptions
(DescriptorProtos.ExtensionRangeOptions value) optional .google.protobuf.ExtensionRangeOptions options = 3;
DescriptorProtos.DescriptorProto.ExtensionRange.Builder.setOptions
(DescriptorProtos.ExtensionRangeOptions.Builder builderForValue) optional .google.protobuf.ExtensionRangeOptions options = 3;
DescriptorProtos.DescriptorProto.ExtensionRange.Builder.setStart
(int value) Inclusive.DescriptorProtos.DescriptorProto.ExtensionRange.toBuilder()
Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.DescriptorProto.ExtensionRange.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.getExtensionRangeBuilderList()
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
Methods in com.google.protobuf.generated 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;
DescriptorProtos.DescriptorProto.Builder.addExtensionRange
(DescriptorProtos.DescriptorProto.ExtensionRange.Builder builderForValue) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
DescriptorProtos.DescriptorProto.Builder.setExtensionRange
(int index, DescriptorProtos.DescriptorProto.ExtensionRange.Builder builderForValue) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;