Class AgentServiceClient.ListChangelogsPage (0.11.0)

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

Inheritance

java.lang.Object > AbstractPage > AgentServiceClient.ListChangelogsPage

Methods

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

protected AgentServiceClient.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.ces.v1beta.ListChangelogsResponse
Returns
Type Description
AgentServiceClient.ListChangelogsPage
Overrides

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

public ApiFuture<AgentServiceClient.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