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
Modifier and TypeMethodDescriptionprotected ConfigClient.ListLinksPagecreatePage(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, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected ConfigClient.ListLinksPage createPage(com.google.api.gax.rpc.PageContext<ListLinksRequest, ListLinksResponse, Link> context, ListLinksResponse response) - Specified by:
createPagein 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:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListLinksRequest,ListLinksResponse, Link, ConfigClient.ListLinksPage>
-