Uses of Class
com.google.cloud.redis.v1.CloudRedisClient.ListInstancesPagedResponse
-
Packages that use CloudRedisClient.ListInstancesPagedResponse Package Description com.google.cloud.redis.v1 A client to Google Cloud Memorystore for Redis APIcom.google.cloud.redis.v1.stub -
-
Uses of CloudRedisClient.ListInstancesPagedResponse in com.google.cloud.redis.v1
Methods in com.google.cloud.redis.v1 that return CloudRedisClient.ListInstancesPagedResponse Modifier and Type Method Description CloudRedisClient.ListInstancesPagedResponse
CloudRedisClient. listInstances(ListInstancesRequest request)
Lists all Redis instances owned by a project in either the specified location (region) or all locations.CloudRedisClient.ListInstancesPagedResponse
CloudRedisClient. listInstances(LocationName parent)
Lists all Redis instances owned by a project in either the specified location (region) or all locations.CloudRedisClient.ListInstancesPagedResponse
CloudRedisClient. listInstances(String parent)
Lists all Redis instances owned by a project in either the specified location (region) or all locations.Methods in com.google.cloud.redis.v1 that return types with arguments of type CloudRedisClient.ListInstancesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudRedisClient.ListInstancesPagedResponse>
CloudRedisClient.ListInstancesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, com.google.api.core.ApiFuture<ListInstancesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,CloudRedisClient.ListInstancesPagedResponse>
CloudRedisClient. listInstancesPagedCallable()
Lists all Redis instances owned by a project in either the specified location (region) or all locations.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,CloudRedisClient.ListInstancesPagedResponse>
CloudRedisSettings.Builder. listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,CloudRedisClient.ListInstancesPagedResponse>
CloudRedisSettings. listInstancesSettings()
Returns the object with the settings used for calls to listInstances. -
Uses of CloudRedisClient.ListInstancesPagedResponse in com.google.cloud.redis.v1.stub
Methods in com.google.cloud.redis.v1.stub that return types with arguments of type CloudRedisClient.ListInstancesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,CloudRedisClient.ListInstancesPagedResponse>
CloudRedisStub. listInstancesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,CloudRedisClient.ListInstancesPagedResponse>
GrpcCloudRedisStub. listInstancesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,CloudRedisClient.ListInstancesPagedResponse>
HttpJsonCloudRedisStub. listInstancesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,CloudRedisClient.ListInstancesPagedResponse>
CloudRedisStubSettings.Builder. listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,CloudRedisClient.ListInstancesPagedResponse>
CloudRedisStubSettings. listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
-