Interface SearchKnowledgeAnswer.AnswerSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchKnowledgeAnswer.AnswerSource,SearchKnowledgeAnswer.AnswerSource.Builder
- Enclosing class:
- SearchKnowledgeAnswer
public static interface SearchKnowledgeAnswer.AnswerSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSnippet()The relevant snippet of the article.com.google.protobuf.ByteStringgetSnippetBytes()The relevant snippet of the article.StringgetTitle()The title of the article.com.google.protobuf.ByteStringgetTitleBytes()The title of the article.StringgetUri()The URI of the article.com.google.protobuf.ByteStringgetUriBytes()The URI of the article.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTitle
String getTitle()
The title of the article.
string title = 1;- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
The title of the article.
string title = 1;- Returns:
- The bytes for title.
-
getUri
String getUri()
The URI of the article.
string uri = 2;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
The URI of the article.
string uri = 2;- Returns:
- The bytes for uri.
-
getSnippet
String getSnippet()
The relevant snippet of the article.
string snippet = 3;- Returns:
- The snippet.
-
getSnippetBytes
com.google.protobuf.ByteString getSnippetBytes()
The relevant snippet of the article.
string snippet = 3;- Returns:
- The bytes for snippet.
-
-