Package com.google.cloud.logging.v2
Class LoggingClient.ListLogsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListLogsRequest,ListLogsResponse,String,LoggingClient.ListLogsPage>
com.google.cloud.logging.v2.LoggingClient.ListLogsPage
- Enclosing class:
- LoggingClient
public static class LoggingClient.ListLogsPage
extends AbstractPage<ListLogsRequest,ListLogsResponse,String,LoggingClient.ListLogsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected LoggingClient.ListLogsPagecreatePage(PageContext<ListLogsRequest, ListLogsResponse, String> context, ListLogsResponse response) createPageAsync(PageContext<ListLogsRequest, ListLogsResponse, String> context, ApiFuture<ListLogsResponse> 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 LoggingClient.ListLogsPage createPage(PageContext<ListLogsRequest, ListLogsResponse, String> context, ListLogsResponse response) - Specified by:
createPagein classAbstractPage<ListLogsRequest,ListLogsResponse, String, LoggingClient.ListLogsPage>
-
createPageAsync
public ApiFuture<LoggingClient.ListLogsPage> createPageAsync(PageContext<ListLogsRequest, ListLogsResponse, String> context, ApiFuture<ListLogsResponse> futureResponse) - Overrides:
createPageAsyncin classAbstractPage<ListLogsRequest,ListLogsResponse, String, LoggingClient.ListLogsPage>
-