Uses of Class
com.google.cloud.osconfig.v1.OsConfigServiceClient.ListPatchJobInstanceDetailsPage
-
Packages that use OsConfigServiceClient.ListPatchJobInstanceDetailsPage Package Description com.google.cloud.osconfig.v1 A client to OS Config API -
-
Uses of OsConfigServiceClient.ListPatchJobInstanceDetailsPage in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return OsConfigServiceClient.ListPatchJobInstanceDetailsPage Modifier and Type Method Description protected OsConfigServiceClient.ListPatchJobInstanceDetailsPage
OsConfigServiceClient.ListPatchJobInstanceDetailsPage. createPage(com.google.api.gax.rpc.PageContext<PatchJobs.ListPatchJobInstanceDetailsRequest,PatchJobs.ListPatchJobInstanceDetailsResponse,PatchJobs.PatchJobInstanceDetails> context, PatchJobs.ListPatchJobInstanceDetailsResponse response)
Methods in com.google.cloud.osconfig.v1 that return types with arguments of type OsConfigServiceClient.ListPatchJobInstanceDetailsPage Modifier and Type Method Description com.google.api.core.ApiFuture<OsConfigServiceClient.ListPatchJobInstanceDetailsPage>
OsConfigServiceClient.ListPatchJobInstanceDetailsPage. createPageAsync(com.google.api.gax.rpc.PageContext<PatchJobs.ListPatchJobInstanceDetailsRequest,PatchJobs.ListPatchJobInstanceDetailsResponse,PatchJobs.PatchJobInstanceDetails> context, com.google.api.core.ApiFuture<PatchJobs.ListPatchJobInstanceDetailsResponse> futureResponse)
Method parameters in com.google.cloud.osconfig.v1 with type arguments of type OsConfigServiceClient.ListPatchJobInstanceDetailsPage Modifier and Type Method Description protected OsConfigServiceClient.ListPatchJobInstanceDetailsFixedSizeCollection
OsConfigServiceClient.ListPatchJobInstanceDetailsFixedSizeCollection. createCollection(List<OsConfigServiceClient.ListPatchJobInstanceDetailsPage> pages, int collectionSize)
-