Interface AnswerQueryRequest.SearchSpec.SearchResultList.SearchResult.ChunkInfoOrBuilder (0.39.0)

public static interface AnswerQueryRequest.SearchSpec.SearchResultList.SearchResult.ChunkInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.