Class SaasDeploymentsClient.ListUnitsPage (0.25.0)

public static class SaasDeploymentsClient.ListUnitsPage extends AbstractPage<ListUnitsRequest,ListUnitsResponse,Unit,SaasDeploymentsClient.ListUnitsPage>

Inheritance

java.lang.Object > AbstractPage > SaasDeploymentsClient.ListUnitsPage

Methods

createPage(@Nullable PageContext<ListUnitsRequest,ListUnitsResponse,Unit> context, @Nullable ListUnitsResponse response)

protected SaasDeploymentsClient.ListUnitsPage createPage(@Nullable PageContext<ListUnitsRequest,ListUnitsResponse,Unit> context, @Nullable ListUnitsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUnitsRequest,ListUnitsResponse,Unit>
response @org.jspecify.annotations.Nullable com.google.cloud.saasplatform.saasservicemgmt.v1beta1.ListUnitsResponse
Returns
Type Description
SaasDeploymentsClient.ListUnitsPage
Overrides

createPageAsync(@Nullable PageContext<ListUnitsRequest,ListUnitsResponse,Unit> context, ApiFuture<ListUnitsResponse> futureResponse)

public ApiFuture<SaasDeploymentsClient.ListUnitsPage> createPageAsync(@Nullable PageContext<ListUnitsRequest,ListUnitsResponse,Unit> context, ApiFuture<ListUnitsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUnitsRequest,ListUnitsResponse,Unit>
futureResponse ApiFuture<ListUnitsResponse>
Returns
Type Description
ApiFuture<ListUnitsPage>
Overrides