| Modifier and Type | Method and Description |
|---|---|
Location.Builder |
Location.Builder.addAllContentLocations(Iterable<? extends ContentLocation> values)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
Location.Builder |
Location.Builder.addContentLocations(ContentLocation.Builder builderForValue)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
Location.Builder |
Location.Builder.addContentLocations(ContentLocation value)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
Location.Builder |
Location.Builder.addContentLocations(int index,
ContentLocation.Builder builderForValue)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
Location.Builder |
Location.Builder.addContentLocations(int index,
ContentLocation value)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
Location.Builder |
Location.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Location.Builder |
Location.Builder.clear() |
Location.Builder |
Location.Builder.clearByteRange()
Zero-based byte offsets delimiting the finding.
|
Location.Builder |
Location.Builder.clearCodepointRange()
Unicode character offsets delimiting the finding.
|
Location.Builder |
Location.Builder.clearContainer()
Information about the container where this finding occurred, if available.
|
Location.Builder |
Location.Builder.clearContentLocations()
List of nested objects pointing to the precise location of the finding
within the file or record.
|
Location.Builder |
Location.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Location.Builder |
Location.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Location.Builder |
Location.Builder.clone() |
Location.Builder |
Finding.Builder.getLocationBuilder()
Where the content was found.
|
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.
|
Location.Builder |
Location.Builder.mergeContainer(Container value)
Information about the container where this finding occurred, if available.
|
Location.Builder |
Location.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Location.Builder |
Location.Builder.mergeFrom(Location other) |
Location.Builder |
Location.Builder.mergeFrom(com.google.protobuf.Message other) |
Location.Builder |
Location.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Location.Builder |
Location.newBuilder() |
static Location.Builder |
Location.newBuilder(Location prototype) |
Location.Builder |
Location.newBuilderForType() |
protected Location.Builder |
Location.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Location.Builder |
Location.Builder.removeContentLocations(int index)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
Location.Builder |
Location.Builder.setByteRange(Range.Builder builderForValue)
Zero-based byte offsets delimiting the finding.
|
Location.Builder |
Location.Builder.setByteRange(Range value)
Zero-based byte offsets delimiting the finding.
|
Location.Builder |
Location.Builder.setCodepointRange(Range.Builder builderForValue)
Unicode character offsets delimiting the finding.
|
Location.Builder |
Location.Builder.setCodepointRange(Range value)
Unicode character offsets delimiting the finding.
|
Location.Builder |
Location.Builder.setContainer(Container.Builder builderForValue)
Information about the container where this finding occurred, if available.
|
Location.Builder |
Location.Builder.setContainer(Container value)
Information about the container where this finding occurred, if available.
|
Location.Builder |
Location.Builder.setContentLocations(int index,
ContentLocation.Builder builderForValue)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
Location.Builder |
Location.Builder.setContentLocations(int index,
ContentLocation value)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
Location.Builder |
Location.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Location.Builder |
Location.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Location.Builder |
Location.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Location.Builder |
Location.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Finding.Builder |
Finding.Builder.setLocation(Location.Builder builderForValue)
Where the content was found.
|
Copyright © 2022 Google LLC. All rights reserved.