Class EventarcClient.ListGoogleApiSourcesPage (1.54.0)

public static class EventarcClient.ListGoogleApiSourcesPage extends AbstractPage<ListGoogleApiSourcesRequest,ListGoogleApiSourcesResponse,GoogleApiSource,EventarcClient.ListGoogleApiSourcesPage>

Inheritance

java.lang.Object > AbstractPage > EventarcClient.ListGoogleApiSourcesPage

Methods

createPage(PageContext<ListGoogleApiSourcesRequest,ListGoogleApiSourcesResponse,GoogleApiSource> context, ListGoogleApiSourcesResponse response)

protected EventarcClient.ListGoogleApiSourcesPage createPage(PageContext<ListGoogleApiSourcesRequest,ListGoogleApiSourcesResponse,GoogleApiSource> context, ListGoogleApiSourcesResponse response)
Parameters
Name Description
context PageContext<ListGoogleApiSourcesRequest,ListGoogleApiSourcesResponse,GoogleApiSource>
response ListGoogleApiSourcesResponse
Returns
Type Description
EventarcClient.ListGoogleApiSourcesPage
Overrides

createPageAsync(PageContext<ListGoogleApiSourcesRequest,ListGoogleApiSourcesResponse,GoogleApiSource> context, ApiFuture<ListGoogleApiSourcesResponse> futureResponse)

public ApiFuture<EventarcClient.ListGoogleApiSourcesPage> createPageAsync(PageContext<ListGoogleApiSourcesRequest,ListGoogleApiSourcesResponse,GoogleApiSource> context, ApiFuture<ListGoogleApiSourcesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListGoogleApiSourcesRequest,ListGoogleApiSourcesResponse,GoogleApiSource>
futureResponse ApiFuture<ListGoogleApiSourcesResponse>
Returns
Type Description
ApiFuture<ListGoogleApiSourcesPage>
Overrides