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 BatchCreateSessionsResponse
SpannerClient. 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 BatchCreateSessionsRequest
BatchCreateSessionsRequest.Builder. build()
BatchCreateSessionsRequest
BatchCreateSessionsRequest.Builder. buildPartial()
static BatchCreateSessionsRequest
BatchCreateSessionsRequest. getDefaultInstance()
BatchCreateSessionsRequest
BatchCreateSessionsRequest.Builder. getDefaultInstanceForType()
BatchCreateSessionsRequest
BatchCreateSessionsRequest. getDefaultInstanceForType()
static BatchCreateSessionsRequest
BatchCreateSessionsRequest. parseDelimitedFrom(InputStream input)
static BatchCreateSessionsRequest
BatchCreateSessionsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateSessionsRequest
BatchCreateSessionsRequest. parseFrom(byte[] data)
static BatchCreateSessionsRequest
BatchCreateSessionsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateSessionsRequest
BatchCreateSessionsRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchCreateSessionsRequest
BatchCreateSessionsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateSessionsRequest
BatchCreateSessionsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchCreateSessionsRequest
BatchCreateSessionsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateSessionsRequest
BatchCreateSessionsRequest. parseFrom(InputStream input)
static BatchCreateSessionsRequest
BatchCreateSessionsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateSessionsRequest
BatchCreateSessionsRequest. parseFrom(ByteBuffer data)
static BatchCreateSessionsRequest
BatchCreateSessionsRequest. 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 void
SpannerGrpc.AsyncService. batchCreateSessions(BatchCreateSessionsRequest request, io.grpc.stub.StreamObserver<BatchCreateSessionsResponse> responseObserver)
Creates multiple new sessions.BatchCreateSessionsResponse
SpannerGrpc.SpannerBlockingStub. batchCreateSessions(BatchCreateSessionsRequest request)
Creates multiple new sessions.com.google.common.util.concurrent.ListenableFuture<BatchCreateSessionsResponse>
SpannerGrpc.SpannerFutureStub. batchCreateSessions(BatchCreateSessionsRequest request)
Creates multiple new sessions.void
SpannerGrpc.SpannerStub. batchCreateSessions(BatchCreateSessionsRequest request, io.grpc.stub.StreamObserver<BatchCreateSessionsResponse> responseObserver)
Creates multiple new sessions.BatchCreateSessionsRequest.Builder
BatchCreateSessionsRequest.Builder. mergeFrom(BatchCreateSessionsRequest other)
static BatchCreateSessionsRequest.Builder
BatchCreateSessionsRequest. newBuilder(BatchCreateSessionsRequest prototype)
-