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