Class AgentRegistryClient.ListBindingsPage (0.2.0)

public static class AgentRegistryClient.ListBindingsPage extends AbstractPage<ListBindingsRequest,ListBindingsResponse,Binding,AgentRegistryClient.ListBindingsPage>

Inheritance

java.lang.Object > AbstractPage > AgentRegistryClient.ListBindingsPage

Methods

createPage(@Nullable PageContext<ListBindingsRequest,ListBindingsResponse,Binding> context, @Nullable ListBindingsResponse response)

protected AgentRegistryClient.ListBindingsPage createPage(@Nullable PageContext<ListBindingsRequest,ListBindingsResponse,Binding> context, @Nullable ListBindingsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBindingsRequest,ListBindingsResponse,Binding>
response @org.jspecify.annotations.Nullable com.google.cloud.agentregistry.v1.ListBindingsResponse
Returns
Type Description
AgentRegistryClient.ListBindingsPage
Overrides

createPageAsync(@Nullable PageContext<ListBindingsRequest,ListBindingsResponse,Binding> context, ApiFuture<ListBindingsResponse> futureResponse)

public ApiFuture<AgentRegistryClient.ListBindingsPage> createPageAsync(@Nullable PageContext<ListBindingsRequest,ListBindingsResponse,Binding> context, ApiFuture<ListBindingsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBindingsRequest,ListBindingsResponse,Binding>
futureResponse ApiFuture<ListBindingsResponse>
Returns
Type Description
ApiFuture<ListBindingsPage>
Overrides