public static interface AnswerQueryRequest.SearchSpec.SearchResultList.SearchResult.ChunkInfo.DocumentMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTitle()
public abstract String getTitle()
Title of the document.
string title = 2;
Returns | |
---|---|
Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()
Title of the document.
string title = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for title. |
getUri()
public abstract String getUri()
Uri of the document.
string uri = 1;
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
Uri of the document.
string uri = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |