Class PlaybooksClient.ListPlaybooksPage (0.106.0)

public static class PlaybooksClient.ListPlaybooksPage extends AbstractPage<ListPlaybooksRequest,ListPlaybooksResponse,Playbook,PlaybooksClient.ListPlaybooksPage>

Inheritance

java.lang.Object > AbstractPage > PlaybooksClient.ListPlaybooksPage

Methods

createPage(@Nullable PageContext<ListPlaybooksRequest,ListPlaybooksResponse,Playbook> context, @Nullable ListPlaybooksResponse response)

protected PlaybooksClient.ListPlaybooksPage createPage(@Nullable PageContext<ListPlaybooksRequest,ListPlaybooksResponse,Playbook> context, @Nullable ListPlaybooksResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPlaybooksRequest,ListPlaybooksResponse,Playbook>
response @org.jspecify.annotations.Nullable com.google.cloud.dialogflow.cx.v3beta1.ListPlaybooksResponse
Returns
Type Description
PlaybooksClient.ListPlaybooksPage
Overrides

createPageAsync(@Nullable PageContext<ListPlaybooksRequest,ListPlaybooksResponse,Playbook> context, ApiFuture<ListPlaybooksResponse> futureResponse)

public ApiFuture<PlaybooksClient.ListPlaybooksPage> createPageAsync(@Nullable PageContext<ListPlaybooksRequest,ListPlaybooksResponse,Playbook> context, ApiFuture<ListPlaybooksResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPlaybooksRequest,ListPlaybooksResponse,Playbook>
futureResponse ApiFuture<ListPlaybooksResponse>
Returns
Type Description
ApiFuture<ListPlaybooksPage>
Overrides