Interface ListPagesResponseOrBuilder (0.52.0)

public interface ListPagesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getPages(int index)

public abstract Page getPages(int index)

The list of pages. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3.Page pages = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Page

getPagesCount()

public abstract int getPagesCount()

The list of pages. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3.Page pages = 1;

Returns
TypeDescription
int

getPagesList()

public abstract List<Page> getPagesList()

The list of pages. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3.Page pages = 1;

Returns
TypeDescription
List<Page>

getPagesOrBuilder(int index)

public abstract PageOrBuilder getPagesOrBuilder(int index)

The list of pages. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3.Page pages = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PageOrBuilder

getPagesOrBuilderList()

public abstract List<? extends PageOrBuilder> getPagesOrBuilderList()

The list of pages. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3.Page pages = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3.PageOrBuilder>