Class AuthProviderServiceClient.ListAuthorizationsPage (0.1.0)

public static class AuthProviderServiceClient.ListAuthorizationsPage extends AbstractPage<ListAuthorizationsRequest,ListAuthorizationsResponse,Authorization,AuthProviderServiceClient.ListAuthorizationsPage>

Inheritance

java.lang.Object > AbstractPage > AuthProviderServiceClient.ListAuthorizationsPage

Methods

createPage(@Nullable PageContext<ListAuthorizationsRequest,ListAuthorizationsResponse,Authorization> context, @Nullable ListAuthorizationsResponse response)

protected AuthProviderServiceClient.ListAuthorizationsPage createPage(@Nullable PageContext<ListAuthorizationsRequest,ListAuthorizationsResponse,Authorization> context, @Nullable ListAuthorizationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAuthorizationsRequest,ListAuthorizationsResponse,Authorization>
response @org.jspecify.annotations.Nullable com.google.cloud.agentidentity.v1beta.ListAuthorizationsResponse
Returns
Type Description
AuthProviderServiceClient.ListAuthorizationsPage
Overrides

createPageAsync(@Nullable PageContext<ListAuthorizationsRequest,ListAuthorizationsResponse,Authorization> context, ApiFuture<ListAuthorizationsResponse> futureResponse)

public ApiFuture<AuthProviderServiceClient.ListAuthorizationsPage> createPageAsync(@Nullable PageContext<ListAuthorizationsRequest,ListAuthorizationsResponse,Authorization> context, ApiFuture<ListAuthorizationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAuthorizationsRequest,ListAuthorizationsResponse,Authorization>
futureResponse ApiFuture<ListAuthorizationsResponse>
Returns
Type Description
ApiFuture<ListAuthorizationsPage>
Overrides