| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos.DescriptorProto.ReservedRange.Builder |
DescriptorProtos.DescriptorProto.ReservedRange.Builder.clearEnd()
Exclusive.
|
DescriptorProtos.DescriptorProto.ReservedRange.Builder |
DescriptorProtos.DescriptorProto.ReservedRange.Builder.clearStart()
Inclusive.
|
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.Builder.setEnd(int value)
Exclusive.
|
DescriptorProtos.DescriptorProto.ReservedRange.Builder |
DescriptorProtos.DescriptorProto.ReservedRange.Builder.setStart(int value)
Inclusive.
|
| Modifier and Type | Method and Description |
|---|---|
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.addReservedRange(int index,
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; |
Copyright © 2008–2016 Google. All rights reserved.