public static interface SearchResponse.SearchResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDocument()
public abstract Document getDocument()The document data snippet in the search response. Only fields that are marked as retrievable are populated.
.google.cloud.discoveryengine.v1.Document document = 2;
| Returns | |
|---|---|
| Type | Description |
Document |
The document. |
getDocumentOrBuilder()
public abstract DocumentOrBuilder getDocumentOrBuilder()The document data snippet in the search response. Only fields that are marked as retrievable are populated.
.google.cloud.discoveryengine.v1.Document document = 2;
| Returns | |
|---|---|
| Type | Description |
DocumentOrBuilder |
|
getId()
public abstract String getId()Document.id of the searched Document.
string id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()Document.id of the searched Document.
string id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
hasDocument()
public abstract boolean hasDocument()The document data snippet in the search response. Only fields that are marked as retrievable are populated.
.google.cloud.discoveryengine.v1.Document document = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the document field is set. |