Interface Answer.Step.Action.Observation.SearchResult.SnippetInfoOrBuilder (0.39.0)

public static interface Answer.Step.Action.Observation.SearchResult.SnippetInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSnippet()

public abstract String getSnippet()

Snippet content.

string snippet = 1;

Returns
Type Description
String

The snippet.

getSnippetBytes()

public abstract ByteString getSnippetBytes()

Snippet content.

string snippet = 1;

Returns
Type Description
ByteString

The bytes for snippet.

getSnippetStatus()

public abstract String getSnippetStatus()

Status of the snippet defined by the search team.

string snippet_status = 2;

Returns
Type Description
String

The snippetStatus.

getSnippetStatusBytes()

public abstract ByteString getSnippetStatusBytes()

Status of the snippet defined by the search team.

string snippet_status = 2;

Returns
Type Description
ByteString

The bytes for snippetStatus.