Class WorkstationsClient.ListWorkstationsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListWorkstationsRequest,ListWorkstationsResponse,Workstation,WorkstationsClient.ListWorkstationsPage>
-
- com.google.cloud.workstations.v1beta.WorkstationsClient.ListWorkstationsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Workstation>,com.google.api.gax.paging.Page<Workstation>
- Enclosing class:
- WorkstationsClient
public static class WorkstationsClient.ListWorkstationsPage extends com.google.api.gax.paging.AbstractPage<ListWorkstationsRequest,ListWorkstationsResponse,Workstation,WorkstationsClient.ListWorkstationsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WorkstationsClient.ListWorkstationsPagecreatePage(com.google.api.gax.rpc.PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, ListWorkstationsResponse response)com.google.api.core.ApiFuture<WorkstationsClient.ListWorkstationsPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, com.google.api.core.ApiFuture<ListWorkstationsResponse> 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.ListWorkstationsPage createPage(com.google.api.gax.rpc.PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, ListWorkstationsResponse response)
- Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListWorkstationsRequest,ListWorkstationsResponse,Workstation,WorkstationsClient.ListWorkstationsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<WorkstationsClient.ListWorkstationsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, com.google.api.core.ApiFuture<ListWorkstationsResponse> futureResponse)
- Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListWorkstationsRequest,ListWorkstationsResponse,Workstation,WorkstationsClient.ListWorkstationsPage>
-
-