Class WorkstationsClient.ListWorkstationsPage (0.83.0)

public static class WorkstationsClient.ListWorkstationsPage extends AbstractPage<ListWorkstationsRequest,ListWorkstationsResponse,Workstation,WorkstationsClient.ListWorkstationsPage>

Inheritance

java.lang.Object > AbstractPage > WorkstationsClient.ListWorkstationsPage

Methods

createPage(@Nullable PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, @Nullable ListWorkstationsResponse response)

protected WorkstationsClient.ListWorkstationsPage createPage(@Nullable PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, @Nullable ListWorkstationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation>
response @org.jspecify.annotations.Nullable com.google.cloud.workstations.v1.ListWorkstationsResponse
Returns
Type Description
WorkstationsClient.ListWorkstationsPage
Overrides

createPageAsync(@Nullable PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, ApiFuture<ListWorkstationsResponse> futureResponse)

public ApiFuture<WorkstationsClient.ListWorkstationsPage> createPageAsync(@Nullable PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, ApiFuture<ListWorkstationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation>
futureResponse ApiFuture<ListWorkstationsResponse>
Returns
Type Description
ApiFuture<ListWorkstationsPage>
Overrides