Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Field and Description |
---|---|
static Parser<DescriptorProtos.DescriptorProto.ReservedRange> |
DescriptorProtos.DescriptorProto.ReservedRange.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.ReservedRange.Builder.build() |
DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.ReservedRange.Builder.buildPartial() |
static DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.ReservedRange.getDefaultInstance() |
DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.ReservedRange.getDefaultInstanceForType() |
DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.ReservedRange.Builder.getDefaultInstanceForType() |
DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProtoOrBuilder.getReservedRange(int index)
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9; |
DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.getReservedRange(int index)
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9; |
DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.Builder.getReservedRange(int index)
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9; |
static DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.ReservedRange.parseDelimitedFrom(InputStream input) |
static DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.ReservedRange.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.ReservedRange.parseFrom(byte[] data) |
static DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.ReservedRange.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.ReservedRange.parseFrom(ByteString data) |
static DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.ReservedRange.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.ReservedRange.parseFrom(CodedInputStream input) |
static DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.ReservedRange.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.ReservedRange.parseFrom(InputStream input) |
static DescriptorProtos.DescriptorProto.ReservedRange |
DescriptorProtos.DescriptorProto.ReservedRange.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<DescriptorProtos.DescriptorProto.ReservedRange> |
DescriptorProtos.DescriptorProto.ReservedRange.getParserForType() |
List<DescriptorProtos.DescriptorProto.ReservedRange> |
DescriptorProtos.DescriptorProtoOrBuilder.getReservedRangeList()
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9; |
List<DescriptorProtos.DescriptorProto.ReservedRange> |
DescriptorProtos.DescriptorProto.getReservedRangeList()
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9; |
List<DescriptorProtos.DescriptorProto.ReservedRange> |
DescriptorProtos.DescriptorProto.Builder.getReservedRangeList()
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9; |
static Parser<DescriptorProtos.DescriptorProto.ReservedRange> |
DescriptorProtos.DescriptorProto.ReservedRange.parser() |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange value)
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9; |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addReservedRange(int index,
DescriptorProtos.DescriptorProto.ReservedRange value)
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9; |
DescriptorProtos.DescriptorProto.ReservedRange.Builder |
DescriptorProtos.DescriptorProto.ReservedRange.Builder.mergeFrom(DescriptorProtos.DescriptorProto.ReservedRange other) |
static DescriptorProtos.DescriptorProto.ReservedRange.Builder |
DescriptorProtos.DescriptorProto.ReservedRange.newBuilder(DescriptorProtos.DescriptorProto.ReservedRange prototype) |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.setReservedRange(int index,
DescriptorProtos.DescriptorProto.ReservedRange value)
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9; |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addAllReservedRange(Iterable<? extends DescriptorProtos.DescriptorProto.ReservedRange> values)
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9; |
Copyright © 2008–2016 Google. All rights reserved.