Package com.google.cloud.iam.admin.v1
Class IAMClient.QueryGrantableRolesPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<QueryGrantableRolesRequest,QueryGrantableRolesResponse,Role,IAMClient.QueryGrantableRolesPage>
-
- com.google.cloud.iam.admin.v1.IAMClient.QueryGrantableRolesPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Role>
,com.google.api.gax.paging.Page<Role>
- Enclosing class:
- IAMClient
public static class IAMClient.QueryGrantableRolesPage extends com.google.api.gax.paging.AbstractPage<QueryGrantableRolesRequest,QueryGrantableRolesResponse,Role,IAMClient.QueryGrantableRolesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IAMClient.QueryGrantableRolesPage
createPage(com.google.api.gax.rpc.PageContext<QueryGrantableRolesRequest,QueryGrantableRolesResponse,Role> context, QueryGrantableRolesResponse response)
com.google.api.core.ApiFuture<IAMClient.QueryGrantableRolesPage>
createPageAsync(com.google.api.gax.rpc.PageContext<QueryGrantableRolesRequest,QueryGrantableRolesResponse,Role> context, com.google.api.core.ApiFuture<QueryGrantableRolesResponse> 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 IAMClient.QueryGrantableRolesPage createPage(com.google.api.gax.rpc.PageContext<QueryGrantableRolesRequest,QueryGrantableRolesResponse,Role> context, QueryGrantableRolesResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<QueryGrantableRolesRequest,QueryGrantableRolesResponse,Role,IAMClient.QueryGrantableRolesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<IAMClient.QueryGrantableRolesPage> createPageAsync(com.google.api.gax.rpc.PageContext<QueryGrantableRolesRequest,QueryGrantableRolesResponse,Role> context, com.google.api.core.ApiFuture<QueryGrantableRolesResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<QueryGrantableRolesRequest,QueryGrantableRolesResponse,Role,IAMClient.QueryGrantableRolesPage>
-
-