Class SaasDeploymentsClient.ListTenantsPage (0.25.0)

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

Inheritance

java.lang.Object > AbstractPage > SaasDeploymentsClient.ListTenantsPage

Methods

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

protected SaasDeploymentsClient.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.saasplatform.saasservicemgmt.v1beta1.ListTenantsResponse
Returns
Type Description
SaasDeploymentsClient.ListTenantsPage
Overrides

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

public ApiFuture<SaasDeploymentsClient.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