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 ExecuteBatchDmlResponseGapicSpannerRpc. executeBatchDml(ExecuteBatchDmlRequest request, Map<SpannerRpc.Option,?> options)ExecuteBatchDmlResponseSpannerRpc. 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 ExecuteBatchDmlResponseSpannerClient. 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 ExecuteBatchDmlRequestExecuteBatchDmlRequest.Builder. build()ExecuteBatchDmlRequestExecuteBatchDmlRequest.Builder. buildPartial()static ExecuteBatchDmlRequestExecuteBatchDmlRequest. getDefaultInstance()ExecuteBatchDmlRequestExecuteBatchDmlRequest.Builder. getDefaultInstanceForType()ExecuteBatchDmlRequestExecuteBatchDmlRequest. getDefaultInstanceForType()static ExecuteBatchDmlRequestExecuteBatchDmlRequest. parseDelimitedFrom(InputStream input)static ExecuteBatchDmlRequestExecuteBatchDmlRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecuteBatchDmlRequestExecuteBatchDmlRequest. parseFrom(byte[] data)static ExecuteBatchDmlRequestExecuteBatchDmlRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecuteBatchDmlRequestExecuteBatchDmlRequest. parseFrom(com.google.protobuf.ByteString data)static ExecuteBatchDmlRequestExecuteBatchDmlRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecuteBatchDmlRequestExecuteBatchDmlRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ExecuteBatchDmlRequestExecuteBatchDmlRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecuteBatchDmlRequestExecuteBatchDmlRequest. parseFrom(InputStream input)static ExecuteBatchDmlRequestExecuteBatchDmlRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecuteBatchDmlRequestExecuteBatchDmlRequest. parseFrom(ByteBuffer data)static ExecuteBatchDmlRequestExecuteBatchDmlRequest. 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 voidSpannerGrpc.AsyncService. executeBatchDml(ExecuteBatchDmlRequest request, io.grpc.stub.StreamObserver<ExecuteBatchDmlResponse> responseObserver)Executes a batch of SQL DML statements.ExecuteBatchDmlResponseSpannerGrpc.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.voidSpannerGrpc.SpannerStub. executeBatchDml(ExecuteBatchDmlRequest request, io.grpc.stub.StreamObserver<ExecuteBatchDmlResponse> responseObserver)Executes a batch of SQL DML statements.ExecuteBatchDmlRequest.BuilderExecuteBatchDmlRequest.Builder. mergeFrom(ExecuteBatchDmlRequest other)static ExecuteBatchDmlRequest.BuilderExecuteBatchDmlRequest. newBuilder(ExecuteBatchDmlRequest prototype)
-