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