Class ChangelogsClient.ListChangelogsPage (0.106.0)

public static class ChangelogsClient.ListChangelogsPage extends AbstractPage<ListChangelogsRequest,ListChangelogsResponse,Changelog,ChangelogsClient.ListChangelogsPage>

Inheritance

java.lang.Object > AbstractPage > ChangelogsClient.ListChangelogsPage

Methods

createPage(@Nullable PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog> context, @Nullable ListChangelogsResponse response)

protected ChangelogsClient.ListChangelogsPage createPage(@Nullable PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog> context, @Nullable ListChangelogsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog>
response @org.jspecify.annotations.Nullable com.google.cloud.dialogflow.cx.v3beta1.ListChangelogsResponse
Returns
Type Description
ChangelogsClient.ListChangelogsPage
Overrides

createPageAsync(@Nullable PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog> context, ApiFuture<ListChangelogsResponse> futureResponse)

public ApiFuture<ChangelogsClient.ListChangelogsPage> createPageAsync(@Nullable PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog> context, ApiFuture<ListChangelogsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog>
futureResponse ApiFuture<ListChangelogsResponse>
Returns
Type Description
ApiFuture<ListChangelogsPage>
Overrides