Uses of Class
com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
-
Packages that use DescriptorProtos.DescriptorProto.ReservedRange.Builder Package Description com.google.protobuf -
-
Uses of DescriptorProtos.DescriptorProto.ReservedRange.Builder in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.DescriptorProto.ReservedRange.Builder Modifier and Type Field Description private RepeatedFieldBuilder<DescriptorProtos.DescriptorProto.ReservedRange,DescriptorProtos.DescriptorProto.ReservedRange.Builder,DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder>
DescriptorProtos.DescriptorProto.Builder. reservedRangeBuilder_
Methods in com.google.protobuf that return DescriptorProtos.DescriptorProto.ReservedRange.Builder Modifier and Type Method Description DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.Builder. addReservedRangeBuilder()
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.Builder. addReservedRangeBuilder(int index)
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.ReservedRange.Builder. clear()
DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.ReservedRange.Builder. clearEnd()
Exclusive.DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.ReservedRange.Builder. clearStart()
Inclusive.DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.Builder. getReservedRangeBuilder(int index)
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.ReservedRange.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.ReservedRange.Builder. mergeFrom(DescriptorProtos.DescriptorProto.ReservedRange other)
DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.ReservedRange.Builder. mergeFrom(Message other)
static DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.ReservedRange. newBuilder()
static DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.ReservedRange. newBuilder(DescriptorProtos.DescriptorProto.ReservedRange prototype)
DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.ReservedRange. newBuilderForType()
protected DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.ReservedRange. newBuilderForType(AbstractMessage.BuilderParent parent)
DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.ReservedRange.Builder. setEnd(int value)
Exclusive.DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.ReservedRange.Builder. setStart(int value)
Inclusive.DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.ReservedRange. toBuilder()
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.DescriptorProto.ReservedRange.Builder Modifier and Type Method Description java.util.List<DescriptorProtos.DescriptorProto.ReservedRange.Builder>
DescriptorProtos.DescriptorProto.Builder. getReservedRangeBuilderList()
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
private RepeatedFieldBuilder<DescriptorProtos.DescriptorProto.ReservedRange,DescriptorProtos.DescriptorProto.ReservedRange.Builder,DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder>
DescriptorProtos.DescriptorProto.Builder. getReservedRangeFieldBuilder()
Methods in com.google.protobuf with parameters of type DescriptorProtos.DescriptorProto.ReservedRange.Builder Modifier and Type Method Description DescriptorProtos.DescriptorProto.Builder
DescriptorProtos.DescriptorProto.Builder. addReservedRange(int index, DescriptorProtos.DescriptorProto.ReservedRange.Builder builderForValue)
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
DescriptorProtos.DescriptorProto.Builder
DescriptorProtos.DescriptorProto.Builder. addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange.Builder builderForValue)
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
DescriptorProtos.DescriptorProto.Builder
DescriptorProtos.DescriptorProto.Builder. setReservedRange(int index, DescriptorProtos.DescriptorProto.ReservedRange.Builder builderForValue)
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
-