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 Session
SpannerClient. 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 CreateSessionRequest
CreateSessionRequest.Builder. build()
CreateSessionRequest
CreateSessionRequest.Builder. buildPartial()
static CreateSessionRequest
CreateSessionRequest. getDefaultInstance()
CreateSessionRequest
CreateSessionRequest.Builder. getDefaultInstanceForType()
CreateSessionRequest
CreateSessionRequest. getDefaultInstanceForType()
static CreateSessionRequest
CreateSessionRequest. parseDelimitedFrom(InputStream input)
static CreateSessionRequest
CreateSessionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSessionRequest
CreateSessionRequest. parseFrom(byte[] data)
static CreateSessionRequest
CreateSessionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSessionRequest
CreateSessionRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateSessionRequest
CreateSessionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSessionRequest
CreateSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateSessionRequest
CreateSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSessionRequest
CreateSessionRequest. parseFrom(InputStream input)
static CreateSessionRequest
CreateSessionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSessionRequest
CreateSessionRequest. parseFrom(ByteBuffer data)
static CreateSessionRequest
CreateSessionRequest. 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 void
SpannerGrpc.AsyncService. createSession(CreateSessionRequest request, io.grpc.stub.StreamObserver<Session> responseObserver)
Creates a new session.Session
SpannerGrpc.SpannerBlockingStub. createSession(CreateSessionRequest request)
Creates a new session.com.google.common.util.concurrent.ListenableFuture<Session>
SpannerGrpc.SpannerFutureStub. createSession(CreateSessionRequest request)
Creates a new session.void
SpannerGrpc.SpannerStub. createSession(CreateSessionRequest request, io.grpc.stub.StreamObserver<Session> responseObserver)
Creates a new session.CreateSessionRequest.Builder
CreateSessionRequest.Builder. mergeFrom(CreateSessionRequest other)
static CreateSessionRequest.Builder
CreateSessionRequest. newBuilder(CreateSessionRequest prototype)
-