Class TelcoAutomationClient.ListHydratedDeploymentsPage (0.65.0)

public static class TelcoAutomationClient.ListHydratedDeploymentsPage extends AbstractPage<ListHydratedDeploymentsRequest,ListHydratedDeploymentsResponse,HydratedDeployment,TelcoAutomationClient.ListHydratedDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > TelcoAutomationClient.ListHydratedDeploymentsPage

Methods

createPage(@Nullable PageContext<ListHydratedDeploymentsRequest,ListHydratedDeploymentsResponse,HydratedDeployment> context, @Nullable ListHydratedDeploymentsResponse response)

protected TelcoAutomationClient.ListHydratedDeploymentsPage createPage(@Nullable PageContext<ListHydratedDeploymentsRequest,ListHydratedDeploymentsResponse,HydratedDeployment> context, @Nullable ListHydratedDeploymentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListHydratedDeploymentsRequest,ListHydratedDeploymentsResponse,HydratedDeployment>
response @org.jspecify.annotations.Nullable com.google.cloud.telcoautomation.v1.ListHydratedDeploymentsResponse
Returns
Type Description
TelcoAutomationClient.ListHydratedDeploymentsPage
Overrides

createPageAsync(@Nullable PageContext<ListHydratedDeploymentsRequest,ListHydratedDeploymentsResponse,HydratedDeployment> context, ApiFuture<ListHydratedDeploymentsResponse> futureResponse)

public ApiFuture<TelcoAutomationClient.ListHydratedDeploymentsPage> createPageAsync(@Nullable PageContext<ListHydratedDeploymentsRequest,ListHydratedDeploymentsResponse,HydratedDeployment> context, ApiFuture<ListHydratedDeploymentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListHydratedDeploymentsRequest,ListHydratedDeploymentsResponse,HydratedDeployment>
futureResponse ApiFuture<ListHydratedDeploymentsResponse>
Returns
Type Description
ApiFuture<ListHydratedDeploymentsPage>
Overrides