Class DocumentLinkServiceClient.ListLinkedSourcesPage (0.91.0)

public static class DocumentLinkServiceClient.ListLinkedSourcesPage extends AbstractPage<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink,DocumentLinkServiceClient.ListLinkedSourcesPage>

Inheritance

java.lang.Object > AbstractPage > DocumentLinkServiceClient.ListLinkedSourcesPage

Methods

protected DocumentLinkServiceClient.ListLinkedSourcesPage createPage(@Nullable PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, @Nullable ListLinkedSourcesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink>
response @org.jspecify.annotations.Nullable com.google.cloud.contentwarehouse.v1.ListLinkedSourcesResponse
Returns
Type Description
DocumentLinkServiceClient.ListLinkedSourcesPage
Overrides
public ApiFuture<DocumentLinkServiceClient.ListLinkedSourcesPage> createPageAsync(@Nullable PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, ApiFuture<ListLinkedSourcesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink>
futureResponse ApiFuture<ListLinkedSourcesResponse>
Returns
Type Description
ApiFuture<ListLinkedSourcesPage>
Overrides