Class GSuiteAddOnsClient.ListDeploymentsPage (2.95.0)

public static class GSuiteAddOnsClient.ListDeploymentsPage extends AbstractPage<ListDeploymentsRequest,ListDeploymentsResponse,Deployment,GSuiteAddOnsClient.ListDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > GSuiteAddOnsClient.ListDeploymentsPage

Methods

createPage(@Nullable PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, @Nullable ListDeploymentsResponse response)

protected GSuiteAddOnsClient.ListDeploymentsPage createPage(@Nullable PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, @Nullable ListDeploymentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment>
response @org.jspecify.annotations.Nullable com.google.cloud.gsuiteaddons.v1.ListDeploymentsResponse
Returns
Type Description
GSuiteAddOnsClient.ListDeploymentsPage
Overrides

createPageAsync(@Nullable PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ApiFuture<ListDeploymentsResponse> futureResponse)

public ApiFuture<GSuiteAddOnsClient.ListDeploymentsPage> createPageAsync(@Nullable PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ApiFuture<ListDeploymentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment>
futureResponse ApiFuture<ListDeploymentsResponse>
Returns
Type Description
ApiFuture<ListDeploymentsPage>
Overrides