Uses of Class
com.google.spanner.v1.BatchCreateSessionsResponse
-
Packages that use BatchCreateSessionsResponse Package Description com.google.cloud.spanner.v1 A client to Cloud Spanner APIcom.google.cloud.spanner.v1.stub com.google.spanner.v1 -
-
Uses of BatchCreateSessionsResponse in com.google.cloud.spanner.v1
Methods in com.google.cloud.spanner.v1 that return BatchCreateSessionsResponse Modifier and Type Method Description BatchCreateSessionsResponseSpannerClient. batchCreateSessions(BatchCreateSessionsRequest request)Creates multiple new sessions.BatchCreateSessionsResponseSpannerClient. batchCreateSessions(DatabaseName database, int sessionCount)Creates multiple new sessions.BatchCreateSessionsResponseSpannerClient. batchCreateSessions(String database, int sessionCount)Creates multiple new sessions.Methods in com.google.cloud.spanner.v1 that return types with arguments of type BatchCreateSessionsResponse 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. -
Uses of BatchCreateSessionsResponse in com.google.cloud.spanner.v1.stub
Methods in com.google.cloud.spanner.v1.stub that return types with arguments of type BatchCreateSessionsResponse 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 BatchCreateSessionsResponse in com.google.spanner.v1
Methods in com.google.spanner.v1 that return BatchCreateSessionsResponse Modifier and Type Method Description BatchCreateSessionsResponseSpannerGrpc.SpannerBlockingStub. batchCreateSessions(BatchCreateSessionsRequest request)Creates multiple new sessions.BatchCreateSessionsResponseBatchCreateSessionsResponse.Builder. build()BatchCreateSessionsResponseBatchCreateSessionsResponse.Builder. buildPartial()static BatchCreateSessionsResponseBatchCreateSessionsResponse. getDefaultInstance()BatchCreateSessionsResponseBatchCreateSessionsResponse.Builder. getDefaultInstanceForType()BatchCreateSessionsResponseBatchCreateSessionsResponse. getDefaultInstanceForType()static BatchCreateSessionsResponseBatchCreateSessionsResponse. parseDelimitedFrom(InputStream input)static BatchCreateSessionsResponseBatchCreateSessionsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateSessionsResponseBatchCreateSessionsResponse. parseFrom(byte[] data)static BatchCreateSessionsResponseBatchCreateSessionsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateSessionsResponseBatchCreateSessionsResponse. parseFrom(com.google.protobuf.ByteString data)static BatchCreateSessionsResponseBatchCreateSessionsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateSessionsResponseBatchCreateSessionsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchCreateSessionsResponseBatchCreateSessionsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateSessionsResponseBatchCreateSessionsResponse. parseFrom(InputStream input)static BatchCreateSessionsResponseBatchCreateSessionsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateSessionsResponseBatchCreateSessionsResponse. parseFrom(ByteBuffer data)static BatchCreateSessionsResponseBatchCreateSessionsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.spanner.v1 that return types with arguments of type BatchCreateSessionsResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<BatchCreateSessionsResponse>SpannerGrpc.SpannerFutureStub. batchCreateSessions(BatchCreateSessionsRequest request)Creates multiple new sessions.static io.grpc.MethodDescriptor<BatchCreateSessionsRequest,BatchCreateSessionsResponse>SpannerGrpc. getBatchCreateSessionsMethod()com.google.protobuf.Parser<BatchCreateSessionsResponse>BatchCreateSessionsResponse. getParserForType()static com.google.protobuf.Parser<BatchCreateSessionsResponse>BatchCreateSessionsResponse. parser()Methods in com.google.spanner.v1 with parameters of type BatchCreateSessionsResponse Modifier and Type Method Description BatchCreateSessionsResponse.BuilderBatchCreateSessionsResponse.Builder. mergeFrom(BatchCreateSessionsResponse other)static BatchCreateSessionsResponse.BuilderBatchCreateSessionsResponse. newBuilder(BatchCreateSessionsResponse prototype)Method parameters in com.google.spanner.v1 with type arguments of type BatchCreateSessionsResponse Modifier and Type Method Description default voidSpannerGrpc.AsyncService. batchCreateSessions(BatchCreateSessionsRequest request, io.grpc.stub.StreamObserver<BatchCreateSessionsResponse> responseObserver)Creates multiple new sessions.voidSpannerGrpc.SpannerStub. batchCreateSessions(BatchCreateSessionsRequest request, io.grpc.stub.StreamObserver<BatchCreateSessionsResponse> responseObserver)Creates multiple new sessions.
-