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