Uses of Class
com.google.cloud.redis.v1beta1.GetInstanceRequest
-
Packages that use GetInstanceRequest Package Description com.google.cloud.redis.v1beta1 A client to Google Cloud Memorystore for Redis APIcom.google.cloud.redis.v1beta1.stub -
-
Uses of GetInstanceRequest in com.google.cloud.redis.v1beta1
Methods in com.google.cloud.redis.v1beta1 that return GetInstanceRequest Modifier and Type Method Description GetInstanceRequestGetInstanceRequest.Builder. build()GetInstanceRequestGetInstanceRequest.Builder. buildPartial()static GetInstanceRequestGetInstanceRequest. getDefaultInstance()GetInstanceRequestGetInstanceRequest.Builder. getDefaultInstanceForType()GetInstanceRequestGetInstanceRequest. getDefaultInstanceForType()static GetInstanceRequestGetInstanceRequest. parseDelimitedFrom(InputStream input)static GetInstanceRequestGetInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstanceRequestGetInstanceRequest. parseFrom(byte[] data)static GetInstanceRequestGetInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstanceRequestGetInstanceRequest. parseFrom(com.google.protobuf.ByteString data)static GetInstanceRequestGetInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstanceRequestGetInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetInstanceRequestGetInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstanceRequestGetInstanceRequest. parseFrom(InputStream input)static GetInstanceRequestGetInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstanceRequestGetInstanceRequest. parseFrom(ByteBuffer data)static GetInstanceRequestGetInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.redis.v1beta1 that return types with arguments of type GetInstanceRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetInstanceRequest,Instance>CloudRedisGrpc. getGetInstanceMethod()com.google.api.gax.rpc.UnaryCallable<GetInstanceRequest,Instance>CloudRedisClient. getInstanceCallable()Gets the details of a specific Redis instance.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstanceRequest,Instance>CloudRedisSettings.Builder. getInstanceSettings()Returns the builder for the settings used for calls to getInstance.com.google.api.gax.rpc.UnaryCallSettings<GetInstanceRequest,Instance>CloudRedisSettings. getInstanceSettings()Returns the object with the settings used for calls to getInstance.com.google.protobuf.Parser<GetInstanceRequest>GetInstanceRequest. getParserForType()static com.google.protobuf.Parser<GetInstanceRequest>GetInstanceRequest. parser()Methods in com.google.cloud.redis.v1beta1 with parameters of type GetInstanceRequest Modifier and Type Method Description InstanceCloudRedisClient. getInstance(GetInstanceRequest request)Gets the details of a specific Redis instance.default voidCloudRedisGrpc.AsyncService. getInstance(GetInstanceRequest request, io.grpc.stub.StreamObserver<Instance> responseObserver)Gets the details of a specific Redis instance.InstanceCloudRedisGrpc.CloudRedisBlockingStub. getInstance(GetInstanceRequest request)Gets the details of a specific Redis instance.com.google.common.util.concurrent.ListenableFuture<Instance>CloudRedisGrpc.CloudRedisFutureStub. getInstance(GetInstanceRequest request)Gets the details of a specific Redis instance.voidCloudRedisGrpc.CloudRedisStub. getInstance(GetInstanceRequest request, io.grpc.stub.StreamObserver<Instance> responseObserver)Gets the details of a specific Redis instance.GetInstanceRequest.BuilderGetInstanceRequest.Builder. mergeFrom(GetInstanceRequest other)static GetInstanceRequest.BuilderGetInstanceRequest. newBuilder(GetInstanceRequest prototype) -
Uses of GetInstanceRequest in com.google.cloud.redis.v1beta1.stub
Methods in com.google.cloud.redis.v1beta1.stub that return types with arguments of type GetInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetInstanceRequest,Instance>CloudRedisStub. getInstanceCallable()com.google.api.gax.rpc.UnaryCallable<GetInstanceRequest,Instance>GrpcCloudRedisStub. getInstanceCallable()com.google.api.gax.rpc.UnaryCallable<GetInstanceRequest,Instance>HttpJsonCloudRedisStub. getInstanceCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstanceRequest,Instance>CloudRedisStubSettings.Builder. getInstanceSettings()Returns the builder for the settings used for calls to getInstance.com.google.api.gax.rpc.UnaryCallSettings<GetInstanceRequest,Instance>CloudRedisStubSettings. getInstanceSettings()Returns the object with the settings used for calls to getInstance.
-