Class CloudDeployClient.ListAutomationRunsPage (1.93.0)

public static class CloudDeployClient.ListAutomationRunsPage extends AbstractPage<ListAutomationRunsRequest,ListAutomationRunsResponse,AutomationRun,CloudDeployClient.ListAutomationRunsPage>

Inheritance

java.lang.Object > AbstractPage > CloudDeployClient.ListAutomationRunsPage

Methods

createPage(@Nullable PageContext<ListAutomationRunsRequest,ListAutomationRunsResponse,AutomationRun> context, @Nullable ListAutomationRunsResponse response)

protected CloudDeployClient.ListAutomationRunsPage createPage(@Nullable PageContext<ListAutomationRunsRequest,ListAutomationRunsResponse,AutomationRun> context, @Nullable ListAutomationRunsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAutomationRunsRequest,ListAutomationRunsResponse,AutomationRun>
response @org.jspecify.annotations.Nullable com.google.cloud.deploy.v1.ListAutomationRunsResponse
Returns
Type Description
CloudDeployClient.ListAutomationRunsPage
Overrides

createPageAsync(@Nullable PageContext<ListAutomationRunsRequest,ListAutomationRunsResponse,AutomationRun> context, ApiFuture<ListAutomationRunsResponse> futureResponse)

public ApiFuture<CloudDeployClient.ListAutomationRunsPage> createPageAsync(@Nullable PageContext<ListAutomationRunsRequest,ListAutomationRunsResponse,AutomationRun> context, ApiFuture<ListAutomationRunsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAutomationRunsRequest,ListAutomationRunsResponse,AutomationRun>
futureResponse ApiFuture<ListAutomationRunsResponse>
Returns
Type Description
ApiFuture<ListAutomationRunsPage>
Overrides