Class OsConfigServiceClient.ListPatchDeploymentsPage (2.97.0)

public static class OsConfigServiceClient.ListPatchDeploymentsPage extends AbstractPage<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment,OsConfigServiceClient.ListPatchDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > OsConfigServiceClient.ListPatchDeploymentsPage

Methods

createPage(@Nullable PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, @Nullable PatchDeployments.ListPatchDeploymentsResponse response)

protected OsConfigServiceClient.ListPatchDeploymentsPage createPage(@Nullable PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, @Nullable PatchDeployments.ListPatchDeploymentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPatchDeploymentsRequest,ListPatchDeploymentsResponse,PatchDeployment>
response @org.jspecify.annotations.Nullable com.google.cloud.osconfig.v1beta.PatchDeployments.ListPatchDeploymentsResponse
Returns
Type Description
OsConfigServiceClient.ListPatchDeploymentsPage
Overrides

createPageAsync(@Nullable PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, ApiFuture<PatchDeployments.ListPatchDeploymentsResponse> futureResponse)

public ApiFuture<OsConfigServiceClient.ListPatchDeploymentsPage> createPageAsync(@Nullable PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, ApiFuture<PatchDeployments.ListPatchDeploymentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPatchDeploymentsRequest,ListPatchDeploymentsResponse,PatchDeployment>
futureResponse ApiFuture<ListPatchDeploymentsResponse>
Returns
Type Description
ApiFuture<ListPatchDeploymentsPage>
Overrides