Class AlloyDBAdminClient.ListSupportedDatabaseFlagsPage (0.31.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
Name Description
context PageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag>
response ListSupportedDatabaseFlagsResponse
Returns
Type Description
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
Name Description
context PageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag>
futureResponse ApiFuture<ListSupportedDatabaseFlagsResponse>
Returns
Type Description
ApiFuture<ListSupportedDatabaseFlagsPage>
Overrides