Package com.google.cloud.alloydb.v1alpha
Class AlloyDBAdminClient.ListSupportedDatabaseFlagsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag,AlloyDBAdminClient.ListSupportedDatabaseFlagsPage>
-
- com.google.cloud.alloydb.v1alpha.AlloyDBAdminClient.ListSupportedDatabaseFlagsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<SupportedDatabaseFlag>
,com.google.api.gax.paging.Page<SupportedDatabaseFlag>
- Enclosing class:
- AlloyDBAdminClient
public static class AlloyDBAdminClient.ListSupportedDatabaseFlagsPage extends com.google.api.gax.paging.AbstractPage<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag,AlloyDBAdminClient.ListSupportedDatabaseFlagsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AlloyDBAdminClient.ListSupportedDatabaseFlagsPage
createPage(com.google.api.gax.rpc.PageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag> context, ListSupportedDatabaseFlagsResponse response)
com.google.api.core.ApiFuture<AlloyDBAdminClient.ListSupportedDatabaseFlagsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag> context, com.google.api.core.ApiFuture<ListSupportedDatabaseFlagsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected AlloyDBAdminClient.ListSupportedDatabaseFlagsPage createPage(com.google.api.gax.rpc.PageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag> context, ListSupportedDatabaseFlagsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag,AlloyDBAdminClient.ListSupportedDatabaseFlagsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<AlloyDBAdminClient.ListSupportedDatabaseFlagsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag> context, com.google.api.core.ApiFuture<ListSupportedDatabaseFlagsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag,AlloyDBAdminClient.ListSupportedDatabaseFlagsPage>
-
-