Class TenantServiceClient.ListTenantsPage (2.96.0)

public static class TenantServiceClient.ListTenantsPage extends AbstractPage<ListTenantsRequest,ListTenantsResponse,Tenant,TenantServiceClient.ListTenantsPage>

Inheritance

java.lang.Object > AbstractPage > TenantServiceClient.ListTenantsPage

Methods

createPage(@Nullable PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context, @Nullable ListTenantsResponse response)

protected TenantServiceClient.ListTenantsPage createPage(@Nullable PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context, @Nullable ListTenantsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTenantsRequest,ListTenantsResponse,Tenant>
response @org.jspecify.annotations.Nullable com.google.cloud.talent.v4beta1.ListTenantsResponse
Returns
Type Description
TenantServiceClient.ListTenantsPage
Overrides

createPageAsync(@Nullable PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context, ApiFuture<ListTenantsResponse> futureResponse)

public ApiFuture<TenantServiceClient.ListTenantsPage> createPageAsync(@Nullable PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context, ApiFuture<ListTenantsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTenantsRequest,ListTenantsResponse,Tenant>
futureResponse ApiFuture<ListTenantsResponse>
Returns
Type Description
ApiFuture<ListTenantsPage>
Overrides