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