Uses of Class
com.google.cloud.kms.inventory.v1.KeyTrackingServiceClient.SearchProtectedResourcesPage
-
Packages that use KeyTrackingServiceClient.SearchProtectedResourcesPage Package Description com.google.cloud.kms.inventory.v1 A client to KMS Inventory API -
-
Uses of KeyTrackingServiceClient.SearchProtectedResourcesPage in com.google.cloud.kms.inventory.v1
Methods in com.google.cloud.kms.inventory.v1 that return KeyTrackingServiceClient.SearchProtectedResourcesPage Modifier and Type Method Description protected KeyTrackingServiceClient.SearchProtectedResourcesPage
KeyTrackingServiceClient.SearchProtectedResourcesPage. createPage(com.google.api.gax.rpc.PageContext<SearchProtectedResourcesRequest,SearchProtectedResourcesResponse,ProtectedResource> context, SearchProtectedResourcesResponse response)
Methods in com.google.cloud.kms.inventory.v1 that return types with arguments of type KeyTrackingServiceClient.SearchProtectedResourcesPage Modifier and Type Method Description com.google.api.core.ApiFuture<KeyTrackingServiceClient.SearchProtectedResourcesPage>
KeyTrackingServiceClient.SearchProtectedResourcesPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchProtectedResourcesRequest,SearchProtectedResourcesResponse,ProtectedResource> context, com.google.api.core.ApiFuture<SearchProtectedResourcesResponse> futureResponse)
Method parameters in com.google.cloud.kms.inventory.v1 with type arguments of type KeyTrackingServiceClient.SearchProtectedResourcesPage Modifier and Type Method Description protected KeyTrackingServiceClient.SearchProtectedResourcesFixedSizeCollection
KeyTrackingServiceClient.SearchProtectedResourcesFixedSizeCollection. createCollection(List<KeyTrackingServiceClient.SearchProtectedResourcesPage> pages, int collectionSize)
-