public static interface AnswerQueryRequest.SearchSpec.SearchResultList.SearchResult.ChunkInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getChunk()
public abstract String getChunk()
Chunk resource name.
string chunk = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The chunk. |
getChunkBytes()
public abstract ByteString getChunkBytes()
Chunk resource name.
string chunk = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for chunk. |
getContent()
public abstract String getContent()
Chunk textual content.
string content = 2;
Returns | |
---|---|
Type | Description |
String |
The content. |
getContentBytes()
public abstract ByteString getContentBytes()
Chunk textual content.
string content = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for content. |