Class AlloyDBAdminClient.ListSupportedDatabaseFlagsPage (0.30.0)

public static class AlloyDBAdminClient.ListSupportedDatabaseFlagsPage extends AbstractPage<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag,AlloyDBAdminClient.ListSupportedDatabaseFlagsPage>

Inheritance

java.lang.Object > AbstractPage > AlloyDBAdminClient.ListSupportedDatabaseFlagsPage

Methods

createPage(PageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag> context, ListSupportedDatabaseFlagsResponse response)

protected AlloyDBAdminClient.ListSupportedDatabaseFlagsPage createPage(PageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag> context, ListSupportedDatabaseFlagsResponse response)
Parameters
NameDescription
contextPageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag>
responseListSupportedDatabaseFlagsResponse
Returns
TypeDescription
AlloyDBAdminClient.ListSupportedDatabaseFlagsPage
Overrides

createPageAsync(PageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag> context, ApiFuture<ListSupportedDatabaseFlagsResponse> futureResponse)

public ApiFuture<AlloyDBAdminClient.ListSupportedDatabaseFlagsPage> createPageAsync(PageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag> context, ApiFuture<ListSupportedDatabaseFlagsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag>
futureResponseApiFuture<ListSupportedDatabaseFlagsResponse>
Returns
TypeDescription
ApiFuture<ListSupportedDatabaseFlagsPage>
Overrides