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