Class TelcoAutomationClient.SearchDeploymentRevisionsPage (0.65.0)

public static class TelcoAutomationClient.SearchDeploymentRevisionsPage extends AbstractPage<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse,Deployment,TelcoAutomationClient.SearchDeploymentRevisionsPage>

Inheritance

java.lang.Object > AbstractPage > TelcoAutomationClient.SearchDeploymentRevisionsPage

Methods

createPage(@Nullable PageContext<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse,Deployment> context, @Nullable SearchDeploymentRevisionsResponse response)

protected TelcoAutomationClient.SearchDeploymentRevisionsPage createPage(@Nullable PageContext<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse,Deployment> context, @Nullable SearchDeploymentRevisionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse,Deployment>
response @org.jspecify.annotations.Nullable com.google.cloud.telcoautomation.v1alpha1.SearchDeploymentRevisionsResponse
Returns
Type Description
TelcoAutomationClient.SearchDeploymentRevisionsPage
Overrides

createPageAsync(@Nullable PageContext<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse,Deployment> context, ApiFuture<SearchDeploymentRevisionsResponse> futureResponse)

public ApiFuture<TelcoAutomationClient.SearchDeploymentRevisionsPage> createPageAsync(@Nullable PageContext<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse,Deployment> context, ApiFuture<SearchDeploymentRevisionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse,Deployment>
futureResponse ApiFuture<SearchDeploymentRevisionsResponse>
Returns
Type Description
ApiFuture<SearchDeploymentRevisionsPage>
Overrides