Interface SearchResponse.Summary.Reference.ChunkContentOrBuilder (0.90.0)

public static interface SearchResponse.Summary.Reference.ChunkContentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBlobAttachmentIndexes(int index)

public abstract long getBlobAttachmentIndexes(int index)

Output only. Stores indexes of blobattachments linked to this chunk.

repeated int64 blob_attachment_indexes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
long

The blobAttachmentIndexes at the given index.

getBlobAttachmentIndexesCount()

public abstract int getBlobAttachmentIndexesCount()

Output only. Stores indexes of blobattachments linked to this chunk.

repeated int64 blob_attachment_indexes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of blobAttachmentIndexes.

getBlobAttachmentIndexesList()

public abstract List<Long> getBlobAttachmentIndexesList()

Output only. Stores indexes of blobattachments linked to this chunk.

repeated int64 blob_attachment_indexes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Long>

A list containing the blobAttachmentIndexes.

getContent()

public abstract String getContent()

Chunk textual content.

string content = 1;

Returns
Type Description
String

The content.

getContentBytes()

public abstract ByteString getContentBytes()

Chunk textual content.

string content = 1;

Returns
Type Description
ByteString

The bytes for content.

getPageIdentifier()

public abstract String getPageIdentifier()

Page identifier.

string page_identifier = 2;

Returns
Type Description
String

The pageIdentifier.

getPageIdentifierBytes()

public abstract ByteString getPageIdentifierBytes()

Page identifier.

string page_identifier = 2;

Returns
Type Description
ByteString

The bytes for pageIdentifier.