Uses of Class
com.google.cloud.memcache.v1beta2.CloudMemcacheClient.ListInstancesPage
-
Packages that use CloudMemcacheClient.ListInstancesPage Package Description com.google.cloud.memcache.v1beta2 A client to Cloud Memorystore for Memcached API -
-
Uses of CloudMemcacheClient.ListInstancesPage in com.google.cloud.memcache.v1beta2
Methods in com.google.cloud.memcache.v1beta2 that return CloudMemcacheClient.ListInstancesPage Modifier and Type Method Description protected CloudMemcacheClient.ListInstancesPage
CloudMemcacheClient.ListInstancesPage. createPage(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, ListInstancesResponse response)
Methods in com.google.cloud.memcache.v1beta2 that return types with arguments of type CloudMemcacheClient.ListInstancesPage Modifier and Type Method Description com.google.api.core.ApiFuture<CloudMemcacheClient.ListInstancesPage>
CloudMemcacheClient.ListInstancesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, com.google.api.core.ApiFuture<ListInstancesResponse> futureResponse)
Method parameters in com.google.cloud.memcache.v1beta2 with type arguments of type CloudMemcacheClient.ListInstancesPage Modifier and Type Method Description protected CloudMemcacheClient.ListInstancesFixedSizeCollection
CloudMemcacheClient.ListInstancesFixedSizeCollection. createCollection(List<CloudMemcacheClient.ListInstancesPage> pages, int collectionSize)
-