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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LoggingClient.ListLogsPage
createPage(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, iterateAll
-
-
-
-
Method Detail
-
createPage
protected LoggingClient.ListLogsPage createPage(com.google.api.gax.rpc.PageContext<ListLogsRequest,ListLogsResponse,String> context, ListLogsResponse response)
- Specified by:
createPage
in 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:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListLogsRequest,ListLogsResponse,String,LoggingClient.ListLogsPage>
-
-