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