public static interface Answer.Step.Action.Observation.SearchResult.SnippetInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |