Uses of Class
com.google.cloud.redis.v1.ListInstancesResponse
-
Packages that use ListInstancesResponse Package Description com.google.cloud.redis.v1 A client to Google Cloud Memorystore for Redis APIcom.google.cloud.redis.v1.stub -
-
Uses of ListInstancesResponse in com.google.cloud.redis.v1
Methods in com.google.cloud.redis.v1 that return ListInstancesResponse Modifier and Type Method Description ListInstancesResponseListInstancesResponse.Builder. build()ListInstancesResponseListInstancesResponse.Builder. buildPartial()static ListInstancesResponseListInstancesResponse. getDefaultInstance()ListInstancesResponseListInstancesResponse.Builder. getDefaultInstanceForType()ListInstancesResponseListInstancesResponse. getDefaultInstanceForType()ListInstancesResponseCloudRedisGrpc.CloudRedisBlockingStub. listInstances(ListInstancesRequest request)Lists all Redis instances owned by a project in either the specified location (region) or all locations.static ListInstancesResponseListInstancesResponse. parseDelimitedFrom(InputStream input)static ListInstancesResponseListInstancesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListInstancesResponseListInstancesResponse. parseFrom(byte[] data)static ListInstancesResponseListInstancesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListInstancesResponseListInstancesResponse. parseFrom(com.google.protobuf.ByteString data)static ListInstancesResponseListInstancesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListInstancesResponseListInstancesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListInstancesResponseListInstancesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListInstancesResponseListInstancesResponse. parseFrom(InputStream input)static ListInstancesResponseListInstancesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListInstancesResponseListInstancesResponse. parseFrom(ByteBuffer data)static ListInstancesResponseListInstancesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.redis.v1 that return types with arguments of type ListInstancesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse>CloudRedisGrpc. getListInstancesMethod()com.google.protobuf.Parser<ListInstancesResponse>ListInstancesResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListInstancesResponse>CloudRedisGrpc.CloudRedisFutureStub. listInstances(ListInstancesRequest request)Lists all Redis instances owned by a project in either the specified location (region) or all locations.com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,ListInstancesResponse>CloudRedisClient. listInstancesCallable()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.static com.google.protobuf.Parser<ListInstancesResponse>ListInstancesResponse. parser()Methods in com.google.cloud.redis.v1 with parameters of type ListInstancesResponse Modifier and Type Method Description protected CloudRedisClient.ListInstancesPageCloudRedisClient.ListInstancesPage. createPage(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, ListInstancesResponse response)ListInstancesResponse.BuilderListInstancesResponse.Builder. mergeFrom(ListInstancesResponse other)static ListInstancesResponse.BuilderListInstancesResponse. newBuilder(ListInstancesResponse prototype)Method parameters in com.google.cloud.redis.v1 with type arguments of type ListInstancesResponse 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)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)protected CloudRedisClient.ListInstancesPageCloudRedisClient.ListInstancesPage. createPage(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, ListInstancesResponse response)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)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)default voidCloudRedisGrpc.AsyncService. listInstances(ListInstancesRequest request, io.grpc.stub.StreamObserver<ListInstancesResponse> responseObserver)Lists all Redis instances owned by a project in either the specified location (region) or all locations.voidCloudRedisGrpc.CloudRedisStub. listInstances(ListInstancesRequest request, io.grpc.stub.StreamObserver<ListInstancesResponse> responseObserver)Lists all Redis instances owned by a project in either the specified location (region) or all locations. -
Uses of ListInstancesResponse in com.google.cloud.redis.v1.stub
Methods in com.google.cloud.redis.v1.stub that return types with arguments of type ListInstancesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,ListInstancesResponse>CloudRedisStub. listInstancesCallable()com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,ListInstancesResponse>GrpcCloudRedisStub. listInstancesCallable()com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,ListInstancesResponse>HttpJsonCloudRedisStub. listInstancesCallable()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.
-