Uses of Class
com.google.cloud.osconfig.v1beta.OsConfigServiceClient.ListPatchDeploymentsPage
-
Packages that use OsConfigServiceClient.ListPatchDeploymentsPage Package Description com.google.cloud.osconfig.v1beta A client to OS Config API -
-
Uses of OsConfigServiceClient.ListPatchDeploymentsPage in com.google.cloud.osconfig.v1beta
Methods in com.google.cloud.osconfig.v1beta 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.v1beta 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.v1beta with type arguments of type OsConfigServiceClient.ListPatchDeploymentsPage Modifier and Type Method Description protected OsConfigServiceClient.ListPatchDeploymentsFixedSizeCollection
OsConfigServiceClient.ListPatchDeploymentsFixedSizeCollection. createCollection(List<OsConfigServiceClient.ListPatchDeploymentsPage> pages, int collectionSize)
-