public static interface SampleQuery.QueryEntry.TargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageNumbers(int index)
Expected page numbers of the target.
|
int |
getPageNumbersCount()
Expected page numbers of the target.
|
List<Integer> |
getPageNumbersList()
Expected page numbers of the target.
|
double |
getScore()
Relevance score of the target.
|
String |
getUri()
Expected uri of the target.
|
com.google.protobuf.ByteString |
getUriBytes()
Expected uri of the target.
|
boolean |
hasScore()
Relevance score of the target.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUri()
Expected uri of the target. This field must be a UTF-8 encoded string with a length limit of 2048 characters. Example of valid uris: `https://example.com/abc`, `gcs://example/example.pdf`.
string uri = 1;com.google.protobuf.ByteString getUriBytes()
Expected uri of the target. This field must be a UTF-8 encoded string with a length limit of 2048 characters. Example of valid uris: `https://example.com/abc`, `gcs://example/example.pdf`.
string uri = 1;List<Integer> getPageNumbersList()
Expected page numbers of the target. Each page number must be non negative.
repeated int32 page_numbers = 2;int getPageNumbersCount()
Expected page numbers of the target. Each page number must be non negative.
repeated int32 page_numbers = 2;int getPageNumbers(int index)
Expected page numbers of the target. Each page number must be non negative.
repeated int32 page_numbers = 2;index - The index of the element to return.boolean hasScore()
Relevance score of the target.
optional double score = 3;double getScore()
Relevance score of the target.
optional double score = 3;Copyright © 2024 Google LLC. All rights reserved.