Uses of Class
com.google.spanner.v1.DeleteSessionRequest
-
Packages that use DeleteSessionRequest Package Description com.google.cloud.spanner.v1 A client to Cloud Spanner APIcom.google.cloud.spanner.v1.stub com.google.spanner.v1 -
-
Uses of DeleteSessionRequest in com.google.cloud.spanner.v1
Methods in com.google.cloud.spanner.v1 that return types with arguments of type DeleteSessionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteSessionRequest,com.google.protobuf.Empty>SpannerClient. deleteSessionCallable()Ends a session, releasing server resources associated with it.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSessionRequest,com.google.protobuf.Empty>SpannerSettings.Builder. deleteSessionSettings()Returns the builder for the settings used for calls to deleteSession.com.google.api.gax.rpc.UnaryCallSettings<DeleteSessionRequest,com.google.protobuf.Empty>SpannerSettings. deleteSessionSettings()Returns the object with the settings used for calls to deleteSession.Methods in com.google.cloud.spanner.v1 with parameters of type DeleteSessionRequest Modifier and Type Method Description voidSpannerClient. deleteSession(DeleteSessionRequest request)Ends a session, releasing server resources associated with it. -
Uses of DeleteSessionRequest in com.google.cloud.spanner.v1.stub
Methods in com.google.cloud.spanner.v1.stub that return types with arguments of type DeleteSessionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteSessionRequest,com.google.protobuf.Empty>GrpcSpannerStub. deleteSessionCallable()com.google.api.gax.rpc.UnaryCallable<DeleteSessionRequest,com.google.protobuf.Empty>HttpJsonSpannerStub. deleteSessionCallable()com.google.api.gax.rpc.UnaryCallable<DeleteSessionRequest,com.google.protobuf.Empty>SpannerStub. deleteSessionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSessionRequest,com.google.protobuf.Empty>SpannerStubSettings.Builder. deleteSessionSettings()Returns the builder for the settings used for calls to deleteSession.com.google.api.gax.rpc.UnaryCallSettings<DeleteSessionRequest,com.google.protobuf.Empty>SpannerStubSettings. deleteSessionSettings()Returns the object with the settings used for calls to deleteSession. -
Uses of DeleteSessionRequest in com.google.spanner.v1
Methods in com.google.spanner.v1 that return DeleteSessionRequest Modifier and Type Method Description DeleteSessionRequestDeleteSessionRequest.Builder. build()DeleteSessionRequestDeleteSessionRequest.Builder. buildPartial()static DeleteSessionRequestDeleteSessionRequest. getDefaultInstance()DeleteSessionRequestDeleteSessionRequest.Builder. getDefaultInstanceForType()DeleteSessionRequestDeleteSessionRequest. getDefaultInstanceForType()static DeleteSessionRequestDeleteSessionRequest. parseDelimitedFrom(InputStream input)static DeleteSessionRequestDeleteSessionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSessionRequestDeleteSessionRequest. parseFrom(byte[] data)static DeleteSessionRequestDeleteSessionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSessionRequestDeleteSessionRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteSessionRequestDeleteSessionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSessionRequestDeleteSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteSessionRequestDeleteSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSessionRequestDeleteSessionRequest. parseFrom(InputStream input)static DeleteSessionRequestDeleteSessionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSessionRequestDeleteSessionRequest. parseFrom(ByteBuffer data)static DeleteSessionRequestDeleteSessionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.spanner.v1 that return types with arguments of type DeleteSessionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteSessionRequest,com.google.protobuf.Empty>SpannerGrpc. getDeleteSessionMethod()com.google.protobuf.Parser<DeleteSessionRequest>DeleteSessionRequest. getParserForType()static com.google.protobuf.Parser<DeleteSessionRequest>DeleteSessionRequest. parser()Methods in com.google.spanner.v1 with parameters of type DeleteSessionRequest Modifier and Type Method Description default voidSpannerGrpc.AsyncService. deleteSession(DeleteSessionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Ends a session, releasing server resources associated with it.com.google.protobuf.EmptySpannerGrpc.SpannerBlockingStub. deleteSession(DeleteSessionRequest request)Ends a session, releasing server resources associated with it.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>SpannerGrpc.SpannerFutureStub. deleteSession(DeleteSessionRequest request)Ends a session, releasing server resources associated with it.voidSpannerGrpc.SpannerStub. deleteSession(DeleteSessionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Ends a session, releasing server resources associated with it.DeleteSessionRequest.BuilderDeleteSessionRequest.Builder. mergeFrom(DeleteSessionRequest other)static DeleteSessionRequest.BuilderDeleteSessionRequest. newBuilder(DeleteSessionRequest prototype)
-