Uses of Class
com.google.cloud.redis.v1beta1.ListInstancesRequest
-
Packages that use ListInstancesRequest Package Description com.google.cloud.redis.v1beta1 A client to Google Cloud Memorystore for Redis APIcom.google.cloud.redis.v1beta1.stub -
-
Uses of ListInstancesRequest in com.google.cloud.redis.v1beta1
Methods in com.google.cloud.redis.v1beta1 that return ListInstancesRequest Modifier and Type Method Description ListInstancesRequest
ListInstancesRequest.Builder. build()
ListInstancesRequest
ListInstancesRequest.Builder. buildPartial()
static ListInstancesRequest
ListInstancesRequest. getDefaultInstance()
ListInstancesRequest
ListInstancesRequest.Builder. getDefaultInstanceForType()
ListInstancesRequest
ListInstancesRequest. getDefaultInstanceForType()
static ListInstancesRequest
ListInstancesRequest. parseDelimitedFrom(InputStream input)
static ListInstancesRequest
ListInstancesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(byte[] data)
static ListInstancesRequest
ListInstancesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(InputStream input)
static ListInstancesRequest
ListInstancesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(ByteBuffer data)
static ListInstancesRequest
ListInstancesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.redis.v1beta1 that return types with arguments of type ListInstancesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse>
CloudRedisGrpc. getListInstancesMethod()
com.google.protobuf.Parser<ListInstancesRequest>
ListInstancesRequest. getParserForType()
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.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.static com.google.protobuf.Parser<ListInstancesRequest>
ListInstancesRequest. parser()
Methods in com.google.cloud.redis.v1beta1 with parameters of type ListInstancesRequest 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.default void
CloudRedisGrpc.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.ListInstancesResponse
CloudRedisGrpc.CloudRedisBlockingStub. listInstances(ListInstancesRequest request)
Lists all Redis instances owned by a project in either the specified location (region) or all locations.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.void
CloudRedisGrpc.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.ListInstancesRequest.Builder
ListInstancesRequest.Builder. mergeFrom(ListInstancesRequest other)
static ListInstancesRequest.Builder
ListInstancesRequest. newBuilder(ListInstancesRequest prototype)
Method parameters in com.google.cloud.redis.v1beta1 with type arguments of type ListInstancesRequest 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)
protected CloudRedisClient.ListInstancesPage
CloudRedisClient.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)
-
Uses of ListInstancesRequest in com.google.cloud.redis.v1beta1.stub
Methods in com.google.cloud.redis.v1beta1.stub that return types with arguments of type ListInstancesRequest 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.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.
-