Class EventarcClient.ListChannelConnectionsPage (1.58.0)

public static class EventarcClient.ListChannelConnectionsPage extends AbstractPage<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection,EventarcClient.ListChannelConnectionsPage>

Inheritance

java.lang.Object > AbstractPage > EventarcClient.ListChannelConnectionsPage

Methods

createPage(PageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection> context, ListChannelConnectionsResponse response)

protected EventarcClient.ListChannelConnectionsPage createPage(PageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection> context, ListChannelConnectionsResponse response)
Overrides

createPageAsync(PageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection> context, ApiFuture<ListChannelConnectionsResponse> futureResponse)

public ApiFuture<EventarcClient.ListChannelConnectionsPage> createPageAsync(PageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection> context, ApiFuture<ListChannelConnectionsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListChannelConnectionsPage>
Overrides