Class CloudDeployClient.ListAutomationsPage (1.93.0)

public static class CloudDeployClient.ListAutomationsPage extends AbstractPage<ListAutomationsRequest,ListAutomationsResponse,Automation,CloudDeployClient.ListAutomationsPage>

Inheritance

java.lang.Object > AbstractPage > CloudDeployClient.ListAutomationsPage

Methods

createPage(@Nullable PageContext<ListAutomationsRequest,ListAutomationsResponse,Automation> context, @Nullable ListAutomationsResponse response)

protected CloudDeployClient.ListAutomationsPage createPage(@Nullable PageContext<ListAutomationsRequest,ListAutomationsResponse,Automation> context, @Nullable ListAutomationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAutomationsRequest,ListAutomationsResponse,Automation>
response @org.jspecify.annotations.Nullable com.google.cloud.deploy.v1.ListAutomationsResponse
Returns
Type Description
CloudDeployClient.ListAutomationsPage
Overrides

createPageAsync(@Nullable PageContext<ListAutomationsRequest,ListAutomationsResponse,Automation> context, ApiFuture<ListAutomationsResponse> futureResponse)

public ApiFuture<CloudDeployClient.ListAutomationsPage> createPageAsync(@Nullable PageContext<ListAutomationsRequest,ListAutomationsResponse,Automation> context, ApiFuture<ListAutomationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAutomationsRequest,ListAutomationsResponse,Automation>
futureResponse ApiFuture<ListAutomationsResponse>
Returns
Type Description
ApiFuture<ListAutomationsPage>
Overrides