Class TablesServiceClient.ListWorkspacesPage (0.99.0)

public static class TablesServiceClient.ListWorkspacesPage extends AbstractPage<ListWorkspacesRequest,ListWorkspacesResponse,Workspace,TablesServiceClient.ListWorkspacesPage>

Inheritance

java.lang.Object > AbstractPage > TablesServiceClient.ListWorkspacesPage

Methods

createPage(@Nullable PageContext<ListWorkspacesRequest,ListWorkspacesResponse,Workspace> context, @Nullable ListWorkspacesResponse response)

protected TablesServiceClient.ListWorkspacesPage createPage(@Nullable PageContext<ListWorkspacesRequest,ListWorkspacesResponse,Workspace> context, @Nullable ListWorkspacesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkspacesRequest,ListWorkspacesResponse,Workspace>
response @org.jspecify.annotations.Nullable com.google.area120.tables.v1alpha1.ListWorkspacesResponse
Returns
Type Description
TablesServiceClient.ListWorkspacesPage
Overrides

createPageAsync(@Nullable PageContext<ListWorkspacesRequest,ListWorkspacesResponse,Workspace> context, ApiFuture<ListWorkspacesResponse> futureResponse)

public ApiFuture<TablesServiceClient.ListWorkspacesPage> createPageAsync(@Nullable PageContext<ListWorkspacesRequest,ListWorkspacesResponse,Workspace> context, ApiFuture<ListWorkspacesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkspacesRequest,ListWorkspacesResponse,Workspace>
futureResponse ApiFuture<ListWorkspacesResponse>
Returns
Type Description
ApiFuture<ListWorkspacesPage>
Overrides