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 void
SpannerClient. 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 DeleteSessionRequest
DeleteSessionRequest.Builder. build()
DeleteSessionRequest
DeleteSessionRequest.Builder. buildPartial()
static DeleteSessionRequest
DeleteSessionRequest. getDefaultInstance()
DeleteSessionRequest
DeleteSessionRequest.Builder. getDefaultInstanceForType()
DeleteSessionRequest
DeleteSessionRequest. getDefaultInstanceForType()
static DeleteSessionRequest
DeleteSessionRequest. parseDelimitedFrom(InputStream input)
static DeleteSessionRequest
DeleteSessionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSessionRequest
DeleteSessionRequest. parseFrom(byte[] data)
static DeleteSessionRequest
DeleteSessionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSessionRequest
DeleteSessionRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteSessionRequest
DeleteSessionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSessionRequest
DeleteSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteSessionRequest
DeleteSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSessionRequest
DeleteSessionRequest. parseFrom(InputStream input)
static DeleteSessionRequest
DeleteSessionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSessionRequest
DeleteSessionRequest. parseFrom(ByteBuffer data)
static DeleteSessionRequest
DeleteSessionRequest. 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 void
SpannerGrpc.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.Empty
SpannerGrpc.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.void
SpannerGrpc.SpannerStub. deleteSession(DeleteSessionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Ends a session, releasing server resources associated with it.DeleteSessionRequest.Builder
DeleteSessionRequest.Builder. mergeFrom(DeleteSessionRequest other)
static DeleteSessionRequest.Builder
DeleteSessionRequest. newBuilder(DeleteSessionRequest prototype)
-