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