Class EventarcClient.ListGoogleApiSourcesPage (1.95.0)

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

Inheritance

java.lang.Object > AbstractPage > EventarcClient.ListGoogleApiSourcesPage

Methods

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

protected EventarcClient.ListGoogleApiSourcesPage createPage(@Nullable PageContext<ListGoogleApiSourcesRequest,ListGoogleApiSourcesResponse,GoogleApiSource> context, @Nullable ListGoogleApiSourcesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGoogleApiSourcesRequest,ListGoogleApiSourcesResponse,GoogleApiSource>
response @org.jspecify.annotations.Nullable com.google.cloud.eventarc.v1.ListGoogleApiSourcesResponse
Returns
Type Description
EventarcClient.ListGoogleApiSourcesPage
Overrides

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

public ApiFuture<EventarcClient.ListGoogleApiSourcesPage> createPageAsync(@Nullable PageContext<ListGoogleApiSourcesRequest,ListGoogleApiSourcesResponse,GoogleApiSource> context, ApiFuture<ListGoogleApiSourcesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGoogleApiSourcesRequest,ListGoogleApiSourcesResponse,GoogleApiSource>
futureResponse ApiFuture<ListGoogleApiSourcesResponse>
Returns
Type Description
ApiFuture<ListGoogleApiSourcesPage>
Overrides