Class AgentServiceClient.ListAppsPage (0.11.0)

public static class AgentServiceClient.ListAppsPage extends AbstractPage<ListAppsRequest,ListAppsResponse,App,AgentServiceClient.ListAppsPage>

Inheritance

java.lang.Object > AbstractPage > AgentServiceClient.ListAppsPage

Methods

createPage(@Nullable PageContext<ListAppsRequest,ListAppsResponse,App> context, @Nullable ListAppsResponse response)

protected AgentServiceClient.ListAppsPage createPage(@Nullable PageContext<ListAppsRequest,ListAppsResponse,App> context, @Nullable ListAppsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAppsRequest,ListAppsResponse,App>
response @org.jspecify.annotations.Nullable com.google.cloud.ces.v1beta.ListAppsResponse
Returns
Type Description
AgentServiceClient.ListAppsPage
Overrides

createPageAsync(@Nullable PageContext<ListAppsRequest,ListAppsResponse,App> context, ApiFuture<ListAppsResponse> futureResponse)

public ApiFuture<AgentServiceClient.ListAppsPage> createPageAsync(@Nullable PageContext<ListAppsRequest,ListAppsResponse,App> context, ApiFuture<ListAppsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAppsRequest,ListAppsResponse,App>
futureResponse ApiFuture<ListAppsResponse>
Returns
Type Description
ApiFuture<ListAppsPage>
Overrides