Class OsConfigServiceClient.ListPatchJobInstanceDetailsPage (2.97.0)

public static class OsConfigServiceClient.ListPatchJobInstanceDetailsPage extends AbstractPage<PatchJobs.ListPatchJobInstanceDetailsRequest,PatchJobs.ListPatchJobInstanceDetailsResponse,PatchJobs.PatchJobInstanceDetails,OsConfigServiceClient.ListPatchJobInstanceDetailsPage>

Inheritance

java.lang.Object > AbstractPage > OsConfigServiceClient.ListPatchJobInstanceDetailsPage

Methods

createPage(@Nullable PageContext<PatchJobs.ListPatchJobInstanceDetailsRequest,PatchJobs.ListPatchJobInstanceDetailsResponse,PatchJobs.PatchJobInstanceDetails> context, @Nullable PatchJobs.ListPatchJobInstanceDetailsResponse response)

protected OsConfigServiceClient.ListPatchJobInstanceDetailsPage createPage(@Nullable PageContext<PatchJobs.ListPatchJobInstanceDetailsRequest,PatchJobs.ListPatchJobInstanceDetailsResponse,PatchJobs.PatchJobInstanceDetails> context, @Nullable PatchJobs.ListPatchJobInstanceDetailsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPatchJobInstanceDetailsRequest,ListPatchJobInstanceDetailsResponse,PatchJobInstanceDetails>
response @org.jspecify.annotations.Nullable com.google.cloud.osconfig.v1beta.PatchJobs.ListPatchJobInstanceDetailsResponse
Returns
Type Description
OsConfigServiceClient.ListPatchJobInstanceDetailsPage
Overrides

createPageAsync(@Nullable PageContext<PatchJobs.ListPatchJobInstanceDetailsRequest,PatchJobs.ListPatchJobInstanceDetailsResponse,PatchJobs.PatchJobInstanceDetails> context, ApiFuture<PatchJobs.ListPatchJobInstanceDetailsResponse> futureResponse)

public ApiFuture<OsConfigServiceClient.ListPatchJobInstanceDetailsPage> createPageAsync(@Nullable PageContext<PatchJobs.ListPatchJobInstanceDetailsRequest,PatchJobs.ListPatchJobInstanceDetailsResponse,PatchJobs.PatchJobInstanceDetails> context, ApiFuture<PatchJobs.ListPatchJobInstanceDetailsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPatchJobInstanceDetailsRequest,ListPatchJobInstanceDetailsResponse,PatchJobInstanceDetails>
futureResponse ApiFuture<ListPatchJobInstanceDetailsResponse>
Returns
Type Description
ApiFuture<ListPatchJobInstanceDetailsPage>
Overrides