Class EventarcClient.ListChannelConnectionsPage (1.95.0)

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

Inheritance

java.lang.Object > AbstractPage > EventarcClient.ListChannelConnectionsPage

Methods

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

protected EventarcClient.ListChannelConnectionsPage createPage(@Nullable PageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection> context, @Nullable ListChannelConnectionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection>
response @org.jspecify.annotations.Nullable com.google.cloud.eventarc.v1.ListChannelConnectionsResponse
Returns
Type Description
EventarcClient.ListChannelConnectionsPage
Overrides

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

public ApiFuture<EventarcClient.ListChannelConnectionsPage> createPageAsync(@Nullable PageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection> context, ApiFuture<ListChannelConnectionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection>
futureResponse ApiFuture<ListChannelConnectionsResponse>
Returns
Type Description
ApiFuture<ListChannelConnectionsPage>
Overrides