Uses of Class
com.google.cloud.memcache.v1.CloudMemcacheClient.ListInstancesPagedResponse
-
Packages that use CloudMemcacheClient.ListInstancesPagedResponse Package Description com.google.cloud.memcache.v1 A client to Cloud Memorystore for Memcached APIcom.google.cloud.memcache.v1.stub -
-
Uses of CloudMemcacheClient.ListInstancesPagedResponse in com.google.cloud.memcache.v1
Methods in com.google.cloud.memcache.v1 that return CloudMemcacheClient.ListInstancesPagedResponse Modifier and Type Method Description CloudMemcacheClient.ListInstancesPagedResponseCloudMemcacheClient. listInstances(ListInstancesRequest request)Lists Instances in a given location.CloudMemcacheClient.ListInstancesPagedResponseCloudMemcacheClient. listInstances(LocationName parent)Lists Instances in a given location.CloudMemcacheClient.ListInstancesPagedResponseCloudMemcacheClient. listInstances(String parent)Lists Instances in a given location.Methods in com.google.cloud.memcache.v1 that return types with arguments of type CloudMemcacheClient.ListInstancesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudMemcacheClient.ListInstancesPagedResponse>CloudMemcacheClient.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,CloudMemcacheClient.ListInstancesPagedResponse>CloudMemcacheClient. listInstancesPagedCallable()Lists Instances in a given location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,CloudMemcacheClient.ListInstancesPagedResponse>CloudMemcacheSettings.Builder. listInstancesSettings()Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,CloudMemcacheClient.ListInstancesPagedResponse>CloudMemcacheSettings. listInstancesSettings()Returns the object with the settings used for calls to listInstances. -
Uses of CloudMemcacheClient.ListInstancesPagedResponse in com.google.cloud.memcache.v1.stub
Methods in com.google.cloud.memcache.v1.stub that return types with arguments of type CloudMemcacheClient.ListInstancesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,CloudMemcacheClient.ListInstancesPagedResponse>CloudMemcacheStub. listInstancesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,CloudMemcacheClient.ListInstancesPagedResponse>GrpcCloudMemcacheStub. listInstancesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,CloudMemcacheClient.ListInstancesPagedResponse>HttpJsonCloudMemcacheStub. listInstancesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,CloudMemcacheClient.ListInstancesPagedResponse>CloudMemcacheStubSettings.Builder. listInstancesSettings()Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,CloudMemcacheClient.ListInstancesPagedResponse>CloudMemcacheStubSettings. listInstancesSettings()Returns the object with the settings used for calls to listInstances.
-