Class IdentityMappingStoreServiceClient.ListIdentityMappingsPage (0.91.0)

public static class IdentityMappingStoreServiceClient.ListIdentityMappingsPage extends AbstractPage<ListIdentityMappingsRequest,ListIdentityMappingsResponse,IdentityMappingEntry,IdentityMappingStoreServiceClient.ListIdentityMappingsPage>

Inheritance

java.lang.Object > AbstractPage > IdentityMappingStoreServiceClient.ListIdentityMappingsPage

Methods

createPage(@Nullable PageContext<ListIdentityMappingsRequest,ListIdentityMappingsResponse,IdentityMappingEntry> context, @Nullable ListIdentityMappingsResponse response)

protected IdentityMappingStoreServiceClient.ListIdentityMappingsPage createPage(@Nullable PageContext<ListIdentityMappingsRequest,ListIdentityMappingsResponse,IdentityMappingEntry> context, @Nullable ListIdentityMappingsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIdentityMappingsRequest,ListIdentityMappingsResponse,IdentityMappingEntry>
response @org.jspecify.annotations.Nullable com.google.cloud.discoveryengine.v1.ListIdentityMappingsResponse
Returns
Type Description
IdentityMappingStoreServiceClient.ListIdentityMappingsPage
Overrides

createPageAsync(@Nullable PageContext<ListIdentityMappingsRequest,ListIdentityMappingsResponse,IdentityMappingEntry> context, ApiFuture<ListIdentityMappingsResponse> futureResponse)

public ApiFuture<IdentityMappingStoreServiceClient.ListIdentityMappingsPage> createPageAsync(@Nullable PageContext<ListIdentityMappingsRequest,ListIdentityMappingsResponse,IdentityMappingEntry> context, ApiFuture<ListIdentityMappingsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIdentityMappingsRequest,ListIdentityMappingsResponse,IdentityMappingEntry>
futureResponse ApiFuture<ListIdentityMappingsResponse>
Returns
Type Description
ApiFuture<ListIdentityMappingsPage>
Overrides