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