Uses of Class
com.google.spanner.v1.ExecuteBatchDmlRequest
-
Packages that use ExecuteBatchDmlRequest Package Description com.google.cloud.spanner.spi.v1 com.google.cloud.spanner.v1 A client to Cloud Spanner APIcom.google.cloud.spanner.v1.stub com.google.spanner.v1 -
-
Uses of ExecuteBatchDmlRequest in com.google.cloud.spanner.spi.v1
Methods in com.google.cloud.spanner.spi.v1 with parameters of type ExecuteBatchDmlRequest Modifier and Type Method Description ExecuteBatchDmlResponse
GapicSpannerRpc. executeBatchDml(ExecuteBatchDmlRequest request, Map<SpannerRpc.Option,?> options)
ExecuteBatchDmlResponse
SpannerRpc. executeBatchDml(ExecuteBatchDmlRequest build, Map<SpannerRpc.Option,?> options)
com.google.api.core.ApiFuture<ExecuteBatchDmlResponse>
GapicSpannerRpc. executeBatchDmlAsync(ExecuteBatchDmlRequest request, Map<SpannerRpc.Option,?> options)
com.google.api.core.ApiFuture<ExecuteBatchDmlResponse>
SpannerRpc. executeBatchDmlAsync(ExecuteBatchDmlRequest build, Map<SpannerRpc.Option,?> options)
-
Uses of ExecuteBatchDmlRequest in com.google.cloud.spanner.v1
Methods in com.google.cloud.spanner.v1 that return types with arguments of type ExecuteBatchDmlRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExecuteBatchDmlRequest,ExecuteBatchDmlResponse>
SpannerClient. executeBatchDmlCallable()
Executes a batch of SQL DML statements.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExecuteBatchDmlRequest,ExecuteBatchDmlResponse>
SpannerSettings.Builder. executeBatchDmlSettings()
Returns the builder for the settings used for calls to executeBatchDml.com.google.api.gax.rpc.UnaryCallSettings<ExecuteBatchDmlRequest,ExecuteBatchDmlResponse>
SpannerSettings. executeBatchDmlSettings()
Returns the object with the settings used for calls to executeBatchDml.Methods in com.google.cloud.spanner.v1 with parameters of type ExecuteBatchDmlRequest Modifier and Type Method Description ExecuteBatchDmlResponse
SpannerClient. executeBatchDml(ExecuteBatchDmlRequest request)
Executes a batch of SQL DML statements. -
Uses of ExecuteBatchDmlRequest in com.google.cloud.spanner.v1.stub
Methods in com.google.cloud.spanner.v1.stub that return types with arguments of type ExecuteBatchDmlRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExecuteBatchDmlRequest,ExecuteBatchDmlResponse>
GrpcSpannerStub. executeBatchDmlCallable()
com.google.api.gax.rpc.UnaryCallable<ExecuteBatchDmlRequest,ExecuteBatchDmlResponse>
HttpJsonSpannerStub. executeBatchDmlCallable()
com.google.api.gax.rpc.UnaryCallable<ExecuteBatchDmlRequest,ExecuteBatchDmlResponse>
SpannerStub. executeBatchDmlCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ExecuteBatchDmlRequest,ExecuteBatchDmlResponse>
SpannerStubSettings.Builder. executeBatchDmlSettings()
Returns the builder for the settings used for calls to executeBatchDml.com.google.api.gax.rpc.UnaryCallSettings<ExecuteBatchDmlRequest,ExecuteBatchDmlResponse>
SpannerStubSettings. executeBatchDmlSettings()
Returns the object with the settings used for calls to executeBatchDml. -
Uses of ExecuteBatchDmlRequest in com.google.spanner.v1
Methods in com.google.spanner.v1 that return ExecuteBatchDmlRequest Modifier and Type Method Description ExecuteBatchDmlRequest
ExecuteBatchDmlRequest.Builder. build()
ExecuteBatchDmlRequest
ExecuteBatchDmlRequest.Builder. buildPartial()
static ExecuteBatchDmlRequest
ExecuteBatchDmlRequest. getDefaultInstance()
ExecuteBatchDmlRequest
ExecuteBatchDmlRequest.Builder. getDefaultInstanceForType()
ExecuteBatchDmlRequest
ExecuteBatchDmlRequest. getDefaultInstanceForType()
static ExecuteBatchDmlRequest
ExecuteBatchDmlRequest. parseDelimitedFrom(InputStream input)
static ExecuteBatchDmlRequest
ExecuteBatchDmlRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecuteBatchDmlRequest
ExecuteBatchDmlRequest. parseFrom(byte[] data)
static ExecuteBatchDmlRequest
ExecuteBatchDmlRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecuteBatchDmlRequest
ExecuteBatchDmlRequest. parseFrom(com.google.protobuf.ByteString data)
static ExecuteBatchDmlRequest
ExecuteBatchDmlRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecuteBatchDmlRequest
ExecuteBatchDmlRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ExecuteBatchDmlRequest
ExecuteBatchDmlRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecuteBatchDmlRequest
ExecuteBatchDmlRequest. parseFrom(InputStream input)
static ExecuteBatchDmlRequest
ExecuteBatchDmlRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecuteBatchDmlRequest
ExecuteBatchDmlRequest. parseFrom(ByteBuffer data)
static ExecuteBatchDmlRequest
ExecuteBatchDmlRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.spanner.v1 that return types with arguments of type ExecuteBatchDmlRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ExecuteBatchDmlRequest,ExecuteBatchDmlResponse>
SpannerGrpc. getExecuteBatchDmlMethod()
com.google.protobuf.Parser<ExecuteBatchDmlRequest>
ExecuteBatchDmlRequest. getParserForType()
static com.google.protobuf.Parser<ExecuteBatchDmlRequest>
ExecuteBatchDmlRequest. parser()
Methods in com.google.spanner.v1 with parameters of type ExecuteBatchDmlRequest Modifier and Type Method Description default void
SpannerGrpc.AsyncService. executeBatchDml(ExecuteBatchDmlRequest request, io.grpc.stub.StreamObserver<ExecuteBatchDmlResponse> responseObserver)
Executes a batch of SQL DML statements.ExecuteBatchDmlResponse
SpannerGrpc.SpannerBlockingStub. executeBatchDml(ExecuteBatchDmlRequest request)
Executes a batch of SQL DML statements.com.google.common.util.concurrent.ListenableFuture<ExecuteBatchDmlResponse>
SpannerGrpc.SpannerFutureStub. executeBatchDml(ExecuteBatchDmlRequest request)
Executes a batch of SQL DML statements.void
SpannerGrpc.SpannerStub. executeBatchDml(ExecuteBatchDmlRequest request, io.grpc.stub.StreamObserver<ExecuteBatchDmlResponse> responseObserver)
Executes a batch of SQL DML statements.ExecuteBatchDmlRequest.Builder
ExecuteBatchDmlRequest.Builder. mergeFrom(ExecuteBatchDmlRequest other)
static ExecuteBatchDmlRequest.Builder
ExecuteBatchDmlRequest. newBuilder(ExecuteBatchDmlRequest prototype)
-