Interface ListChunksResponseOrBuilder (0.37.0)

public interface ListChunksResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChunks(int index)

public abstract Chunk getChunks(int index)

The Chunks.

repeated .google.cloud.discoveryengine.v1alpha.Chunk chunks = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Chunk

getChunksCount()

public abstract int getChunksCount()

The Chunks.

repeated .google.cloud.discoveryengine.v1alpha.Chunk chunks = 1;

Returns
TypeDescription
int

getChunksList()

public abstract List<Chunk> getChunksList()

The Chunks.

repeated .google.cloud.discoveryengine.v1alpha.Chunk chunks = 1;

Returns
TypeDescription
List<Chunk>

getChunksOrBuilder(int index)

public abstract ChunkOrBuilder getChunksOrBuilder(int index)

The Chunks.

repeated .google.cloud.discoveryengine.v1alpha.Chunk chunks = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChunkOrBuilder

getChunksOrBuilderList()

public abstract List<? extends ChunkOrBuilder> getChunksOrBuilderList()

The Chunks.

repeated .google.cloud.discoveryengine.v1alpha.Chunk chunks = 1;

Returns
TypeDescription
List<? extends com.google.cloud.discoveryengine.v1alpha.ChunkOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token that can be sent as ListChunksRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be sent as ListChunksRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.