Class NetworkServicesClient.ListAgentGatewaysPage (0.51.0)

public static class NetworkServicesClient.ListAgentGatewaysPage extends AbstractPage<ListAgentGatewaysRequest,ListAgentGatewaysResponse,AgentGateway,NetworkServicesClient.ListAgentGatewaysPage>

Inheritance

java.lang.Object > AbstractPage > NetworkServicesClient.ListAgentGatewaysPage

Methods

createPage(@Nullable PageContext<ListAgentGatewaysRequest,ListAgentGatewaysResponse,AgentGateway> context, @Nullable ListAgentGatewaysResponse response)

protected NetworkServicesClient.ListAgentGatewaysPage createPage(@Nullable PageContext<ListAgentGatewaysRequest,ListAgentGatewaysResponse,AgentGateway> context, @Nullable ListAgentGatewaysResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAgentGatewaysRequest,ListAgentGatewaysResponse,AgentGateway>
response @org.jspecify.annotations.Nullable com.google.cloud.networkservices.v1.ListAgentGatewaysResponse
Returns
Type Description
NetworkServicesClient.ListAgentGatewaysPage
Overrides

createPageAsync(@Nullable PageContext<ListAgentGatewaysRequest,ListAgentGatewaysResponse,AgentGateway> context, ApiFuture<ListAgentGatewaysResponse> futureResponse)

public ApiFuture<NetworkServicesClient.ListAgentGatewaysPage> createPageAsync(@Nullable PageContext<ListAgentGatewaysRequest,ListAgentGatewaysResponse,AgentGateway> context, ApiFuture<ListAgentGatewaysResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAgentGatewaysRequest,ListAgentGatewaysResponse,AgentGateway>
futureResponse ApiFuture<ListAgentGatewaysResponse>
Returns
Type Description
ApiFuture<ListAgentGatewaysPage>
Overrides