public static class LoggingClient.ListLogsPage extends AbstractPage<ListLogsRequest,ListLogsResponse,String,LoggingClient.ListLogsPage>
Methods
createPage(PageContext<ListLogsRequest,ListLogsResponse,String> context, ListLogsResponse response)
protected LoggingClient.ListLogsPage createPage(PageContext<ListLogsRequest,ListLogsResponse,String> context, ListLogsResponse response)
Name | Description |
context | PageContext<ListLogsRequest,ListLogsResponse,String> |
response | ListLogsResponse |
Type | Description |
LoggingClient.ListLogsPage |
createPageAsync(PageContext<ListLogsRequest,ListLogsResponse,String> context, ApiFuture<ListLogsResponse> futureResponse)
public ApiFuture<LoggingClient.ListLogsPage> createPageAsync(PageContext<ListLogsRequest,ListLogsResponse,String> context, ApiFuture<ListLogsResponse> futureResponse)
Name | Description |
context | PageContext<ListLogsRequest,ListLogsResponse,String> |
futureResponse | ApiFuture<ListLogsResponse> |
Type | Description |
ApiFuture<ListLogsPage> |