Class SecurityCenterClient.ListBigQueryExportsPage (2.45.0)

public static class SecurityCenterClient.ListBigQueryExportsPage extends AbstractPage<ListBigQueryExportsRequest,ListBigQueryExportsResponse,BigQueryExport,SecurityCenterClient.ListBigQueryExportsPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterClient.ListBigQueryExportsPage

Methods

createPage(PageContext<ListBigQueryExportsRequest,ListBigQueryExportsResponse,BigQueryExport> context, ListBigQueryExportsResponse response)

protected SecurityCenterClient.ListBigQueryExportsPage createPage(PageContext<ListBigQueryExportsRequest,ListBigQueryExportsResponse,BigQueryExport> context, ListBigQueryExportsResponse response)
Parameters
NameDescription
contextPageContext<ListBigQueryExportsRequest,ListBigQueryExportsResponse,BigQueryExport>
responseListBigQueryExportsResponse
Returns
TypeDescription
SecurityCenterClient.ListBigQueryExportsPage
Overrides

createPageAsync(PageContext<ListBigQueryExportsRequest,ListBigQueryExportsResponse,BigQueryExport> context, ApiFuture<ListBigQueryExportsResponse> futureResponse)

public ApiFuture<SecurityCenterClient.ListBigQueryExportsPage> createPageAsync(PageContext<ListBigQueryExportsRequest,ListBigQueryExportsResponse,BigQueryExport> context, ApiFuture<ListBigQueryExportsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListBigQueryExportsRequest,ListBigQueryExportsResponse,BigQueryExport>
futureResponseApiFuture<ListBigQueryExportsResponse>
Returns
TypeDescription
ApiFuture<ListBigQueryExportsPage>
Overrides