Uses of Class
com.google.cloud.redis.v1beta1.CloudRedisClient.ListInstancesPage
-
Packages that use CloudRedisClient.ListInstancesPage Package Description com.google.cloud.redis.v1beta1 A client to Google Cloud Memorystore for Redis API -
-
Uses of CloudRedisClient.ListInstancesPage in com.google.cloud.redis.v1beta1
Methods in com.google.cloud.redis.v1beta1 that return CloudRedisClient.ListInstancesPage Modifier and Type Method Description protected CloudRedisClient.ListInstancesPage
CloudRedisClient.ListInstancesPage. createPage(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, ListInstancesResponse response)
Methods in com.google.cloud.redis.v1beta1 that return types with arguments of type CloudRedisClient.ListInstancesPage Modifier and Type Method Description com.google.api.core.ApiFuture<CloudRedisClient.ListInstancesPage>
CloudRedisClient.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.redis.v1beta1 with type arguments of type CloudRedisClient.ListInstancesPage Modifier and Type Method Description protected CloudRedisClient.ListInstancesFixedSizeCollection
CloudRedisClient.ListInstancesFixedSizeCollection. createCollection(List<CloudRedisClient.ListInstancesPage> pages, int collectionSize)
-