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
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<String>,com.google.api.gax.paging.Page<String>
- Enclosing class:
- LoggingClient
public static class LoggingClient.ListLogsPage
extends com.google.api.gax.paging.AbstractPage<ListLogsRequest,ListLogsResponse,String,LoggingClient.ListLogsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected LoggingClient.ListLogsPagecreatePage(com.google.api.gax.rpc.PageContext<ListLogsRequest, ListLogsResponse, String> context, ListLogsResponse response) com.google.api.core.ApiFuture<LoggingClient.ListLogsPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListLogsRequest, ListLogsResponse, String> context, com.google.api.core.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(com.google.api.gax.rpc.PageContext<ListLogsRequest, ListLogsResponse, String> context, ListLogsResponse response) - Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListLogsRequest,ListLogsResponse, String, LoggingClient.ListLogsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<LoggingClient.ListLogsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListLogsRequest, ListLogsResponse, String> context, com.google.api.core.ApiFuture<ListLogsResponse> futureResponse) - Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListLogsRequest,ListLogsResponse, String, LoggingClient.ListLogsPage>
-