public static interface DataStoreConnectionSignals.SearchSnippetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDocumentTitle()
public abstract String getDocumentTitle()Title of the enclosing document.
string document_title = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The documentTitle. |
getDocumentTitleBytes()
public abstract ByteString getDocumentTitleBytes()Title of the enclosing document.
string document_title = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for documentTitle. |
getDocumentUri()
public abstract String getDocumentUri()Uri for the document. Present if specified for the document.
string document_uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The documentUri. |
getDocumentUriBytes()
public abstract ByteString getDocumentUriBytes()Uri for the document. Present if specified for the document.
string document_uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for documentUri. |
getText()
public abstract String getText()Text included in the prompt.
string text = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The text. |
getTextBytes()
public abstract ByteString getTextBytes()Text included in the prompt.
string text = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for text. |