| Modifier and Type | Method and Description |
|---|---|
ContentLocation |
ContentLocation.Builder.build() |
ContentLocation |
ContentLocation.Builder.buildPartial() |
ContentLocation |
Location.getContentLocations(int index)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
ContentLocation |
Location.Builder.getContentLocations(int index)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
ContentLocation |
LocationOrBuilder.getContentLocations(int index)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
static ContentLocation |
ContentLocation.getDefaultInstance() |
ContentLocation |
ContentLocation.getDefaultInstanceForType() |
ContentLocation |
ContentLocation.Builder.getDefaultInstanceForType() |
static ContentLocation |
ContentLocation.parseDelimitedFrom(InputStream input) |
static ContentLocation |
ContentLocation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContentLocation |
ContentLocation.parseFrom(byte[] data) |
static ContentLocation |
ContentLocation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContentLocation |
ContentLocation.parseFrom(ByteBuffer data) |
static ContentLocation |
ContentLocation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContentLocation |
ContentLocation.parseFrom(com.google.protobuf.ByteString data) |
static ContentLocation |
ContentLocation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContentLocation |
ContentLocation.parseFrom(com.google.protobuf.CodedInputStream input) |
static ContentLocation |
ContentLocation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContentLocation |
ContentLocation.parseFrom(InputStream input) |
static ContentLocation |
ContentLocation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ContentLocation> |
Location.getContentLocationsList()
List of nested objects pointing to the precise location of the finding
within the file or record.
|
List<ContentLocation> |
Location.Builder.getContentLocationsList()
List of nested objects pointing to the precise location of the finding
within the file or record.
|
List<ContentLocation> |
LocationOrBuilder.getContentLocationsList()
List of nested objects pointing to the precise location of the finding
within the file or record.
|
com.google.protobuf.Parser<ContentLocation> |
ContentLocation.getParserForType() |
static com.google.protobuf.Parser<ContentLocation> |
ContentLocation.parser() |
| Modifier and Type | Method and Description |
|---|---|
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 value)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
ContentLocation.Builder |
ContentLocation.Builder.mergeFrom(ContentLocation other) |
static ContentLocation.Builder |
ContentLocation.newBuilder(ContentLocation prototype) |
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.
|
| 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.
|
Copyright © 2022 Google LLC. All rights reserved.