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