Class AlloyDBAdminClient.ListSupportedDatabaseFlagsPage (0.84.0)

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

Inheritance

java.lang.Object > AbstractPage > AlloyDBAdminClient.ListSupportedDatabaseFlagsPage

Methods

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

protected AlloyDBAdminClient.ListSupportedDatabaseFlagsPage createPage(@Nullable PageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag> context, @Nullable ListSupportedDatabaseFlagsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag>
response @org.jspecify.annotations.Nullable com.google.cloud.alloydb.v1beta.ListSupportedDatabaseFlagsResponse
Returns
Type Description
AlloyDBAdminClient.ListSupportedDatabaseFlagsPage
Overrides

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

public ApiFuture<AlloyDBAdminClient.ListSupportedDatabaseFlagsPage> createPageAsync(@Nullable PageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag> context, ApiFuture<ListSupportedDatabaseFlagsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag>
futureResponse ApiFuture<ListSupportedDatabaseFlagsResponse>
Returns
Type Description
ApiFuture<ListSupportedDatabaseFlagsPage>
Overrides