Uses of Class
com.google.spanner.v1.CreateSessionRequest
-
Packages that use CreateSessionRequest Package Description com.google.cloud.spanner.v1 A client to Cloud Spanner APIcom.google.cloud.spanner.v1.stub com.google.spanner.v1 -
-
Uses of CreateSessionRequest in com.google.cloud.spanner.v1
Methods in com.google.cloud.spanner.v1 that return types with arguments of type CreateSessionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateSessionRequest,Session>SpannerClient. createSessionCallable()Creates a new session.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSessionRequest,Session>SpannerSettings.Builder. createSessionSettings()Returns the builder for the settings used for calls to createSession.com.google.api.gax.rpc.UnaryCallSettings<CreateSessionRequest,Session>SpannerSettings. createSessionSettings()Returns the object with the settings used for calls to createSession.Methods in com.google.cloud.spanner.v1 with parameters of type CreateSessionRequest Modifier and Type Method Description SessionSpannerClient. createSession(CreateSessionRequest request)Creates a new session. -
Uses of CreateSessionRequest in com.google.cloud.spanner.v1.stub
Methods in com.google.cloud.spanner.v1.stub that return types with arguments of type CreateSessionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateSessionRequest,Session>GrpcSpannerStub. createSessionCallable()com.google.api.gax.rpc.UnaryCallable<CreateSessionRequest,Session>HttpJsonSpannerStub. createSessionCallable()com.google.api.gax.rpc.UnaryCallable<CreateSessionRequest,Session>SpannerStub. createSessionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSessionRequest,Session>SpannerStubSettings.Builder. createSessionSettings()Returns the builder for the settings used for calls to createSession.com.google.api.gax.rpc.UnaryCallSettings<CreateSessionRequest,Session>SpannerStubSettings. createSessionSettings()Returns the object with the settings used for calls to createSession. -
Uses of CreateSessionRequest in com.google.spanner.v1
Methods in com.google.spanner.v1 that return CreateSessionRequest Modifier and Type Method Description CreateSessionRequestCreateSessionRequest.Builder. build()CreateSessionRequestCreateSessionRequest.Builder. buildPartial()static CreateSessionRequestCreateSessionRequest. getDefaultInstance()CreateSessionRequestCreateSessionRequest.Builder. getDefaultInstanceForType()CreateSessionRequestCreateSessionRequest. getDefaultInstanceForType()static CreateSessionRequestCreateSessionRequest. parseDelimitedFrom(InputStream input)static CreateSessionRequestCreateSessionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSessionRequestCreateSessionRequest. parseFrom(byte[] data)static CreateSessionRequestCreateSessionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSessionRequestCreateSessionRequest. parseFrom(com.google.protobuf.ByteString data)static CreateSessionRequestCreateSessionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSessionRequestCreateSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateSessionRequestCreateSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSessionRequestCreateSessionRequest. parseFrom(InputStream input)static CreateSessionRequestCreateSessionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSessionRequestCreateSessionRequest. parseFrom(ByteBuffer data)static CreateSessionRequestCreateSessionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.spanner.v1 that return types with arguments of type CreateSessionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CreateSessionRequest,Session>SpannerGrpc. getCreateSessionMethod()com.google.protobuf.Parser<CreateSessionRequest>CreateSessionRequest. getParserForType()static com.google.protobuf.Parser<CreateSessionRequest>CreateSessionRequest. parser()Methods in com.google.spanner.v1 with parameters of type CreateSessionRequest Modifier and Type Method Description default voidSpannerGrpc.AsyncService. createSession(CreateSessionRequest request, io.grpc.stub.StreamObserver<Session> responseObserver)Creates a new session.SessionSpannerGrpc.SpannerBlockingStub. createSession(CreateSessionRequest request)Creates a new session.com.google.common.util.concurrent.ListenableFuture<Session>SpannerGrpc.SpannerFutureStub. createSession(CreateSessionRequest request)Creates a new session.voidSpannerGrpc.SpannerStub. createSession(CreateSessionRequest request, io.grpc.stub.StreamObserver<Session> responseObserver)Creates a new session.CreateSessionRequest.BuilderCreateSessionRequest.Builder. mergeFrom(CreateSessionRequest other)static CreateSessionRequest.BuilderCreateSessionRequest. newBuilder(CreateSessionRequest prototype)
-