| Modifier and Type | Method and Description |
|---|---|
Location |
Location.Builder.build() |
Location |
Location.Builder.buildPartial() |
static Location |
Location.getDefaultInstance() |
Location |
Location.getDefaultInstanceForType() |
Location |
Location.Builder.getDefaultInstanceForType() |
Location |
Finding.getLocation()
Where the content was found.
|
Location |
Finding.Builder.getLocation()
Where the content was found.
|
Location |
FindingOrBuilder.getLocation()
Where the content was found.
|
static Location |
Location.parseDelimitedFrom(InputStream input) |
static Location |
Location.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Location |
Location.parseFrom(byte[] data) |
static Location |
Location.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Location |
Location.parseFrom(ByteBuffer data) |
static Location |
Location.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Location |
Location.parseFrom(com.google.protobuf.ByteString data) |
static Location |
Location.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Location |
Location.parseFrom(com.google.protobuf.CodedInputStream input) |
static Location |
Location.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Location |
Location.parseFrom(InputStream input) |
static Location |
Location.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Location> |
Location.getParserForType() |
static com.google.protobuf.Parser<Location> |
Location.parser() |
| Modifier and Type | Method and Description |
|---|---|
Location.Builder |
Location.Builder.mergeFrom(Location other) |
Finding.Builder |
Finding.Builder.mergeLocation(Location value)
Where the content was found.
|
static Location.Builder |
Location.newBuilder(Location prototype) |
Finding.Builder |
Finding.Builder.setLocation(Location value)
Where the content was found.
|
Copyright © 2022 Google LLC. All rights reserved.