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