Class CatalogServiceClient.LookupEntryLinksPage (1.93.0)

public static class CatalogServiceClient.LookupEntryLinksPage extends AbstractPage<LookupEntryLinksRequest,LookupEntryLinksResponse,EntryLink,CatalogServiceClient.LookupEntryLinksPage>

Inheritance

java.lang.Object > AbstractPage > CatalogServiceClient.LookupEntryLinksPage

Methods

protected CatalogServiceClient.LookupEntryLinksPage createPage(@Nullable PageContext<LookupEntryLinksRequest,LookupEntryLinksResponse,EntryLink> context, @Nullable LookupEntryLinksResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<LookupEntryLinksRequest,LookupEntryLinksResponse,EntryLink>
response @org.jspecify.annotations.Nullable com.google.cloud.dataplex.v1.LookupEntryLinksResponse
Returns
Type Description
CatalogServiceClient.LookupEntryLinksPage
Overrides
public ApiFuture<CatalogServiceClient.LookupEntryLinksPage> createPageAsync(@Nullable PageContext<LookupEntryLinksRequest,LookupEntryLinksResponse,EntryLink> context, ApiFuture<LookupEntryLinksResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<LookupEntryLinksRequest,LookupEntryLinksResponse,EntryLink>
futureResponse ApiFuture<LookupEntryLinksResponse>
Returns
Type Description
ApiFuture<LookupEntryLinksPage>
Overrides