Class DocumentLinkServiceClient.ListLinkedSourcesPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink,DocumentLinkServiceClient.ListLinkedSourcesPage>
-
- com.google.cloud.contentwarehouse.v1.DocumentLinkServiceClient.ListLinkedSourcesPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<DocumentLink>
,com.google.api.gax.paging.Page<DocumentLink>
- Enclosing class:
- DocumentLinkServiceClient
public static class DocumentLinkServiceClient.ListLinkedSourcesPage extends com.google.api.gax.paging.AbstractPage<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink,DocumentLinkServiceClient.ListLinkedSourcesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DocumentLinkServiceClient.ListLinkedSourcesPage
createPage(com.google.api.gax.rpc.PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, ListLinkedSourcesResponse response)
com.google.api.core.ApiFuture<DocumentLinkServiceClient.ListLinkedSourcesPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, com.google.api.core.ApiFuture<ListLinkedSourcesResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected DocumentLinkServiceClient.ListLinkedSourcesPage createPage(com.google.api.gax.rpc.PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, ListLinkedSourcesResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink,DocumentLinkServiceClient.ListLinkedSourcesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<DocumentLinkServiceClient.ListLinkedSourcesPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, com.google.api.core.ApiFuture<ListLinkedSourcesResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink,DocumentLinkServiceClient.ListLinkedSourcesPage>
-
-