Class IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage (0.91.0)

public static class IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage extends AbstractPage<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse,IdentityMappingStore,IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage>

Inheritance

java.lang.Object > AbstractPage > IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage

Methods

createPage(@Nullable PageContext<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse,IdentityMappingStore> context, @Nullable ListIdentityMappingStoresResponse response)

protected IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage createPage(@Nullable PageContext<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse,IdentityMappingStore> context, @Nullable ListIdentityMappingStoresResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse,IdentityMappingStore>
response @org.jspecify.annotations.Nullable com.google.cloud.discoveryengine.v1.ListIdentityMappingStoresResponse
Returns
Type Description
IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage
Overrides

createPageAsync(@Nullable PageContext<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse,IdentityMappingStore> context, ApiFuture<ListIdentityMappingStoresResponse> futureResponse)

public ApiFuture<IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage> createPageAsync(@Nullable PageContext<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse,IdentityMappingStore> context, ApiFuture<ListIdentityMappingStoresResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse,IdentityMappingStore>
futureResponse ApiFuture<ListIdentityMappingStoresResponse>
Returns
Type Description
ApiFuture<ListIdentityMappingStoresPage>
Overrides