Class LoggingClient.ListLogsPage (3.16.2)

public static class LoggingClient.ListLogsPage extends AbstractPage<ListLogsRequest,ListLogsResponse,String,LoggingClient.ListLogsPage>

Inheritance

java.lang.Object > AbstractPage > LoggingClient.ListLogsPage

Methods

createPage(PageContext<ListLogsRequest,ListLogsResponse,String> context, ListLogsResponse response)

protected LoggingClient.ListLogsPage createPage(PageContext<ListLogsRequest,ListLogsResponse,String> context, ListLogsResponse response)
Parameters
NameDescription
contextPageContext<ListLogsRequest,ListLogsResponse,String>
responseListLogsResponse
Returns
TypeDescription
LoggingClient.ListLogsPage
Overrides

createPageAsync(PageContext<ListLogsRequest,ListLogsResponse,String> context, ApiFuture<ListLogsResponse> futureResponse)

public ApiFuture<LoggingClient.ListLogsPage> createPageAsync(PageContext<ListLogsRequest,ListLogsResponse,String> context, ApiFuture<ListLogsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListLogsRequest,ListLogsResponse,String>
futureResponseApiFuture<ListLogsResponse>
Returns
TypeDescription
ApiFuture<ListLogsPage>
Overrides