Class TelcoAutomationClient.ListDeploymentRevisionsPage (0.65.0)

public static class TelcoAutomationClient.ListDeploymentRevisionsPage extends AbstractPage<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse,Deployment,TelcoAutomationClient.ListDeploymentRevisionsPage>

Inheritance

java.lang.Object > AbstractPage > TelcoAutomationClient.ListDeploymentRevisionsPage

Methods

createPage(@Nullable PageContext<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse,Deployment> context, @Nullable ListDeploymentRevisionsResponse response)

protected TelcoAutomationClient.ListDeploymentRevisionsPage createPage(@Nullable PageContext<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse,Deployment> context, @Nullable ListDeploymentRevisionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse,Deployment>
response @org.jspecify.annotations.Nullable com.google.cloud.telcoautomation.v1.ListDeploymentRevisionsResponse
Returns
Type Description
TelcoAutomationClient.ListDeploymentRevisionsPage
Overrides

createPageAsync(@Nullable PageContext<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse,Deployment> context, ApiFuture<ListDeploymentRevisionsResponse> futureResponse)

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