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 BatchCreateSessionsResponse
SpannerClient. batchCreateSessions(BatchCreateSessionsRequest request)
Creates multiple new sessions.BatchCreateSessionsResponse
SpannerClient. batchCreateSessions(DatabaseName database, int sessionCount)
Creates multiple new sessions.BatchCreateSessionsResponse
SpannerClient. 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 BatchCreateSessionsResponse
SpannerGrpc.SpannerBlockingStub. batchCreateSessions(BatchCreateSessionsRequest request)
Creates multiple new sessions.BatchCreateSessionsResponse
BatchCreateSessionsResponse.Builder. build()
BatchCreateSessionsResponse
BatchCreateSessionsResponse.Builder. buildPartial()
static BatchCreateSessionsResponse
BatchCreateSessionsResponse. getDefaultInstance()
BatchCreateSessionsResponse
BatchCreateSessionsResponse.Builder. getDefaultInstanceForType()
BatchCreateSessionsResponse
BatchCreateSessionsResponse. getDefaultInstanceForType()
static BatchCreateSessionsResponse
BatchCreateSessionsResponse. parseDelimitedFrom(InputStream input)
static BatchCreateSessionsResponse
BatchCreateSessionsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateSessionsResponse
BatchCreateSessionsResponse. parseFrom(byte[] data)
static BatchCreateSessionsResponse
BatchCreateSessionsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateSessionsResponse
BatchCreateSessionsResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchCreateSessionsResponse
BatchCreateSessionsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateSessionsResponse
BatchCreateSessionsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchCreateSessionsResponse
BatchCreateSessionsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateSessionsResponse
BatchCreateSessionsResponse. parseFrom(InputStream input)
static BatchCreateSessionsResponse
BatchCreateSessionsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateSessionsResponse
BatchCreateSessionsResponse. parseFrom(ByteBuffer data)
static BatchCreateSessionsResponse
BatchCreateSessionsResponse. 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.Builder
BatchCreateSessionsResponse.Builder. mergeFrom(BatchCreateSessionsResponse other)
static BatchCreateSessionsResponse.Builder
BatchCreateSessionsResponse. newBuilder(BatchCreateSessionsResponse prototype)
Method parameters in com.google.spanner.v1 with type arguments of type BatchCreateSessionsResponse Modifier and Type Method Description default void
SpannerGrpc.AsyncService. batchCreateSessions(BatchCreateSessionsRequest request, io.grpc.stub.StreamObserver<BatchCreateSessionsResponse> responseObserver)
Creates multiple new sessions.void
SpannerGrpc.SpannerStub. batchCreateSessions(BatchCreateSessionsRequest request, io.grpc.stub.StreamObserver<BatchCreateSessionsResponse> responseObserver)
Creates multiple new sessions.
-