Class IAMClient.QueryTestablePermissionsPage (3.90.0)

public static class IAMClient.QueryTestablePermissionsPage extends AbstractPage<QueryTestablePermissionsRequest,QueryTestablePermissionsResponse,Permission,IAMClient.QueryTestablePermissionsPage>

Inheritance

java.lang.Object > AbstractPage > IAMClient.QueryTestablePermissionsPage

Methods

createPage(@Nullable PageContext<QueryTestablePermissionsRequest,QueryTestablePermissionsResponse,Permission> context, @Nullable QueryTestablePermissionsResponse response)

protected IAMClient.QueryTestablePermissionsPage createPage(@Nullable PageContext<QueryTestablePermissionsRequest,QueryTestablePermissionsResponse,Permission> context, @Nullable QueryTestablePermissionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<QueryTestablePermissionsRequest,QueryTestablePermissionsResponse,Permission>
response @org.jspecify.annotations.Nullable com.google.iam.admin.v1.QueryTestablePermissionsResponse
Returns
Type Description
IAMClient.QueryTestablePermissionsPage
Overrides

createPageAsync(@Nullable PageContext<QueryTestablePermissionsRequest,QueryTestablePermissionsResponse,Permission> context, ApiFuture<QueryTestablePermissionsResponse> futureResponse)

public ApiFuture<IAMClient.QueryTestablePermissionsPage> createPageAsync(@Nullable PageContext<QueryTestablePermissionsRequest,QueryTestablePermissionsResponse,Permission> context, ApiFuture<QueryTestablePermissionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<QueryTestablePermissionsRequest,QueryTestablePermissionsResponse,Permission>
futureResponse ApiFuture<QueryTestablePermissionsResponse>
Returns
Type Description
ApiFuture<QueryTestablePermissionsPage>
Overrides