Class SaasDeploymentsClient.ListUnitKindsPage (0.25.0)

public static class SaasDeploymentsClient.ListUnitKindsPage extends AbstractPage<ListUnitKindsRequest,ListUnitKindsResponse,UnitKind,SaasDeploymentsClient.ListUnitKindsPage>

Inheritance

java.lang.Object > AbstractPage > SaasDeploymentsClient.ListUnitKindsPage

Methods

createPage(@Nullable PageContext<ListUnitKindsRequest,ListUnitKindsResponse,UnitKind> context, @Nullable ListUnitKindsResponse response)

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

createPageAsync(@Nullable PageContext<ListUnitKindsRequest,ListUnitKindsResponse,UnitKind> context, ApiFuture<ListUnitKindsResponse> futureResponse)

public ApiFuture<SaasDeploymentsClient.ListUnitKindsPage> createPageAsync(@Nullable PageContext<ListUnitKindsRequest,ListUnitKindsResponse,UnitKind> context, ApiFuture<ListUnitKindsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUnitKindsRequest,ListUnitKindsResponse,UnitKind>
futureResponse ApiFuture<ListUnitKindsResponse>
Returns
Type Description
ApiFuture<ListUnitKindsPage>
Overrides