setVersion method
ResponseFuture<SetVersionResponse>
setVersion(
- SetVersionRequest request, {
- CallOptions? options,
Sets the database user_version.
Implementation
$grpc.ResponseFuture<$0.SetVersionResponse> setVersion(
$0.SetVersionRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$setVersion, request, options: options);
}