Class PlaybooksClient.ListPlaybookVersionsPage (0.106.0)

public static class PlaybooksClient.ListPlaybookVersionsPage extends AbstractPage<ListPlaybookVersionsRequest,ListPlaybookVersionsResponse,PlaybookVersion,PlaybooksClient.ListPlaybookVersionsPage>

Inheritance

java.lang.Object > AbstractPage > PlaybooksClient.ListPlaybookVersionsPage

Methods

createPage(@Nullable PageContext<ListPlaybookVersionsRequest,ListPlaybookVersionsResponse,PlaybookVersion> context, @Nullable ListPlaybookVersionsResponse response)

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

createPageAsync(@Nullable PageContext<ListPlaybookVersionsRequest,ListPlaybookVersionsResponse,PlaybookVersion> context, ApiFuture<ListPlaybookVersionsResponse> futureResponse)

public ApiFuture<PlaybooksClient.ListPlaybookVersionsPage> createPageAsync(@Nullable PageContext<ListPlaybookVersionsRequest,ListPlaybookVersionsResponse,PlaybookVersion> context, ApiFuture<ListPlaybookVersionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPlaybookVersionsRequest,ListPlaybookVersionsResponse,PlaybookVersion>
futureResponse ApiFuture<ListPlaybookVersionsResponse>
Returns
Type Description
ApiFuture<ListPlaybookVersionsPage>
Overrides