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