| Modifier and Type | Method and Description |
|---|---|
Range |
Range.Builder.build() |
Range |
Range.Builder.buildPartial() |
Range |
Location.getByteRange()
Zero-based byte offsets delimiting the finding.
|
Range |
Location.Builder.getByteRange()
Zero-based byte offsets delimiting the finding.
|
Range |
LocationOrBuilder.getByteRange()
Zero-based byte offsets delimiting the finding.
|
Range |
Location.getCodepointRange()
Unicode character offsets delimiting the finding.
|
Range |
Location.Builder.getCodepointRange()
Unicode character offsets delimiting the finding.
|
Range |
LocationOrBuilder.getCodepointRange()
Unicode character offsets delimiting the finding.
|
static Range |
Range.getDefaultInstance() |
Range |
Range.getDefaultInstanceForType() |
Range |
Range.Builder.getDefaultInstanceForType() |
static Range |
Range.parseDelimitedFrom(InputStream input) |
static Range |
Range.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Range |
Range.parseFrom(byte[] data) |
static Range |
Range.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Range |
Range.parseFrom(ByteBuffer data) |
static Range |
Range.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Range |
Range.parseFrom(com.google.protobuf.ByteString data) |
static Range |
Range.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Range |
Range.parseFrom(com.google.protobuf.CodedInputStream input) |
static Range |
Range.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Range |
Range.parseFrom(InputStream input) |
static Range |
Range.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Range> |
Range.getParserForType() |
static com.google.protobuf.Parser<Range> |
Range.parser() |
| Modifier and Type | Method and Description |
|---|---|
Location.Builder |
Location.Builder.mergeByteRange(Range value)
Zero-based byte offsets delimiting the finding.
|
Location.Builder |
Location.Builder.mergeCodepointRange(Range value)
Unicode character offsets delimiting the finding.
|
Range.Builder |
Range.Builder.mergeFrom(Range other) |
static Range.Builder |
Range.newBuilder(Range prototype) |
Location.Builder |
Location.Builder.setByteRange(Range value)
Zero-based byte offsets delimiting the finding.
|
Location.Builder |
Location.Builder.setCodepointRange(Range value)
Unicode character offsets delimiting the finding.
|
Copyright © 2022 Google LLC. All rights reserved.