Interface SearchKnowledgeAnswer.AnswerSourceOrBuilder (4.47.0)

public static interface SearchKnowledgeAnswer.AnswerSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSnippet()

public abstract String getSnippet()

The relevant snippet of the article.

string snippet = 3;

Returns
TypeDescription
String

The snippet.

getSnippetBytes()

public abstract ByteString getSnippetBytes()

The relevant snippet of the article.

string snippet = 3;

Returns
TypeDescription
ByteString

The bytes for snippet.

getTitle()

public abstract String getTitle()

The title of the article.

string title = 1;

Returns
TypeDescription
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

The title of the article.

string title = 1;

Returns
TypeDescription
ByteString

The bytes for title.

getUri()

public abstract String getUri()

The URI of the article.

string uri = 2;

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

The URI of the article.

string uri = 2;

Returns
TypeDescription
ByteString

The bytes for uri.