Package com.google.cloud.logging.v2
Class ConfigClient.ListLinksPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListLinksRequest,ListLinksResponse,Link,ConfigClient.ListLinksPage>
-
- com.google.cloud.logging.v2.ConfigClient.ListLinksPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Link>
,com.google.api.gax.paging.Page<Link>
- Enclosing class:
- ConfigClient
public static class ConfigClient.ListLinksPage extends com.google.api.gax.paging.AbstractPage<ListLinksRequest,ListLinksResponse,Link,ConfigClient.ListLinksPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConfigClient.ListLinksPage
createPage(com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link> context, ListLinksResponse response)
com.google.api.core.ApiFuture<ConfigClient.ListLinksPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link> context, com.google.api.core.ApiFuture<ListLinksResponse> 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 ConfigClient.ListLinksPage createPage(com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link> context, ListLinksResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListLinksRequest,ListLinksResponse,Link,ConfigClient.ListLinksPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ConfigClient.ListLinksPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link> context, com.google.api.core.ApiFuture<ListLinksResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListLinksRequest,ListLinksResponse,Link,ConfigClient.ListLinksPage>
-
-